[FFmpeg-cvslog] fate: Add TrueMotion 2 RT tests
Vittorio Giovara
git at videolan.org
Thu Jul 14 19:38:15 CEST 2016
ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Fri Jun 3 11:53:25 2016 -0400| [523c4c5b70994f5cd1f192b68d07cf24b292ca05] | committer: Vittorio Giovara
fate: Add TrueMotion 2 RT tests
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=523c4c5b70994f5cd1f192b68d07cf24b292ca05
---
tests/fate/vpx.mak | 12 ++++++++++++
tests/ref/fate/truemotion2rt-high | 2 ++
tests/ref/fate/truemotion2rt-low | 2 ++
tests/ref/fate/truemotion2rt-mid | 2 ++
4 files changed, 18 insertions(+)
diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak
index 0586562..75248ec 100644
--- a/tests/fate/vpx.mak
+++ b/tests/fate/vpx.mak
@@ -10,6 +10,18 @@ fate-truemotion1: $(FATE_TRUEMOTION1)
FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, TRUEMOTION2) += fate-truemotion2
fate-truemotion2: CMD = framecrc -i $(TARGET_SAMPLES)/duck/tm20.avi
+FATE_TRUEMOTION2RT += fate-truemotion2rt-low
+fate-truemotion2rt-low: CMD = framecrc -i $(TARGET_SAMPLES)/duck/tr20_low.avi -an
+
+FATE_TRUEMOTION2RT += fate-truemotion2rt-mid
+fate-truemotion2rt-mid: CMD = framecrc -i $(TARGET_SAMPLES)/duck/tr20_mid.avi -an
+
+FATE_TRUEMOTION2RT += fate-truemotion2rt-high
+fate-truemotion2rt-high: CMD = framecrc -i $(TARGET_SAMPLES)/duck/tr20_high.avi -an
+
+FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, TRUEMOTION2RT) += $(FATE_TRUEMOTION2RT)
+fate-truemotion2rt: $(FATE_TRUEMOTION2RT)
+
FATE_VP3-$(call DEMDEC, MATROSKA, THEORA) += fate-theora-coeff-level64
fate-theora-coeff-level64: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/vp3/coeff_level64.mkv
diff --git a/tests/ref/fate/truemotion2rt-high b/tests/ref/fate/truemotion2rt-high
new file mode 100644
index 0000000..1b08f6f
--- /dev/null
+++ b/tests/ref/fate/truemotion2rt-high
@@ -0,0 +1,2 @@
+#tb 0: 100/2397
+0, 0, 0, 1, 54288, 0xbb88db84
diff --git a/tests/ref/fate/truemotion2rt-low b/tests/ref/fate/truemotion2rt-low
new file mode 100644
index 0000000..5251a79
--- /dev/null
+++ b/tests/ref/fate/truemotion2rt-low
@@ -0,0 +1,2 @@
+#tb 0: 100/2397
+0, 0, 0, 1, 54288, 0x94310459
diff --git a/tests/ref/fate/truemotion2rt-mid b/tests/ref/fate/truemotion2rt-mid
new file mode 100644
index 0000000..f99efca
--- /dev/null
+++ b/tests/ref/fate/truemotion2rt-mid
@@ -0,0 +1,2 @@
+#tb 0: 100/2397
+0, 0, 0, 1, 45864, 0x6c39a9e0
More information about the ffmpeg-cvslog
mailing list