[FFmpeg-devel] [PATCH 2/2] libavfilter/vf_nlmeans: add amount parameter

Clément Bœsch u at pkh.me
Fri May 18 20:19:28 EEST 2018


On Sat, May 12, 2018 at 10:24:35PM +0200, Paul B Mahol wrote:
> For better control of denoising.
> 
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  doc/filters.texi         | 4 ++++
>  libavfilter/vf_nlmeans.c | 5 ++++-
>  2 files changed, 8 insertions(+), 1 deletion(-)
> 
> diff --git a/doc/filters.texi b/doc/filters.texi
> index d77c67eb10..60ce18298b 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -11420,6 +11420,10 @@ Set research size.
>  Same as @option{r} but for chroma planes.
>  
>  The default value is @var{0} and means automatic.
> +
> + at item a
> +Set denoising amount. Lower values reduces blurring.
> +Default value is @var{1.0} and means full denoising.

I'm not so fond of adding another semantically identical option to
"strength". Do you have some literature on such an option?

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180518/97c23b71/attachment.sig>


More information about the ffmpeg-devel mailing list