[FFmpeg-user] ffmpeg convert jpg to avi

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Jan 12 18:21:20 CET 2012


吴立斌 <jklkj987 <at> gmail.com> writes:

> i use command "ffmpeg -r 1.5 -bf 2 -qscale 4 -intra -f image2 -i
> Image-0000001-%d.jpg -s 800x600 aa.avi"
> but the video is rotate 180 degrees, why?

To reproduce your issue, is above command line needed or is the following
sufficient?
ffmpeg -i input.jpg out.png
or
ffmpeg -i input.jpg out.jpg

In any case: Consider providing a sample.

Carl Eugen



More information about the ffmpeg-user mailing list