[FFmpeg-user] add image to an mp3 video?

DopeLabs dopelabs at dubstep.fm
Thu Aug 28 23:13:57 CEST 2014


also in your original message you mentioned you wanted to create an AVI.

the command i provided used h264 encoding to an mp4, in which case you would need ffmpeg built with h264 support, libraries installed, etc.

you can use everything before the encoding options and then provide options you were using (?) for your avi

ffmpeg -re -loop 1 –i <IMAGE PATH> –i <MP3 AUDIO PATH> -c:a copy -c:v <VIDEO ENCODING OPTIONS> -shortest video.avi

some helpful information may also be found here:

https://trac.ffmpeg.org/wiki/Encode/MPEG-4




More information about the ffmpeg-user mailing list