-
Notifications
You must be signed in to change notification settings - Fork 22
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
Cannot execute ffmpeg command #7
Comments
Show us the script. eg:
...fails with your error (iirc)
works...but
is slightly more elegant Not sure if your error relates to ffmpeg-bar in your case, but sometimes the way you structure the command requires that you execute it as above....so it might be your issue. |
in my case I'm actually running a .bat script from my computer. The script is very long, but I think the issue arrises from the fact that I use TestingI've made a simplified scripts that has the same issue. The Script
Folder Preview |
I was wrong, this is not the issue....the issue arrises from the fact that I need to write example
So replacing that with "stream%%05.ts" should work, but because of the call statement it does not. |
So, I've created a windows batch file to encode multiple files....for testing purpose I have renamed the files to
video1.mp4
andvideo2.mp4
.video1.mp4
2 times (it is ment to do so), and then continues withvideo2.mp4
video1.mp4
1 time, and then gives me this errorand then gives me this error for
video2.mp4
It seems like a strange bug, given that using pure ffmpeg works just fine...
The text was updated successfully, but these errors were encountered: