[FFmpeg-devel] MXF D10 regression tests

Reimar Döffinger Reimar.Doeffinger
Mon Mar 16 16:38:44 CET 2009


On Mon, Mar 16, 2009 at 04:33:29PM +0100, Michael Niedermayer wrote:
> On Mon, Mar 16, 2009 at 04:23:58PM +0100, Reimar D?ffinger wrote:
> > 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
> 
> does it work with raw? (that would awsner if its encoder or scaler issue)

Oh, forgot to mention it. Yes, results match when just replacing
mpeg2video with rawvideo.




More information about the ffmpeg-devel mailing list