diff options
author | Limin Wang <lance.lmwang@gmail.com> | 2019-10-08 23:04:52 +0800 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2019-10-21 15:42:04 +0530 |
commit | 190f52ba3b16fd746886cb288a418db6afe9917e (patch) | |
tree | 1cf5532f66309ff33568b03a074f3a2208769eff /doc/filters.texi | |
parent | c6e01ebe411e6498552b2ef73b45aaef124d2264 (diff) | |
download | ffmpeg-190f52ba3b16fd746886cb288a418db6afe9917e.tar.gz |
avfilter/af_silencedetect: use AV_OPT_TYPE_DURATION
Reviewed-by: Moritz Barsnick <barsnick@gmx.net>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 2ad4a5913c..bdc4136a22 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4702,7 +4702,9 @@ 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). +Set silence duration until notification (default is 2 seconds). See +@ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1) manual,ffmpeg-utils} +for the accepted syntax. @item mono, m Process each channel separately, instead of combined. By default is disabled. |