diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-02-27 19:37:10 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-02-27 20:05:57 +0100 |
commit | a9124a75b0a2bce3c810bc5dfd5c2360764c92dd (patch) | |
tree | b3ef39c0ab05596a70407728ef2673e4b4a459e1 /doc | |
parent | b9f91a7cbcf12564ea5205af0bd462dc3541ce40 (diff) | |
download | ffmpeg-a9124a75b0a2bce3c810bc5dfd5c2360764c92dd.tar.gz |
avfilter/af_dynaudnorm: allow to filter subset of channels
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 25a11fcd10..b3ae139613 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4389,6 +4389,9 @@ If input frame volume is above this value frame will be normalized. Otherwise frame may not be normalized at all. The default value is set to 0, which means all input frames will be normalized. This option is mostly useful if digital noise is not wanted to be amplified. + +@item channels, h +Specify which channels to filter, by default all available channels are filtered. @end table @subsection Commands |