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
8902f5b8
Commit
8902f5b8
authored
Feb 22, 2013
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/filters: apply minor spacing fixes to boxblur docs
parent
f30979e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
filters.texi
doc/filters.texi
+3
-5
No files found.
doc/filters.texi
View file @
8902f5b8
...
...
@@ -1939,10 +1939,9 @@ corresponding value set for @option{luma_power}.
A value of 0 will disable the effect.
@end table
Some examples follow
:
Some examples follow
.
@itemize
@item
Apply a boxblur filter with luma, chroma, and alpha radius
set to 2:
...
...
@@ -1951,17 +1950,16 @@ boxblur=2:1
@end example
@item
Set luma radius to 2, alpha and chroma radius to 0
Set luma radius to 2, alpha and chroma radius to 0
:
@example
boxblur=2:1:cr=0:ar=0
@end example
@item
Set luma and chroma radius to a fraction of the video dimension
Set luma and chroma radius to a fraction of the video dimension
:
@example
boxblur=min(h\,w)/10:1:min(cw\,ch)/10:1
@end example
@end itemize
@section colormatrix
...
...
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