mirror of
https://github.com/librempeg/librempeg
synced 2024-11-21 16:44:05 +00:00
fate/filter-video: add more rgbtestsrc tests
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
255a8bd9ce
commit
2529754831
@ -100,6 +100,18 @@ fate-filter-pal100bars: CMD = framecrc -lavfi pal100bars=rate=5:duration=1 -pix_
|
||||
FATE_FILTER-$(call FILTERFRAMECRC, RGBTESTSRC) += fate-filter-rgbtestsrc
|
||||
fate-filter-rgbtestsrc: CMD = framecrc -lavfi rgbtestsrc=rate=5:duration=1 -pix_fmt rgb24
|
||||
|
||||
FATE_FILTER-$(call FILTERFRAMECRC, RGBTESTSRC) += fate-filter-rgbtestsrc-rgba
|
||||
fate-filter-rgbtestsrc-rgba: CMD = framecrc -lavfi rgbtestsrc=rate=5:duration=1 -pix_fmt rgba
|
||||
|
||||
FATE_FILTER-$(call FILTERFRAMECRC, RGBTESTSRC) += fate-filter-rgbtestsrc-gbrp
|
||||
fate-filter-rgbtestsrc-gbrp: CMD = framecrc -lavfi rgbtestsrc=rate=5:duration=1 -pix_fmt gbrp
|
||||
|
||||
FATE_FILTER-$(call FILTERFRAMECRC, RGBTESTSRC SCALE) += fate-filter-rgbtestsrc-gbrp12
|
||||
fate-filter-rgbtestsrc-gbrp12: CMD = framecrc -lavfi rgbtestsrc=rate=5:duration=1,format=gbrp12,scale -pix_fmt gbrp12le
|
||||
|
||||
FATE_FILTER-$(call FILTERFRAMECRC, RGBTESTSRC) += fate-filter-rgbtestsrc-x2rgb10le
|
||||
fate-filter-rgbtestsrc-x2rgb10le: CMD = framecrc -lavfi rgbtestsrc=rate=5:duration=1 -pix_fmt x2rgb10le
|
||||
|
||||
FATE_FILTER-$(call FILTERFRAMECRC, SMPTEBARS) += fate-filter-smptebars
|
||||
fate-filter-smptebars: CMD = framecrc -lavfi smptebars=rate=5:duration=1 -pix_fmt yuv420p
|
||||
|
||||
|
10
tests/ref/fate/filter-rgbtestsrc-gbrp
Normal file
10
tests/ref/fate/filter-rgbtestsrc-gbrp
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, 230400, 0x0dbc18bb
|
||||
0, 1, 1, 1, 230400, 0x0dbc18bb
|
||||
0, 2, 2, 1, 230400, 0x0dbc18bb
|
||||
0, 3, 3, 1, 230400, 0x0dbc18bb
|
||||
0, 4, 4, 1, 230400, 0x0dbc18bb
|
10
tests/ref/fate/filter-rgbtestsrc-gbrp12
Normal file
10
tests/ref/fate/filter-rgbtestsrc-gbrp12
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, 460800, 0x3fd1daca
|
||||
0, 1, 1, 1, 460800, 0x3fd1daca
|
||||
0, 2, 2, 1, 460800, 0x3fd1daca
|
||||
0, 3, 3, 1, 460800, 0x3fd1daca
|
||||
0, 4, 4, 1, 460800, 0x3fd1daca
|
10
tests/ref/fate/filter-rgbtestsrc-rgba
Normal file
10
tests/ref/fate/filter-rgbtestsrc-rgba
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, 307200, 0xf238fe31
|
||||
0, 1, 1, 1, 307200, 0xf238fe31
|
||||
0, 2, 2, 1, 307200, 0xf238fe31
|
||||
0, 3, 3, 1, 307200, 0xf238fe31
|
||||
0, 4, 4, 1, 307200, 0xf238fe31
|
10
tests/ref/fate/filter-rgbtestsrc-x2rgb10le
Normal file
10
tests/ref/fate/filter-rgbtestsrc-x2rgb10le
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, 307200, 0x88747fea
|
||||
0, 1, 1, 1, 307200, 0x88747fea
|
||||
0, 2, 2, 1, 307200, 0x88747fea
|
||||
0, 3, 3, 1, 307200, 0x88747fea
|
||||
0, 4, 4, 1, 307200, 0x88747fea
|
Loading…
Reference in New Issue
Block a user