We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It works when I concat videos with audio, but when I try to concat the same videos without audio, it show the error below:
Error: ffmpeg exited with code 4294967268: frame= 774 fps= 12 q=-0.0 Lsize=N/A time=00:00:26.19 bitrate=N/A speed=0.402x Conversion failed!
I used the ffmpeg conmmand below to remove the audio from the video:
ffmpeg -i input1.mp4 -an output1.mp4
What can I do to make it work? Thank you
The text was updated successfully, but these errors were encountered:
Same issue here. Any fixes?
Sorry, something went wrong.
No branches or pull requests
It works when I concat videos with audio, but when I try to concat the same videos without audio, it show the error below:
Error: ffmpeg exited with code 4294967268: frame= 774 fps= 12 q=-0.0 Lsize=N/A time=00:00:26.19 bitrate=N/A speed=0.402x Conversion failed!
I used the ffmpeg conmmand below to remove the audio from the video:
ffmpeg -i input1.mp4 -an output1.mp4
What can I do to make it work? Thank you
The text was updated successfully, but these errors were encountered: