diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-05-10 21:27:15 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-05-16 00:45:45 +0200 |
commit | b1e84efa3d6aaa51306c6a96848735f798bc5096 (patch) | |
tree | 6cf5dbece4ca07e3a12cd38f13442dae9e8daaef /doc/filters.texi | |
parent | 35188e91ef941a25be4734d6af58d5903badc476 (diff) | |
download | ffmpeg-b1e84efa3d6aaa51306c6a96848735f798bc5096.tar.gz |
lavfi: port wavelet denoiser filter from libmpcodecs.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 2bbba35eec..a7d77a0b85 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5214,6 +5214,32 @@ testsrc=s=100x100, split=4 [in0][in1][in2][in3]; @end itemize +@section owdenoise + +Overcomplete Wavelet denoiser. + +The filter accepts the following options: + +@table @option +@item depth +Set depth. + +Larger depth values will denoise lower frequency components more, but +slow down filtering. + +Default is @code{8}. + +@item luma_strength +Set luma strength. + +Default is @code{1.0} + +@item chroma_strength +Set chroma strength. + +Default is @code{1.0} +@end table + @section pad Add paddings to the input image, and place the original input at the |