diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-03-01 16:38:59 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-03-01 16:38:59 +0100 |
commit | 007c13e51e737ceb7bc05f2e5eef4ef1e1aded7b (patch) | |
tree | e8be593a5d6a0dca22cece9fa898bf4da82e15d9 /doc/filters.texi | |
parent | 85051febc62e396cbe46c55d674fa809c890d3f9 (diff) | |
download | ffmpeg-007c13e51e737ceb7bc05f2e5eef4ef1e1aded7b.tar.gz |
avfilter/af_anlmdn: add output mode option
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index ba9858abce..4bf96b6d90 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1773,6 +1773,23 @@ Default value is 2 milliseconds. @item r Set research radius duration. Allowed range is from 2 to 300 milliseconds. Default value is 6 milliseconds. + +@item o +Set the output mode. + +It accepts the following values: +@table @option +@item i +Pass input unchanged. + +@item o +Pass noise filtered out. + +@item n +Pass only noise. + +Default value is @var{o}. +@end table @end table @section anull |