This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
fate: add test for the deshake video filter.
tags/n0.11
Nicolas George
13 years ago
parent
4d27a5b2c2
commit
f69f150fc8
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tests/lavfi-regression.sh
+1
-0
tests/ref/lavfi/deshake
+ 1
- 0
tests/lavfi-regression.sh
View File
@@ -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"
+ 1
- 0
tests/ref/lavfi/deshake
View File
@@ -0,0 +1 @@
deshake aa32fdc7f9f890dd62b0ea9c3ca16e60
Write
Preview
Loading…
Cancel
Save