mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Add a fate test for ProRes Transparency.
This commit is contained in:
parent
f98dbc7311
commit
898268a23b
@ -3,6 +3,7 @@ FATE_PRORES = fate-prores-422 \
|
||||
fate-prores-422_lt \
|
||||
fate-prores-422_proxy \
|
||||
fate-prores-alpha \
|
||||
fate-prores-transparency \
|
||||
|
||||
FATE_SAMPLES_AVCONV-$(call DEMDEC, MOV, PRORES) += $(FATE_PRORES)
|
||||
fate-prores: $(FATE_PRORES)
|
||||
@ -12,3 +13,4 @@ fate-prores-422_hq: CMD = framecrc -flags +bitexact -i $(SAMPLES)/prores/Sequ
|
||||
fate-prores-422_lt: CMD = framecrc -flags +bitexact -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422_LT.mov -pix_fmt yuv422p10le
|
||||
fate-prores-422_proxy: CMD = framecrc -flags +bitexact -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422_Proxy.mov -pix_fmt yuv422p10le
|
||||
fate-prores-alpha: CMD = framecrc -flags +bitexact -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_with_Alpha.mov -pix_fmt yuva444p10le
|
||||
fate-prores-transparency: CMD = framecrc -flags +bitexact -i $(SAMPLES)/prores/prores4444_with_transparency.mov -pix_fmt yuva444p10le
|
||||
|
5
tests/ref/fate/prores-transparency
Normal file
5
tests/ref/fate/prores-transparency
Normal file
@ -0,0 +1,5 @@
|
||||
#tb 0: 1/25
|
||||
#tb 1: 1/48000
|
||||
0, 0, 0, 1, 16588800, 0x87f98f3c
|
||||
1, 0, 0, 1024, 4096, 0x00000000
|
||||
1, 1024, 1024, 896, 3584, 0x00000000
|
Loading…
Reference in New Issue
Block a user