From a9124a75b0a2bce3c810bc5dfd5c2360764c92dd Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 27 Feb 2022 19:37:10 +0100 Subject: avfilter/af_dynaudnorm: allow to filter subset of channels --- doc/filters.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3