Commit 220de4fa authored by Nicolas George's avatar Nicolas George

fate: add test for the overlay video filter.

The test also covers somewhat the split, scale,
pad and fifo filters and the graph parser.
parent 93800030
......@@ -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"
......
overlay 302f835bad0241f302377d3b9d4af85d
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment