-
ffmpeg, create MPEG2 from series of GIFs
Hi All,
I have a series of 60 individual, static GIF images, each 720×576 pixels (actually moving hands on a small clock). I wish to encode this to MPEG2 video at 2920kb/s with a duration of 60 seconds (1 sec per GIF frame).
Current command line is
ffmpeg -i tc_%02d.gif -r 1 -y -an -vcodec mpeg2video -b 2920kb -r 25 -s 720×576 TC_ZL3JVX.mpg
where the 60 GIF files are named tc_00.gif to tc_59.gif
Error message is unable to find a suitable output format for TC_ZL3JVX.mpg
The resulting MPG will eventually be muxed into a transport stream for transmission using Digital Amateur TV, but that is a few steps away.
Any help or pointers appreciated.
Thanks,
Mark