Add Audio to a Video File Using ffmpeg
Tagged with: audio, command, ffmpeg, format, Linux, mix, video
FFMPEG command to mix an audio file with a video file to create a final video.
ffmpeg -vcodec flv -qscale 9.5 -r 25 -ar 22050 -ab 32k -s 320x240 -i 1.mp3 -i Meta.ogv final.flv
August 12th, 2008 07:54
Awesome! I’ve been looking for something like this! Great post!
August 25th, 2008 22:16
Thanks for this post man…..very useful for me…..