Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
b6248299
Commit
b6248299
authored
Oct 30, 2012
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/filters: itemize examples for drawbox, add an example, fix grammar
parent
2ed7e6cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
4 deletions
+15
-4
filters.texi
doc/filters.texi
+15
-4
No files found.
doc/filters.texi
View file @
b6248299
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment