[FFmpeg-cvslog] doc/filters: apply minor fixes to owdenoise documentation

Stefano Sabatini git at videolan.org
Sat May 18 14:55:25 CEST 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri May 17 01:00:37 2013 +0200| [d91e44301c92ed6c6c4efc479a3e24437b5cebf3] | committer: Stefano Sabatini

doc/filters: apply minor fixes to owdenoise documentation

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d91e44301c92ed6c6c4efc479a3e24437b5cebf3
---

 doc/filters.texi |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index cf2c1a4..008699e 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -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}.
 
- at item luma_strength
+ at 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}.
 
- at item chroma_strength
+ at 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



More information about the ffmpeg-cvslog mailing list