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 drawbox video filter.
tags/n0.11
Nicolas George
14 years ago
parent
f69f150fc8
commit
e36504b5a9
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/drawbox
+ 1
- 0
tests/lavfi-regression.sh
View File
@@ -33,6 +33,7 @@ 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 "drawbox" "drawbox=224:24:88:72:#FF8010@0.5"
do_lavfi "null" "null"
do_lavfi "scale200" "scale=200:200"
do_lavfi "scale500" "scale=500:500"
+ 1
- 0
tests/ref/lavfi/drawbox
View File
@@ -0,0 +1 @@
drawbox 2745ca2d47f0086fd1a09aa871e42122
Write
Preview
Loading…
Cancel
Save