fate: add test for the overlay video filter.

The test also covers somewhat the split, scale,
pad and fifo filters and the graph parser.
pull/3/merge
Nicolas George 13 years ago
parent 9380003087
commit 220de4fa20
  1. 1
      tests/lavfi-regression.sh
  2. 1
      tests/ref/lavfi/overlay

@ -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"

@ -0,0 +1 @@
overlay 302f835bad0241f302377d3b9d4af85d
Loading…
Cancel
Save