[FFmpeg-user] Creating video with single JPG + MP3 file?

Gilles codecomplete at free.fr
Tue Jun 12 16:23:00 CEST 2012


Hello

I searched the archives on the Nabble server with "still jpg mp3", and
it returned a single thread, from 2008:

http://ffmpeg-users.933282.n4.nabble.com/

Is this still the best way to get the most compact file with a single
JPG?

ffmpeg -loop_input -i imagine.jpg -i audio.mp3 -y -r 30 -b 2500k
-acodec ac3 -ab 384k -vcodec mpeg4 result.mp4 

Thank you.



More information about the ffmpeg-user mailing list