[Ffmpeg-cvslog] CVS: ffmpeg/tests test.conf,1.10,1.11

Aurelien Jacobs aurel
Sun Feb 26 20:37:04 CET 2006


On Sun, 26 Feb 2006 16:43:53 +0100
Michael Niedermayer <michaelni at gmx.at> wrote:

> Hi
> 
> On Sun, Feb 26, 2006 at 03:54:13PM +0100, Alex Beregszaszi wrote:
> > Hi,
> > 
> > > > > >  Feed feed1.ffm
> > > > > >  Format mpjpeg
> > > > > > -Strict -1
> > > > > 
> > > > > Withouth strict jpeg doesnt even works here, that's why I added
> > > > > that switch. The problem is the converison between yuv420 and
> > > > > yuvj420 which is not done automatically.
> > > > 
> > > > So what about this? With that test.conf ffmpeg exists with error.
> > > 
> > > Indeed yes. And it seems that this also breaks jpg (despite them
> > > having Strict -1 in their sections).
> > > But with Strict -1 ffserver gives random results depending on
> > > the arch you are using, so it's hardly usefull.
> 
> what about the bit-exact flag and (i)dct algo selection in ffserver?
> later must be a portable C one not the auto select fastest ...

The following command line is used by ffserver:
ffmpeg -loop -flags +bitexact -dct fastint -idct simple -y -f pgmyuv -i vsynth1/%02d.pgm
So it seems to use the same flags as other regression tests.

Aurel





More information about the ffmpeg-cvslog mailing list