diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-10 22:05:12 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-10 23:16:02 +0200 |
commit | 1b1688bfc640ab73f05fbe99bfbb400dced5eef6 (patch) | |
tree | 2ffe200c4deb6177955134fc3d7a811296b3198e /doc/filters.texi | |
parent | 7c11c216690c11a4e578353fb05f0f64978eeaf2 (diff) | |
download | ffmpeg-1b1688bfc640ab73f05fbe99bfbb400dced5eef6.tar.gz |
lavfi/silencedetect: switch to an AVOptions-based system.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 11e33e698a..ce4019be0d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1117,6 +1117,8 @@ minimum detected noise duration. 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). |