mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
prores: add FATE tests
This commit is contained in:
parent
c4a378855e
commit
a62d36697d
@ -31,6 +31,7 @@ include $(SRC_PATH)/tests/fate/fft.mak
|
||||
include $(SRC_PATH)/tests/fate/h264.mak
|
||||
include $(SRC_PATH)/tests/fate/libavutil.mak
|
||||
include $(SRC_PATH)/tests/fate/mp3.mak
|
||||
include $(SRC_PATH)/tests/fate/prores.mak
|
||||
include $(SRC_PATH)/tests/fate/vorbis.mak
|
||||
include $(SRC_PATH)/tests/fate/vp8.mak
|
||||
|
||||
|
15
tests/fate/prores.mak
Normal file
15
tests/fate/prores.mak
Normal file
@ -0,0 +1,15 @@
|
||||
FATE_PRORES = fate-prores-422 \
|
||||
fate-prores-422_hq \
|
||||
fate-prores-422_lt \
|
||||
fate-prores-422_proxy \
|
||||
fate-prores-alpha \
|
||||
|
||||
FATE_TESTS += $(FATE_PRORES)
|
||||
fate-prores: $(FATE_PRORES)
|
||||
|
||||
fate-prores-422: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422.mov
|
||||
fate-prores-422_hq: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422_HQ.mov
|
||||
fate-prores-422_lt: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422_LT.mov
|
||||
fate-prores-422_proxy: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422_Proxy.mov
|
||||
fate-prores-alpha: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_with_Alpha.mov
|
||||
|
2
tests/ref/fate/prores-422
Normal file
2
tests/ref/fate/prores-422
Normal file
@ -0,0 +1,2 @@
|
||||
0, 0, 8294400, 0xe8e9d448
|
||||
0, 3003, 8294400, 0xe8e9d448
|
2
tests/ref/fate/prores-422_hq
Normal file
2
tests/ref/fate/prores-422_hq
Normal file
@ -0,0 +1,2 @@
|
||||
0, 0, 8294400, 0x817063b0
|
||||
0, 3003, 8294400, 0x817063b0
|
2
tests/ref/fate/prores-422_lt
Normal file
2
tests/ref/fate/prores-422_lt
Normal file
@ -0,0 +1,2 @@
|
||||
0, 0, 8294400, 0xcd4ccde1
|
||||
0, 3003, 8294400, 0xcd4ccde1
|
2
tests/ref/fate/prores-422_proxy
Normal file
2
tests/ref/fate/prores-422_proxy
Normal file
@ -0,0 +1,2 @@
|
||||
0, 0, 8294400, 0x51d29320
|
||||
0, 3003, 8294400, 0x51d29320
|
2
tests/ref/fate/prores-alpha
Normal file
2
tests/ref/fate/prores-alpha
Normal file
@ -0,0 +1,2 @@
|
||||
0, 0, 8294400, 0xee48d74b
|
||||
0, 3003, 8294400, 0x2a0c7eb1
|
Loading…
Reference in New Issue
Block a user