-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Single quotes for start/end time strings causing "Invalid duration specification" error #7
Comments
Hmm, that's strange. It almost seems like something strange is happening with your shell, not this command specifically. But that might be wrong! What shell are you using, and on what operating system? Do you see quote issues with other commands? |
What shell are you using, and on what operating system
cmd on windows 10.
Do you see quote issues with other commands
other ffmpeg commands?
…On Mon, Jul 25, 2022, 5:13 PM Evan Hahn ***@***.***> wrote:
Hmm, that's strange. It almost seems like something strange is happening
with your shell, not this command specifically. But that might be wrong!
What shell are you using, and on what operating system? Do you see quote
issues with other commands?
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AELGKQFTHDROIYXNCD3NAODVV2AIBANCNFSM54RX765A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Ah, okay. I think it should switch to double quotes if we detect that you're on Windows. If you're willing to make a pull request, I'm happy to review it! |
I will try if I can find the time. But I have not made a proper pull request before so please bear with me if/when I submit something silly 😅 |
All good! |
The command
ffmpeg -i in.mp3 -ss '00:13:10' -to '00:17:09' out.mp3
givesInvalid duration specification for ss: '00:13:10'
error. Removing the quotes works. Its possible my ffmpeg version is old and maybe quotes are supported in later versions. In this case, maybe adding another checkbox for quotes around timestamps be helpful?ffmpeg -version
output:The text was updated successfully, but these errors were encountered: