mirror of https://git.ffmpeg.org/ffmpeg.git
add dv 4:1:1 regression test
Originally committed as revision 14631 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b91758de48
commit
77c3fb9098
|
@ -154,6 +154,10 @@ c299f64c3e85b928c5bfe71629cee006 *./tests/data/a-dv.dv
|
|||
7200000 ./tests/data/a-dv.dv
|
||||
3b9ead854b912e43ead976e4e86aab3b *./tests/data/dv.vsynth.out.yuv
|
||||
stddev: 8.91 PSNR: 29.12 bytes: 7603200/ 7603200
|
||||
f3f2d89bbf40b5812c919b7bdf38684b *./tests/data/a-dv411.dv
|
||||
7200000 ./tests/data/a-dv411.dv
|
||||
b59e4ad3f4eef415752641d087c75d5d *./tests/data/dv.vsynth.out.yuv
|
||||
stddev: 30.72 PSNR: 18.37 bytes: 7603200/ 7603200
|
||||
70dc9a58345e603094dedcac71e2dcd2 *./tests/data/a-dv50.dv
|
||||
14400000 ./tests/data/a-dv50.dv
|
||||
d727da8c7ce387ebe68845a1be916ee3 *./tests/data/dv50.vsynth.out.yuv
|
||||
|
|
|
@ -353,6 +353,9 @@ fi
|
|||
if [ -n "$do_dv" ] ; then
|
||||
do_video_encoding dv.dv "-dct int" "-s pal -an"
|
||||
do_video_decoding "" "-s cif"
|
||||
|
||||
do_video_encoding dv411.dv "-dct int" "-s pal -an -pix_fmt yuv411p"
|
||||
do_video_decoding "" "-s cif"
|
||||
fi
|
||||
|
||||
if [ -n "$do_dv50" ] ; then
|
||||
|
|
|
@ -154,6 +154,10 @@ stddev: 0.00 PSNR:999.99 bytes: 7603200/ 7603200
|
|||
7200000 ./tests/data/a-dv.dv
|
||||
75bf724e37f667f36af50e2051846574 *./tests/data/dv.rotozoom.out.yuv
|
||||
stddev: 3.11 PSNR: 38.24 bytes: 7603200/ 7603200
|
||||
a8f9aaab0220c8895dafa43ebcda916d *./tests/data/a-dv411.dv
|
||||
7200000 ./tests/data/a-dv411.dv
|
||||
06ab34615153162ad73696672531d448 *./tests/data/dv.rotozoom.out.yuv
|
||||
stddev: 10.17 PSNR: 27.97 bytes: 7603200/ 7603200
|
||||
ac6741e4c79e9ed18f179c4124ede29c *./tests/data/a-dv50.dv
|
||||
14400000 ./tests/data/a-dv50.dv
|
||||
ad9907f4ef608f025f5fc38b4b067b37 *./tests/data/dv50.rotozoom.out.yuv
|
||||
|
|
Loading…
Reference in New Issue