summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-07-25 10:22:42 +0200
committerPaul B Mahol <onemda@gmail.com>2021-07-25 10:23:30 +0200
commit6210cc8c7ec1d9491015b1a19a9d61e8f7efea4f (patch)
tree469d77fbcca56f77bf94668837090944d2d11af0 /doc
parentfdd45ebf5563564a23e93d6c6bdcc43d481b419c (diff)
avfilter/af_anlmdn: add longer names of filter options
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index b76c702125..07590aeaf9 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2125,18 +2125,18 @@ context similarity is defined by comparing their surrounding patches of size
The filter accepts the following options:
@table @option
-@item s
+@item strength, s
Set denoising strength. Allowed range is from 0.00001 to 10. Default value is 0.00001.
-@item p
+@item patch, p
Set patch radius duration. Allowed range is from 1 to 100 milliseconds.
Default value is 2 milliseconds.
-@item r
+@item research, r
Set research radius duration. Allowed range is from 2 to 300 milliseconds.
Default value is 6 milliseconds.
-@item o
+@item output, o
Set the output mode.
It accepts the following values:
@@ -2153,7 +2153,7 @@ Pass only noise.
Default value is @var{o}.
@end table
-@item m
+@item smooth, m
Set smooth factor. Default value is @var{11}. Allowed range is from @var{1} to @var{15}.
@end table