[FFmpeg-user] 2.3 Gazillion
Carl Eugen Hoyos
cehoyos at ag.or.at
Wed Jul 11 17:11:33 CEST 2012
Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:
> You can test the following command line that is visually lossless:
> $ ffmpeg -f x11grab -r 30 -s 1920x1080 -i :0.0 -qscale 2 out.avi
>
> I still suspect you don't like the conversion from rgb to yuv,
> none of the "typical" encoders support rgb.
> You can try the following to test if you prefer the output:
> $ ffmpeg -i x11grab -r 30 -s 1920x1080 -i :0.0 -pix_fmt png out.mov
Sorry, this should be:
$ ffmpeg -i x11grab -r 30 -s 1920x1080 -i :0.0 -vcodec png out.mov
Carl Eugen
More information about the ffmpeg-user
mailing list