[FFmpeg-user] Creating ffv1 full-range and broadcast-range files
Carl Eugen Hoyos
cehoyos at ag.or.at
Fri May 9 14:08:52 CEST 2014
Robert Krüger <krueger <at> lesspain.de> writes:
> I want to create both files that contain broadcast (aka mpeg) range
> yuv420p (or yuv422p, 444p etc.) and full range. I presume that the
> default for the yuv4<whatever>p<whatever> formats was broadcast.
>
> Is that correct? If so, how do I create full-range files using an
> ffmpeg command line?
Did you test what happens if you replace all occurrences of
AV_PIX_FMT_YUV420P in libavcodec/ffv1enc.c and libavcodec/ffv1dec.c
with AV_PIX_FMT_YUVJ420P ?
Carl Eugen
More information about the ffmpeg-user
mailing list