[FFmpeg-user] Combine unordered images to video (+MP3 audio)

Drabner drabner at zoobe.com
Thu Mar 8 10:07:34 CET 2012


There is indeed a better way to do this, via piping!
A user on stackoverflow (
http://stackoverflow.com/questions/9600384/combine-unordered-images-to-video-mp3-audio
) posted that answer.


I am now using the following command do do what I want to achieve:

*type "list of jpeg images here" | ffmpeg -s 640x360 -f image2pipe -vcodec
mjpeg -r 30 -i - -i audioMp3.data -y video.mp4*

--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Combine-unordered-images-to-video-MP3-audio-tp4453148p4455934.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.


More information about the ffmpeg-user mailing list