summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-11 17:11:05 +0100
committerwm4 <wm4@nowhere>2015-02-11 17:11:05 +0100
commitdf5548a754a93e63ecf294f543001176c76efa1d (patch)
treed284af3b0a4151de923c9b470536e38582c82a95 /DOCS
parent6f24a61d842c8ae495bbf5d38d6d87fea01d726a (diff)
downloadmpv-df5548a754a93e63ecf294f543001176c76efa1d.tar.bz2
mpv-df5548a754a93e63ecf294f543001176c76efa1d.tar.xz
af_rubberband: make all librubberband options configurable
librubberband exports a big load of options. Normally, the default settings (whether they're librubberband defaults or our defaults) should be sufficient, but since I'm not so sure about this, making it configurable allows others to figure it out for me.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/af.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/man/af.rst b/DOCS/man/af.rst
index ffb6c03e98..fa8335c1ac 100644
--- a/DOCS/man/af.rst
+++ b/DOCS/man/af.rst
@@ -605,6 +605,15 @@ Available filters are:
of ``scaletempo``, and will be used to adjust audio pitch when playing
at speed different from normal.
+ This filter has a number of sub-options. You can list them with
+ ``mpv --af=rubberband=help``. This will also show the default values
+ for each option. The options are not documented here, because they are
+ merely passed to librubberband. Look at the librubberband documentation
+ to learn what each option does:
+ http://breakfastquay.com/rubberband/code-doc/classRubberBand_1_1RubberBandStretcher.html
+ (The mapping of the mpv rubberband filter sub-option names and values to
+ those of librubberband follows a simple pattern: ``"Option" + Name + Value``.)
+
``lavfi=graph``
Filter audio using FFmpeg's libavfilter.