summaryrefslogtreecommitdiffstats
path: root/DOCS/man/af.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-09-04 00:23:39 +0200
committerwm4 <wm4@nowhere>2015-09-04 00:23:39 +0200
commitd04d2380e35ba016e3816ab5d7c282997df74168 (patch)
treeed64cfb94406785cc7fc18c5a650c0f196f6d0fd /DOCS/man/af.rst
parent091bfa3abf2f28b37fa12cca6b4c248c31d27965 (diff)
downloadmpv-d04d2380e35ba016e3816ab5d7c282997df74168.tar.bz2
mpv-d04d2380e35ba016e3816ab5d7c282997df74168.tar.xz
audio/filter: remove af_bs2b too
Some users still use this filter, so the filter was going to be kept. But I overlooked that libavfilter provides this filter. Remove the redundant wrapper from mpv. Something like --af=lavfi=bs2b should work and give exactly the same results.
Diffstat (limited to 'DOCS/man/af.rst')
-rw-r--r--DOCS/man/af.rst22
1 files changed, 0 insertions, 22 deletions
diff --git a/DOCS/man/af.rst b/DOCS/man/af.rst
index e632820811..9baaca664b 100644
--- a/DOCS/man/af.rst
+++ b/DOCS/man/af.rst
@@ -96,28 +96,6 @@ Available filters are:
If the input channel number is less than ``<minch>``, the filter will
detach itself (default: 3).
-``bs2b[=option1:option2:...]``
- Bauer stereophonic to binaural transformation using libbs2b. Improves the
- headphone listening experience by making the sound similar to that from
- loudspeakers, allowing each ear to hear both channels and taking into
- account the distance difference and the head shadowing effect. It is
- applicable only to 2-channel audio.
-
- ``fcut=<300-1000>``
- Set cut frequency in Hz.
- ``feed=<10-150>``
- Set feed level for low frequencies in 0.1*dB.
- ``profile=<value>``
- Several profiles are available for convenience:
-
- :default: will be used if nothing else was specified (fcut=700,
- feed=45)
- :cmoy: Chu Moy circuit implementation (fcut=700, feed=60)
- :jmeier: Jan Meier circuit implementation (fcut=650, feed=95)
-
- If ``fcut`` or ``feed`` options are specified together with a profile, they
- will be applied on top of the selected profile.
-
``equalizer=g1:g2:g3:...:g10``
10 octave band graphic equalizer, implemented using 10 IIR band-pass
filters. This means that it works regardless of what type of audio is