Sunday, May 24, 2020

ffmpeg add mp3 audio

ffmpeg -i video.mp4 -i audio.mp3 -c copy -map 0:v:0 -map 1:a:0 output.mp4


https://superuser.com/questions/277642/how-to-merge-audio-and-video-file-in-ffmpeg

No comments:

Post a Comment