Commit 6ecc78b7 authored by Reimar Döffinger's avatar Reimar Döffinger

Choose compression level 6 for zmbv test.

The default of 9 gives different results on different FATE systems.
However the zlib test using compression level 6 works, so
try this instead.
Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
parent e1ccc921
......@@ -330,7 +330,9 @@ do_video_decoding "" "-pix_fmt yuv420p"
fi
if [ -n "$do_zmbv" ] ; then
do_video_encoding zmbv.avi "-an -vcodec zmbv"
# default level of 9 leads to different results with
# different zlib versions
do_video_encoding zmbv.avi "-an -vcodec zmbv -compression_level 6"
do_video_decoding "" "-pix_fmt yuv420p"
fi
......
5874bd5764a92be48b63d90446b1b386 *./tests/data/vsynth1/zmbv.avi
2284022 ./tests/data/vsynth1/zmbv.avi
ed417ff88cc5d8fe204b3dcc0ba71a57 *./tests/data/vsynth1/zmbv.avi
2325956 ./tests/data/vsynth1/zmbv.avi
cfbec364e41d70c9b177435b5655d8af *./tests/data/zmbv.vsynth1.out.yuv
stddev: 46.47 PSNR: 14.79 MAXDIFF: 129 bytes: 7603200/ 7603200
65825cdc90e550aeba556020365bc2d9 *./tests/data/vsynth2/zmbv.avi
1807074 ./tests/data/vsynth2/zmbv.avi
71e6c69ab93b2b71736f71948032c9c4 *./tests/data/vsynth2/zmbv.avi
1864098 ./tests/data/vsynth2/zmbv.avi
cfbec364e41d70c9b177435b5655d8af *./tests/data/zmbv.vsynth2.out.yuv
stddev: 42.07 PSNR: 15.65 MAXDIFF: 112 bytes: 7603200/ 7603200
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment