[FFmpeg-devel] [PATCH 9/9] dnxhdenc: fix scan used for bitstream generation
Christophe Gisquet
christophe.gisquet at gmail.com
Mon Oct 5 14:01:51 CEST 2015
Hi,
2015-10-04 4:14 GMT+02:00 Michael Niedermayer <michaelni at gmx.at>:
> ./ffmpeg -f lavfi -i testsrc=s=1440x1080 -vframes 1 -pix_fmt yuv422p -vcodec dnxhd -vb 80M -flags +ildct file.mov
btw this afaik uses CID 1260 which has a particular feature,
MBAFF-like. While we do handle it since a few revision, I suspect we
shouldn't validate the encoder output against our decoder.
CID 1260 should be blacklisted (it's planned, but...).
It does not invalidate the experiment (checking interlaced handling in
the encoder) that has to be made, though.
--
Christophe
More information about the ffmpeg-devel
mailing list