From df5548a754a93e63ecf294f543001176c76efa1d Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 11 Feb 2015 17:11:05 +0100 Subject: 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. --- DOCS/man/af.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'DOCS') 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. -- cgit v1.2.3