Skip to content
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

Error when concat video without audio #162

Open
dtcuong63 opened this issue Apr 29, 2024 · 1 comment
Open

Error when concat video without audio #162

dtcuong63 opened this issue Apr 29, 2024 · 1 comment

Comments

@dtcuong63
Copy link

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

@EricTheGamer911
Copy link

Same issue here. Any fixes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants