[FFmpeg-user] FAQ: how to join videos

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Feb 11 14:43:49 CET 2012


Paul Lenz <paul <at> lenz-online.de> writes:

> 1.) I duplicate the pictures until I have 25 pictures per second
> 2.) ffmpeg -r 25 -f image2 -i img-%06d.jpg pics.mpg

What is wrong with
ffmpeg -r 1 -i img-%06d.jpg -r 25 pics.mpg
?
(Assuming you originally had 1 image per second)

[...]

> ffmpeg -i temp.mpg -f avi result.wmv

That is *really* broken, please do not suggest such abominations here..

Carl Eugen



More information about the ffmpeg-user mailing list