From 97ddc5d1f741ed246fd81234a4ec3d3ef7038593 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 3 Jun 2019 14:14:37 +0200 Subject: avfilter/af_anlmdn: add support for commands --- doc/filters.texi | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index 926f271..5db8e03 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1806,6 +1806,19 @@ Default value is @var{o}. Set smooth factor. Default value is @var{11}. Allowed range is from @var{1} to @var{15}. @end table +@subsection Commands + +This filter supports the following commands: +@table @option +@item s +Change denoise strength. Argument is single float number. +Syntax for the command is : "@var{s}" + +@item o +Change output mode. +Syntax for the command is : "i", "o" or "n" string. +@end table + @section anull Pass the audio source unchanged to the output. -- cgit v1.1