[FFmpeg-user] Creating ffv1 full-range and broadcast-range files
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu May 15 21:51:58 CEST 2014
Andy Furniss <adf.lists <at> gmail.com> writes:
> ffmpeg -i ramp-yuv444p.nut -pix_fmt yuv420p -vf
> scale=in_range=pc:out_range=pc
In this command line "-pix_fmt" clobbers the scale
filter, I don't think we guarantee where in the
filterchain -pix_fmt is added.
Or in other words: Never mix -pix_fmt with the
format or the scale filter.
Carl Eugen
More information about the ffmpeg-user
mailing list