diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-06-03 14:14:37 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-06-03 14:20:19 +0200 |
commit | 97ddc5d1f741ed246fd81234a4ec3d3ef7038593 (patch) | |
tree | 1b6c1422c8e342cd1b3855049ccfa8c1f2a36e8d /doc | |
parent | 0b7bfa8ad79e483fd81fc006b35c4ef86990d46f (diff) | |
download | ffmpeg-streaming-97ddc5d1f741ed246fd81234a4ec3d3ef7038593.zip ffmpeg-streaming-97ddc5d1f741ed246fd81234a4ec3d3ef7038593.tar.gz |
avfilter/af_anlmdn: add support for commands
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 13 |
1 files changed, 13 insertions, 0 deletions
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. |