mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
doc/filters: apply minor fixes to owdenoise documentation
This commit is contained in:
parent
ed0aed09e8
commit
d91e44301c
@ -5215,7 +5215,7 @@ testsrc=s=100x100, split=4 [in0][in1][in2][in3];
|
|||||||
|
|
||||||
@section owdenoise
|
@section owdenoise
|
||||||
|
|
||||||
Overcomplete Wavelet denoiser.
|
Apply Overcomplete Wavelet denoiser.
|
||||||
|
|
||||||
The filter accepts the following options:
|
The filter accepts the following options:
|
||||||
|
|
||||||
@ -5226,17 +5226,17 @@ Set depth.
|
|||||||
Larger depth values will denoise lower frequency components more, but
|
Larger depth values will denoise lower frequency components more, but
|
||||||
slow down filtering.
|
slow down filtering.
|
||||||
|
|
||||||
Default is @code{8}.
|
Must be an int in the range 8-16, default is @code{8}.
|
||||||
|
|
||||||
@item luma_strength
|
@item luma_strength, ls
|
||||||
Set luma strength.
|
Set luma strength.
|
||||||
|
|
||||||
Default is @code{1.0}
|
Must be a double value in the range 0-1000, default is @code{1.0}.
|
||||||
|
|
||||||
@item chroma_strength
|
@item chroma_strength, cs
|
||||||
Set chroma strength.
|
Set chroma strength.
|
||||||
|
|
||||||
Default is @code{1.0}
|
Must be a double value in the range 0-1000, default is @code{1.0}.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@section pad
|
@section pad
|
||||||
|
Loading…
Reference in New Issue
Block a user