mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-08 07:38:30 +00:00
fate: add test for the overlay video filter.
The test also covers somewhat the split, scale, pad and fifo filters and the graph parser.
This commit is contained in:
parent
9380003087
commit
220de4fa20
@ -36,6 +36,7 @@ do_lavfi "deshake" "deshake"
|
||||
do_lavfi "drawbox" "drawbox=224:24:88:72:#FF8010@0.5"
|
||||
do_lavfi "fade" "fade=in:5:15,fade=out:30:15"
|
||||
do_lavfi "null" "null"
|
||||
do_lavfi "overlay" "split[m],scale=88:72,pad=96:80:4:4[o2];[m]fifo,[o2]overlay=240:16"
|
||||
do_lavfi "scale200" "scale=200:200"
|
||||
do_lavfi "scale500" "scale=500:500"
|
||||
do_lavfi "setdar" "setdar=16/9"
|
||||
|
1
tests/ref/lavfi/overlay
Normal file
1
tests/ref/lavfi/overlay
Normal file
@ -0,0 +1 @@
|
||||
overlay 302f835bad0241f302377d3b9d4af85d
|
Loading…
Reference in New Issue
Block a user