提交 b6248299 编写于 作者: S Stefano Sabatini

doc/filters: itemize examples for drawbox, add an example, fix grammar

上级 2ed7e6cc
......@@ -1750,15 +1750,26 @@ interpreted accorinding to the following syntax:
drawbox=@var{x}:@var{y}:@var{width}:@var{height}:@var{color}
@end example
Follow some examples:
Some examples follow:
@itemize
@item
Draw a black box around the edge of the input image:
@example
# draw a black box around the edge of the input image
drawbox
@end example
# draw a box with color red and an opacity of 50%
drawbox=10:20:200:60:red@@0.5"
@item
Draw a box with color red and an opacity of 50%:
@example
drawbox=10:20:200:60:red@@0.5
@end example
The previous example can be specified as:
@example
drawbox=x=10:y=20:w=200:h=60:color=red@@0.5
@end example
@end itemize
@section drawtext
Draw text string or text from specified file on top of video using the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册