mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
Run zmbv regression without md5sum.
Judging by the differences this should make all FATE machines pass the test. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
0849a0ebb2
commit
78fde9323d
@ -331,8 +331,8 @@ fi
|
|||||||
|
|
||||||
if [ -n "$do_zmbv" ] ; then
|
if [ -n "$do_zmbv" ] ; then
|
||||||
# default level of 9 leads to different results with
|
# default level of 9 leads to different results with
|
||||||
# different zlib versions
|
# different zlib versions, and even with 0 md5 differs
|
||||||
do_video_encoding zmbv.avi "-an -vcodec zmbv -compression_level 0"
|
do_video_encoding_nomd5 zmbv.avi "-an -vcodec zmbv -compression_level 0"
|
||||||
do_video_decoding "" "-pix_fmt yuv420p"
|
do_video_decoding "" "-pix_fmt yuv420p"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
796787e4dfb20762a1a66b1b395f85aa *./tests/data/vsynth1/zmbv.avi
|
|
||||||
5112508 ./tests/data/vsynth1/zmbv.avi
|
5112508 ./tests/data/vsynth1/zmbv.avi
|
||||||
cfbec364e41d70c9b177435b5655d8af *./tests/data/zmbv.vsynth1.out.yuv
|
cfbec364e41d70c9b177435b5655d8af *./tests/data/zmbv.vsynth1.out.yuv
|
||||||
stddev: 46.47 PSNR: 14.79 MAXDIFF: 129 bytes: 7603200/ 7603200
|
stddev: 46.47 PSNR: 14.79 MAXDIFF: 129 bytes: 7603200/ 7603200
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
a39f65c7075485235636343ef7217325 *./tests/data/vsynth2/zmbv.avi
|
|
||||||
5116352 ./tests/data/vsynth2/zmbv.avi
|
5116352 ./tests/data/vsynth2/zmbv.avi
|
||||||
cfbec364e41d70c9b177435b5655d8af *./tests/data/zmbv.vsynth2.out.yuv
|
cfbec364e41d70c9b177435b5655d8af *./tests/data/zmbv.vsynth2.out.yuv
|
||||||
stddev: 42.07 PSNR: 15.65 MAXDIFF: 112 bytes: 7603200/ 7603200
|
stddev: 42.07 PSNR: 15.65 MAXDIFF: 112 bytes: 7603200/ 7603200
|
||||||
|
@ -105,6 +105,12 @@ do_video_encoding()
|
|||||||
do_avconv $file $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src $ENC_OPTS $2
|
do_avconv $file $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src $ENC_OPTS $2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_video_encoding_nomd5()
|
||||||
|
{
|
||||||
|
file=${outfile}$1
|
||||||
|
do_avconv_nomd5 $file $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src $ENC_OPTS $2
|
||||||
|
}
|
||||||
|
|
||||||
do_audio_encoding()
|
do_audio_encoding()
|
||||||
{
|
{
|
||||||
file=${outfile}$1
|
file=${outfile}$1
|
||||||
|
Loading…
Reference in New Issue
Block a user