[FFmpeg-cvslog] Add muxer test based on stream-copy from FATE sample.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sat Feb 18 19:35:13 CET 2012


On Sat, Feb 18, 2012 at 07:19:32PM +0100, Michael Niedermayer wrote:
> On Sat, Feb 18, 2012 at 04:42:01PM +0100, Reimar Döffinger wrote:
> > ffmpeg | branch: master | Reimar Döffinger <Reimar.Doeffinger at gmx.de> | Sun Feb 12 11:52:10 2012 +0100| [f23a740303e0ae54f2dac936188475b9a9c761fc] | committer: Reimar Döffinger
> > 
> > Add muxer test based on stream-copy from FATE sample.
> > 
> > This should test muxing Theora into Ogg.
> 
> this seems failing for several fate machines

It's the final decode step that can produce two different results.
It is only some that fail.
Sample contains only video.
Decoding the video from mkv is tested and works.
Only setting that seems to make a difference that is used with
that test is -idct simple.
Any idea what could cause it?
Can someone with an affected machine test?
I get CRC=0x037e3e79 when removing -idct simple like this:
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -18,7 +18,7 @@ do_lavf_fate()
     file=${outfile}lavf.$1
     input="${samples}/$2"
     do_avconv $file $DEC_OPTS -i "$input" $ENC_OPTS -vcodec copy -acodec copy
-    do_avconv_crc $file $DEC_OPTS -i $target_path/$file $3
+    do_avconv_crc $file -i $target_path/$file $3
 }


More information about the ffmpeg-cvslog mailing list