[FFmpeg-user] FFmpeg image to mpg issue

Carl Eugen Hoyos cehoyos at ag.or.at
Sat May 26 16:26:11 CEST 2012


Murthy Avanithsa <avsn9849625263 <at> gmail.com> writes:

> ffmpeg -y  -loop 1 -r 5 -i 007.jpg   -tune stillimage -crf 24 
> -s 720x576 -t 10 -r 29.97  output.mpg

-tune stillimage -crf 24 have no effect for mpeg1video, so 
please remove them. Either use -b:v to specify a bitrate 
or -q:v to specify a constant quantiser.

Carl Eugen



More information about the ffmpeg-user mailing list