diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-11-30 21:40:52 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-11-30 21:42:09 +0100 |
commit | da83673c8b90e69a93d65856fcfa8b169e5c1452 (patch) | |
tree | b3ca26862171581b7cefef78126c70eef6b6be94 /doc | |
parent | 62a0368fb469277ccd6d9209ebdc39b03196eb59 (diff) | |
download | ffmpeg-da83673c8b90e69a93d65856fcfa8b169e5c1452.tar.gz |
avfilter/af_agate: add support for commands and timeline
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 06ed28f3f9..d2afc7115d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1478,6 +1478,10 @@ the reduction. Default is @code{average}. Can be @code{average} or @code{maximum}. @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @section aiir Apply an arbitrary Infinite Impulse Response filter. @@ -5081,6 +5085,10 @@ Default is average. Can be average or maximum. Set sidechain gain. Default is 1. Range is from 0.015625 to 64. @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @section silencedetect Detect silence in an audio stream. |