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
dda1c23c
Commit
dda1c23c
authored
Sep 03, 2017
by
Leo Izen
Committed by
Paul B Mahol
Sep 03, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/filters.texi: Add default values to vf_vaguedenoiser options
parent
b4b1285f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
filters.texi
doc/filters.texi
+5
-3
No files found.
doc/filters.texi
View file @
dda1c23c
...
...
@@ -14911,7 +14911,7 @@ This filter accepts the following options:
@item threshold
The filtering strength. The higher, the more filtered the video will be.
Hard thresholding can use a higher threshold than soft thresholding
before the video looks overfiltered.
before the video looks overfiltered.
Default value is 2.
@item method
The filtering method the filter will use.
...
...
@@ -14930,13 +14930,15 @@ Scales or nullifies coefficients - intermediary between (more) soft and
(less) hard thresholding.
@end table
Default is garrote.
@item nsteps
Number of times, the wavelet will decompose the picture. Picture can't
be decomposed beyond a particular point (typically, 8 for a 640x480
frame - as 2^9 = 512 > 480)
frame - as 2^9 = 512 > 480)
. Valid values are integers between 1 and 32. Default value is 6.
@item percent
Partial of full denoising (limited coefficients shrinking), from 0 to 100.
Partial of full denoising (limited coefficients shrinking), from 0 to 100.
Default value is 85.
@item planes
A list of the planes to process. By default all planes are processed.
...
...
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