Commit 931ec4a2 authored by Paul B Mahol's avatar Paul B Mahol Committed by Michael Niedermayer

fate: add R210 encoding/decoding test

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6bcc8275
......@@ -319,6 +319,11 @@ do_video_encoding rgb.avi "-an -vcodec rawvideo -pix_fmt bgr24"
do_video_decoding "" "-pix_fmt yuv420p"
fi
if [ -n "$do_r210" ] ; then
do_video_encoding r210.avi "-an -c:v r210"
do_video_decoding
fi
if [ -n "$do_v210" ] ; then
do_video_encoding v210.avi "-an -c:v v210"
do_video_decoding "" "-pix_fmt yuv420p"
......
604a34c9f9151891c2d63d2652b75329 *./tests/data/vsynth1/r210.avi
22125260 ./tests/data/vsynth1/r210.avi
1ac5ec3bbb6bfbdf1ce6316e48e5fd89 *./tests/data/r210.vsynth1.out.yuv
stddev: 91.79 PSNR: 8.87 MAXDIFF: 254 bytes: 30412800/ 7603200
d7a6f298e6869a74c0988fc3b30d0351 *./tests/data/vsynth2/r210.avi
22125260 ./tests/data/vsynth2/r210.avi
3ca229927a09e3d7ecedc0b868c568b0 *./tests/data/r210.vsynth2.out.yuv
stddev: 82.11 PSNR: 9.84 MAXDIFF: 230 bytes: 30412800/ 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