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


_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to