[FFmpeg-cvslog] fate: add test for the deshake 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:15:27 2012 +0100| [f69f150fc81f8002449a9072e3cf901432b83296] | committer: Nicolas George
fate: add test for the deshake video filter.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f69f150fc81f8002449a9072e3cf901432b83296
---
tests/lavfi-regression.sh | 1 +
tests/ref/lavfi/deshake | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh
index ac0f3f8..4f293f5 100755
--- a/tests/lavfi-regression.sh
+++ b/tests/lavfi-regression.sh
@@ -32,6 +32,7 @@ do_lavfi "crop" "crop=iw-100:ih-100:100:100"
do_lavfi "crop_scale" "crop=iw-100:ih-100:100:100,scale=400:-1"
do_lavfi "crop_scale_vflip" "null,null,crop=iw-200:ih-200:200:200,crop=iw-20:ih-20:20:20,scale=200:200,scale=250:250,vflip,vflip,null,scale=200:200,crop=iw-100:ih-100:100:100,vflip,scale=200:200,null,vflip,crop=iw-100:ih-100:100:100,null"
do_lavfi "crop_vflip" "crop=iw-100:ih-100:100:100,vflip"
+do_lavfi "deshake" "deshake"
do_lavfi "null" "null"
do_lavfi "scale200" "scale=200:200"
do_lavfi "scale500" "scale=500:500"
diff --git a/tests/ref/lavfi/deshake b/tests/ref/lavfi/deshake
new file mode 100644
index 0000000..83fb59c
--- /dev/null
+++ b/tests/ref/lavfi/deshake
@@ -0,0 +1 @@
+deshake aa32fdc7f9f890dd62b0ea9c3ca16e60
More information about the ffmpeg-cvslog
mailing list