mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
fate: add chromashift tests
This commit is contained in:
parent
ea887ef876
commit
b63c9c7f97
@ -451,6 +451,10 @@ fate-filter-concat: CMD = framecrc -filter_complex_script $(TARGET_PATH)/tests/d
|
||||
fate-filter-concat-vfr: tests/data/filtergraphs/concat-vfr
|
||||
fate-filter-concat-vfr: CMD = framecrc -filter_complex_script $(TARGET_PATH)/tests/data/filtergraphs/concat-vfr
|
||||
|
||||
FATE_FILTER-$(call ALLYES, TESTSRC2_FILTER CHROMASHIFT_FILTER) += fate-filter-chromashift-smear fate-filter-chromashift-wrap
|
||||
fate-filter-chromashift-smear: CMD = framecrc -lavfi testsrc2=r=5:d=1,chromashift=cbh=-1:cbv=1:crh=2:crv=-2:edge=smear -pix_fmt yuv420p
|
||||
fate-filter-chromashift-wrap: CMD = framecrc -lavfi testsrc2=r=5:d=1,chromashift=cbh=-1:cbv=1:crh=2:crv=-2:edge=wrap -pix_fmt yuv420p
|
||||
|
||||
FATE_FILTER-$(call ALLYES, TESTSRC2_FILTER FPS_FILTER DECIMATE_FILTER) += fate-filter-decimate
|
||||
fate-filter-decimate: CMD = framecrc -lavfi testsrc2=r=24:d=10,fps=60,decimate=5,decimate=4,decimate=3 -pix_fmt yuv420p
|
||||
|
||||
|
10
tests/ref/fate/filter-chromashift-smear
Normal file
10
tests/ref/fate/filter-chromashift-smear
Normal file
@ -0,0 +1,10 @@
|
||||
#tb 0: 1/5
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 320x240
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 115200, 0x91a39b4c
|
||||
0, 1, 1, 1, 115200, 0xe2ff7f63
|
||||
0, 2, 2, 1, 115200, 0x242f7a20
|
||||
0, 3, 3, 1, 115200, 0x4f7c95a9
|
||||
0, 4, 4, 1, 115200, 0xee6e9daa
|
10
tests/ref/fate/filter-chromashift-wrap
Normal file
10
tests/ref/fate/filter-chromashift-wrap
Normal file
@ -0,0 +1,10 @@
|
||||
#tb 0: 1/5
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 320x240
|
||||
#sar 0: 1/1
|
||||
0, 0, 0, 1, 115200, 0x2b9db3ed
|
||||
0, 1, 1, 1, 115200, 0xebb7987c
|
||||
0, 2, 2, 1, 115200, 0xee1a9331
|
||||
0, 3, 3, 1, 115200, 0xf4f5aeb2
|
||||
0, 4, 4, 1, 115200, 0x7b66b6b3
|
Loading…
Reference in New Issue
Block a user