diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-04-17 23:33:51 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-04-17 23:36:39 +0200 |
commit | 8a3ed5a3136461bc0460de8d0de48f3093719de6 (patch) | |
tree | 56c0c1867a8e5b5163120761b16d13f9f35beeff /doc/filters.texi | |
parent | a0559fcd81f42f446c93357a943699f9d44eeb79 (diff) | |
download | ffmpeg-8a3ed5a3136461bc0460de8d0de48f3093719de6.tar.gz |
avfilter/af_agate: implement mode option
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 05a9ca3684..4dd1a5de85 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1308,9 +1308,16 @@ Shorter signals than the chosen attack time will be left untouched. Set input level before filtering. Default is 1. Allowed range is from 0.015625 to 64. +@item mode +Set the mode of operation. Can be @code{upward} or @code{downward}. +Default is @code{downward}. If set to @code{upward} mode, higher parts of signal +will be amplified, expanding dynamic range in upward direction. +Otherwise, in case of @code{downward} lower parts of signal will be reduced. + @item range Set the level of gain reduction when the signal is below the threshold. Default is 0.06125. Allowed range is from 0 to 1. +Setting this to 0 disables reduction and then filter behaves like expander. @item threshold If a signal rises above this level the gain reduction is released. @@ -4331,9 +4338,16 @@ The filter accepts the following options: Set input level before filtering. Default is 1. Allowed range is from 0.015625 to 64. +@item mode +Set the mode of operation. Can be @code{upward} or @code{downward}. +Default is @code{downward}. If set to @code{upward} mode, higher parts of signal +will be amplified, expanding dynamic range in upward direction. +Otherwise, in case of @code{downward} lower parts of signal will be reduced. + @item range Set the level of gain reduction when the signal is below the threshold. Default is 0.06125. Allowed range is from 0 to 1. +Setting this to 0 disables reduction and then filter behaves like expander. @item threshold If a signal rises above this level the gain reduction is released. |