summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-04-25 18:08:26 +0200
committerPaul B Mahol <onemda@gmail.com>2017-04-25 18:08:26 +0200
commit9d08c7bd424c60dc9f8816f91ca1856cbb70d57d (patch)
treee93c689ecd63b0701c6fea1fa9ce7e91e980e495 /doc
parent59d219b91ef6c8f5415e174c920e07629312d1d6 (diff)
avfilter/af_biquads: allow filtering only selected channels
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 0ee6792926..2fe7ff7b8c 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1040,6 +1040,9 @@ slope
@item width, w
Specify the band-width of a filter in width_type units.
+
+@item channels, c
+Specify which channels to filter, by default all available are filtered.
@end table
@section aloop
@@ -1767,6 +1770,9 @@ slope
@item width, w
Specify the band-width of a filter in width_type units.
+
+@item channels, c
+Specify which channels to filter, by default all available are filtered.
@end table
@section bandreject
@@ -1796,6 +1802,9 @@ slope
@item width, w
Specify the band-width of a filter in width_type units.
+
+@item channels, c
+Specify which channels to filter, by default all available are filtered.
@end table
@section bass
@@ -1832,6 +1841,9 @@ slope
@item width, w
Determine how steep is the filter's shelf transition.
+
+@item channels, c
+Specify which channels to filter, by default all available are filtered.
@end table
@section biquad
@@ -1839,6 +1851,8 @@ Determine how steep is the filter's shelf transition.
Apply a biquad IIR filter with the given coefficients.
Where @var{b0}, @var{b1}, @var{b2} and @var{a0}, @var{a1}, @var{a2}
are the numerator and denominator coefficients respectively.
+and @var{channels}, @var{c} specify which channels to filter, by default all
+available are filtered.
@section bs2b
Bauer stereo to binaural transformation, which improves headphone listening of
@@ -2417,6 +2431,9 @@ Specify the band-width of a filter in width_type units.
@item gain, g
Set the required gain or attenuation in dB.
Beware of clipping when using a positive gain.
+
+@item channels, c
+Specify which channels to filter, by default all available are filtered.
@end table
@subsection Examples
@@ -2718,6 +2735,9 @@ slope
Specify the band-width of a filter in width_type units.
Applies only to double-pole filter.
The default is 0.707q and gives a Butterworth response.
+
+@item channels, c
+Specify which channels to filter, by default all available are filtered.
@end table
@section join
@@ -2977,6 +2997,9 @@ slope
Specify the band-width of a filter in width_type units.
Applies only to double-pole filter.
The default is 0.707q and gives a Butterworth response.
+
+@item channels, c
+Specify which channels to filter, by default all available are filtered.
@end table
@anchor{pan}
@@ -3663,6 +3686,9 @@ slope
@item width, w
Determine how steep is the filter's shelf transition.
+
+@item channels, c
+Specify which channels to filter, by default all available are filtered.
@end table
@section tremolo