[FFmpeg-devel] MXF D10 regression tests
Reimar Döffinger
Reimar.Doeffinger
Mon Mar 16 16:23:58 CET 2009
On Mon, Mar 16, 2009 at 03:42:02PM +0100, Michael Niedermayer wrote:
> anyway if someone wants to debug this first thing would be finding a minimal
> set of command line options that still cause the difference.
Looks like
./ffmpeg_g -y -flags +bitexact -dct fastint -idct simple -sws_flags
+accurate_rnd+bitexact -t 1 -qscale 10 -f image2 -vcodec pgmyuv -i
./tests/vsynth1/%02d.pgm -s 720x576 -vcodec mpeg2video -pix_fmt yuv422p
-an -f framecrc -
does it, though -s 736x576 works. So the issue seems to be:
width not divisible by 32 combined with yuv422p
More information about the ffmpeg-devel
mailing list