diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-01-06 19:40:07 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-01-06 19:40:07 +0100 |
commit | e21ba176c92b61977330b9aa8d9c49e4fe5a3c23 (patch) | |
tree | 09cc7fbc6eec9a164c6132e3f1948d73fcc6737d /doc | |
parent | 51927d33b7cb1d651189f4c879ec6394174b7d03 (diff) | |
download | ffmpeg-e21ba176c92b61977330b9aa8d9c49e4fe5a3c23.tar.gz |
avfilter/af_sidechaincompress: add support for commands
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 428f15efe5..fc2d198077 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -443,6 +443,10 @@ How much to use compressed signal in output. Default is 1. Range is between 0 and 1. @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @section acontrast Simple audio dynamic range compression/expansion filter. @@ -4680,6 +4684,10 @@ How much to use compressed signal in output. Default is 1. Range is between 0 and 1. @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @subsection Examples @itemize |