summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-09-23 23:10:51 +0200
committerPaul B Mahol <onemda@gmail.com>2018-09-23 23:10:51 +0200
commita9485d7318d1354acc29006794ffcb85f7c3d6d6 (patch)
tree55e88ed0c7c6f7aff81204932b48f5424a39b304 /doc/filters.texi
parentdb6b4b56b322969d99f77e087e9e72295738efb4 (diff)
avfilter: document mono option of silencedetect filter
Also provide shorter option, and reorder options in documentation.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 73de0fbea7..5ee2bb52ec 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -4171,12 +4171,15 @@ The printed times and duration are expressed in seconds.
The filter accepts the following options:
@table @option
-@item duration, d
-Set silence duration until notification (default is 2 seconds).
-
@item noise, n
Set noise tolerance. Can be specified in dB (in case "dB" is appended to the
specified value) or amplitude ratio. Default is -60dB, or 0.001.
+
+@item duration, d
+Set silence duration until notification (default is 2 seconds).
+
+@item mono, m
+Process each channel separately, instead of combined. By default is disabled.
@end table
@subsection Examples