diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-02-25 13:29:17 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-02-27 14:45:13 +0100 |
commit | 93800030877640e410b449222b409d87d987630f (patch) | |
tree | c73d76e130dae8e028904ad1eabc259548a929e6 /tests/lavfi-regression.sh | |
parent | e36504b5a914e6ea76119708be52316254fc8a85 (diff) | |
download | ffmpeg-93800030877640e410b449222b409d87d987630f.tar.gz |
fate: add test for the fade video filter.
Diffstat (limited to 'tests/lavfi-regression.sh')
-rwxr-xr-x | tests/lavfi-regression.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh index eb64ad3917..b2fd9ee4b8 100755 --- a/tests/lavfi-regression.sh +++ b/tests/lavfi-regression.sh @@ -34,6 +34,7 @@ do_lavfi "crop_scale_vflip" "null,null,crop=iw-200:ih-200:200:200,crop=iw-20:i do_lavfi "crop_vflip" "crop=iw-100:ih-100:100:100,vflip" 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 "scale200" "scale=200:200" do_lavfi "scale500" "scale=500:500" |