summaryrefslogtreecommitdiffstats
path: root/DOCS/man/af.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-10 23:50:17 +0100
committerwm4 <wm4@nowhere>2015-02-11 00:29:12 +0100
commitb6ab34fc98a4f839a505d3410b87a40286ed2ccc (patch)
tree5236ad097fae9b3dce38c04c7b99c827dde0adc5 /DOCS/man/af.rst
parentabbaaaa6e7b565758822fb6aa90ebbb10353f699 (diff)
downloadmpv-b6ab34fc98a4f839a505d3410b87a40286ed2ccc.tar.bz2
mpv-b6ab34fc98a4f839a505d3410b87a40286ed2ccc.tar.xz
af_rubberband: pitch correction with librubberband
If "--af=rubberband" is used, librubberband will be used to speed up or slow down audio with pitch correction. This still has some problems: the audio delay is not calculated correctly, so the audio position jitters around by a few milliseconds. This will probably ruin video timing.
Diffstat (limited to 'DOCS/man/af.rst')
-rw-r--r--DOCS/man/af.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/af.rst b/DOCS/man/af.rst
index 6983041bef..ffb6c03e98 100644
--- a/DOCS/man/af.rst
+++ b/DOCS/man/af.rst
@@ -600,6 +600,11 @@ Available filters are:
Changing playback speed would change pitch, leaving audio tempo at
1.2x.
+``rubberband``
+ High quality pitch correction with librubberband. This can be used in place
+ of ``scaletempo``, and will be used to adjust audio pitch when playing
+ at speed different from normal.
+
``lavfi=graph``
Filter audio using FFmpeg's libavfilter.