[FFmpeg-user] Problem for converting images to video with mov and mp4
Carl Eugen Hoyos
cehoyos at ag.or.at
Mon Sep 17 18:17:41 CEST 2012
PyProg PyProg <pyprog05 <at> gmail.com> writes:
> /home/toto/ekd_toto/linux_dependances_portables/ffmpeg/ffmpeg -r 12
> -s 800x600 -f image2 -i "/home/toto/.ekd_tmp/ekd_toto/%08d.jpg" -b:v
> 1800 -f mov -q:v 1 -y
> "/home/toto/a/nouv_EKD/video/version_3/transform_img_en_vid/16_09_12.mov"
Sorry for not realizing earlier (as said, there are multiple
problems with your command line):
It of course makes no sense to specify both a quality and a
bitrate, and since the bitrate is ridiculously small, this is
probably the reason why the output video does not look very
good.
Carl Eugen
More information about the ffmpeg-user
mailing list