summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-04 22:18:18 +0100
committerwm4 <wm4@nowhere>2013-12-04 23:13:46 +0100
commitbcd8afc2ad086b07b1cad8379581bbbae5e67a6e (patch)
treea426c3e3d7be2e91b256b89b982634780048ef01 /DOCS/man/en
parent71b6115d669feebd7d673bce4d3136b978959de4 (diff)
downloadmpv-bcd8afc2ad086b07b1cad8379581bbbae5e67a6e.tar.bz2
mpv-bcd8afc2ad086b07b1cad8379581bbbae5e67a6e.tar.xz
af_delay: change option parsing, fix bugs, use option parser
Similar situation to af_channels.
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/af.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/en/af.rst b/DOCS/man/en/af.rst
index bb7f34cf62..a0332c1327 100644
--- a/DOCS/man/en/af.rst
+++ b/DOCS/man/en/af.rst
@@ -390,12 +390,12 @@ Available filters are:
Would add surround sound decoding with 15ms delay for the sound to
the rear speakers.
-``delay[=ch1:ch2:...]``
+``delay[=[ch1,ch2,...]]``
Delays the sound to the loudspeakers such that the sound from the
different channels arrives at the listening position simultaneously. It is
only useful if you have more than 2 loudspeakers.
- ``ch1,ch2,...``
+ ``[ch1,ch2,...]``
The delay in ms that should be imposed on each channel (floating point
number between 0 and 1000).
@@ -414,7 +414,7 @@ Available filters are:
.. admonition:: Example
- ``mpv --af=delay=10.5:10.5:0:0:7:0 media.avi``
+ ``mpv --af=delay=[10.5,10.5,0,0,7,0] media.avi``
Would delay front left and right by 10.5ms, the two rear channels
and the subwoofer by 0ms and the center channel by 7ms.