[FFmpeg-user] Convert Avi raw video to AVI HELP
Carl Eugen Hoyos
cehoyos at ag.or.at
Fri May 13 21:38:18 CEST 2016
Ana <analucero13 <at> gmail.com> writes:
> I used this code: FFMPEG -i Myfile.avi -c:v libx264 rgb
> -pix_fmt rgb24 newfile.avi
> The file is to slow
to(o?) slow is difficult to understand...
(but try mov instead of avi)
> and quality is not very good.
You did not use any quality option, use -crf to select
constant quality (lower is better iirc).
Note that you are transcoding a very large file with
a common codec (it is expected to play with wmp) into
a slightly unusual codec that needs some cpu to decode
in real time (very little cpu for today’s desktops, a
lot of cpu for today’s mobile devices) in a container
that is not well suited for h264.
Carl Eugen
More information about the ffmpeg-user
mailing list