Commit 8e46e122 authored by Paul B Mahol's avatar Paul B Mahol Committed by Michael Niedermayer

fate: add yuv4 encoding/decoding test

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 15d838b7
......@@ -334,6 +334,11 @@ do_video_encoding yuv.avi "-an -vcodec rawvideo -pix_fmt yuv420p"
do_video_decoding "" "-pix_fmt yuv420p"
fi
if [ -n "$do_yuv4" ] ; then
do_video_encoding yuv4.avi "-an -c:v yuv4"
do_video_decoding
fi
if [ -n "$do_y41p" ] ; then
do_video_encoding y41p.avi "-an -c:v y41p"
do_video_decoding
......
e0d593eb635432f421b93224e425ee03 *./tests/data/vsynth1/yuv4.avi
7610060 ./tests/data/vsynth1/yuv4.avi
c5ccac874dbf808e9088bc3107860042 *./tests/data/yuv4.vsynth1.out.yuv
stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 7603200/ 7603200
3d24f1d320c4ead1efbf3c952a902379 *./tests/data/vsynth2/yuv4.avi
7610060 ./tests/data/vsynth2/yuv4.avi
dde5895817ad9d219f79a52d0bdfb001 *./tests/data/yuv4.vsynth2.out.yuv
stddev: 0.00 PSNR:999.99 MAXDIFF: 0 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