[FFmpeg-user] Converting IFF image sequence to mpeg4

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Nov 15 22:37:30 CET 2011


Dan Bradham <danielbradham <at> gmail.com> writes:

> Hey I'm having some trouble converting IFF sequences to mpeg4. My input and
> output are as follows.
> 
> ffmpeg -f image2 -r 24 -s 960x540 -i 'shot1.%04d.iff' test.mp4

iff is not "image2" but - surprise - "IFF".
It should not be necessary to specify the format, there is a probe function.
(Without testing I would suspect that you should not specify the input
resolution either.)

Carl Eugen



More information about the ffmpeg-user mailing list