[FFmpeg-cvslog] fate: Add cinepak encoder vsynth tests
Diego Biurrun
git at videolan.org
Tue Nov 7 23:40:25 EET 2017
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Jun 28 00:27:19 2017 +0200| [5be9939b46a6a4d3860a1b1a872aa50897095970] | committer: Diego Biurrun
fate: Add cinepak encoder vsynth tests
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5be9939b46a6a4d3860a1b1a872aa50897095970
---
tests/fate/vcodec.mak | 4 ++++
tests/ref/vsynth/vsynth1-cinepak | 4 ++++
tests/ref/vsynth/vsynth2-cinepak | 4 ++++
3 files changed, 12 insertions(+)
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak
index e195254a48..490da55511 100644
--- a/tests/fate/vcodec.mak
+++ b/tests/fate/vcodec.mak
@@ -12,6 +12,10 @@ fate-vsynth%-asv1: ENCOPTS = -qscale 10
FATE_VCODEC-$(call ENCDEC, ASV2, AVI) += asv2
fate-vsynth%-asv2: ENCOPTS = -qscale 10
+FATE_VCODEC-$(call ENCDEC, CINEPAK, AVI) += cinepak
+fate-vsynth%-cinepak: ENCOPTS = -s sqcif -strip_number_adaptivity 1
+fate-vsynth%-cinepak: DECOPTS = -s sqcif
+
FATE_VCODEC-$(call ENCDEC, CLJR, AVI) += cljr
FATE_VCODEC-$(call ENCDEC, DNXHD, DNXHD) += dnxhd-720p \
diff --git a/tests/ref/vsynth/vsynth1-cinepak b/tests/ref/vsynth/vsynth1-cinepak
new file mode 100644
index 0000000000..09ba81aef3
--- /dev/null
+++ b/tests/ref/vsynth/vsynth1-cinepak
@@ -0,0 +1,4 @@
+c2198279f3ccf18eb029875c98231073 *tests/data/fate/vsynth1-cinepak.avi
+408612 tests/data/fate/vsynth1-cinepak.avi
+fdcc7e515ff0bea5203d1ed9bfa7514c *tests/data/fate/vsynth1-cinepak.out.rawvideo
+stddev: 64.04 PSNR: 12.00 MAXDIFF: 238 bytes: 7603200/ 921600
diff --git a/tests/ref/vsynth/vsynth2-cinepak b/tests/ref/vsynth/vsynth2-cinepak
new file mode 100644
index 0000000000..c1ff48d109
--- /dev/null
+++ b/tests/ref/vsynth/vsynth2-cinepak
@@ -0,0 +1,4 @@
+722bab34b13b33e46dbbdd47985049f3 *tests/data/fate/vsynth2-cinepak.avi
+400398 tests/data/fate/vsynth2-cinepak.avi
+c59f0419068f0071476d037abd2ccde2 *tests/data/fate/vsynth2-cinepak.out.rawvideo
+stddev: 87.20 PSNR: 9.32 MAXDIFF: 247 bytes: 7603200/ 921600
More information about the ffmpeg-cvslog
mailing list