mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
fate: Add TrueMotion 2 RT tests
This commit is contained in:
parent
906ffed9b1
commit
523c4c5b70
@ -10,6 +10,18 @@ fate-truemotion1: $(FATE_TRUEMOTION1)
|
|||||||
FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, TRUEMOTION2) += fate-truemotion2
|
FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, TRUEMOTION2) += fate-truemotion2
|
||||||
fate-truemotion2: CMD = framecrc -i $(TARGET_SAMPLES)/duck/tm20.avi
|
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_VP3-$(call DEMDEC, MATROSKA, THEORA) += fate-theora-coeff-level64
|
||||||
fate-theora-coeff-level64: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/vp3/coeff_level64.mkv
|
fate-theora-coeff-level64: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/vp3/coeff_level64.mkv
|
||||||
|
|
||||||
|
2
tests/ref/fate/truemotion2rt-high
Normal file
2
tests/ref/fate/truemotion2rt-high
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#tb 0: 100/2397
|
||||||
|
0, 0, 0, 1, 54288, 0xbb88db84
|
2
tests/ref/fate/truemotion2rt-low
Normal file
2
tests/ref/fate/truemotion2rt-low
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#tb 0: 100/2397
|
||||||
|
0, 0, 0, 1, 54288, 0x94310459
|
2
tests/ref/fate/truemotion2rt-mid
Normal file
2
tests/ref/fate/truemotion2rt-mid
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#tb 0: 100/2397
|
||||||
|
0, 0, 0, 1, 45864, 0x6c39a9e0
|
Loading…
Reference in New Issue
Block a user