]> git.sesse.net Git - ffmpeg/commitdiff
doc/filters: apply minor fixes to owdenoise documentation
authorStefano Sabatini <stefasab@gmail.com>
Thu, 16 May 2013 23:00:37 +0000 (01:00 +0200)
committerStefano Sabatini <stefasab@gmail.com>
Sat, 18 May 2013 12:52:37 +0000 (14:52 +0200)
doc/filters.texi

index cf2c1a4dacf570af93e62c8e46beb21f932462a3..008699e6e1ce91443581a34c5caa649282402c00 100644 (file)
@@ -5215,7 +5215,7 @@ testsrc=s=100x100, split=4 [in0][in1][in2][in3];
 
 @section owdenoise
 
-Overcomplete Wavelet denoiser.
+Apply Overcomplete Wavelet denoiser.
 
 The filter accepts the following options:
 
@@ -5226,17 +5226,17 @@ Set depth.
 Larger depth values will denoise lower frequency components more, but
 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.
 
-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.
 
-Default is @code{1.0}
+Must be a double value in the range 0-1000, default is @code{1.0}.
 @end table
 
 @section pad