Quantcast
Channel: Combine audio with ffmpeg breaks video - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by llogan for Combine audio with ffmpeg breaks video

You're missing an -i:ffmpeg -i video.mp4 -i audio.aac -c copy -shortest final.mp4I added:-c copy to stream copy because I assume you only want to mux the audio and not re-encode everything.-shortest so...

View Article



Combine audio with ffmpeg breaks video

I'm attempting to combine and audio file (mp3) with a video created with ffmpeg. The video is created from several smaller clips using:ffmpeg -y -f concat -auto_convert 1 -i videos.txt -c copy -an -sn...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images