[FFmpeg-cvslog] fate: add test for the overlay video filter.
Nicolas George
git at videolan.org
Mon Feb 27 17:23:45 CET 2012
ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Sat Feb 25 13:41:42 2012 +0100| [220de4fa208424d9ebe0210ad9cf63d3b765f994] | committer: 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.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=220de4fa208424d9ebe0210ad9cf63d3b765f994
---
tests/lavfi-regression.sh | 1 +
tests/ref/lavfi/overlay | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh
index b2fd9ee..b8a308a 100755
--- a/tests/lavfi-regression.sh
+++ b/tests/lavfi-regression.sh
@@ -36,6 +36,7 @@ do_lavfi "deshake" "deshake"
do_lavfi "drawbox" "drawbox=224:24:88:72:#FF8010 at 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"
diff --git a/tests/ref/lavfi/overlay b/tests/ref/lavfi/overlay
new file mode 100644
index 0000000..ad4b0aa
--- /dev/null
+++ b/tests/ref/lavfi/overlay
@@ -0,0 +1 @@
+overlay 302f835bad0241f302377d3b9d4af85d
More information about the ffmpeg-cvslog
mailing list