summaryrefslogtreecommitdiffstats
path: root/DOCS/man/af.rst
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2014-09-01 04:25:57 +0200
committerMartin Herkt <lachs0r@srsfckn.biz>2014-09-01 04:27:13 +0200
commit27a065182c8b80d39c1a4e908081b184421cec9d (patch)
tree14e83392856ac4ef10b63716982decc14174ec16 /DOCS/man/af.rst
parent5ea84e17c03dc86222fbda5c60f2ff00152b8017 (diff)
downloadmpv-27a065182c8b80d39c1a4e908081b184421cec9d.tar.bz2
mpv-27a065182c8b80d39c1a4e908081b184421cec9d.tar.xz
man: fix a whole bunch of typos
Diffstat (limited to 'DOCS/man/af.rst')
-rw-r--r--DOCS/man/af.rst28
1 files changed, 14 insertions, 14 deletions
diff --git a/DOCS/man/af.rst b/DOCS/man/af.rst
index 6934d89cad..d6361bcede 100644
--- a/DOCS/man/af.rst
+++ b/DOCS/man/af.rst
@@ -72,7 +72,7 @@ Available filters are:
``tospdif=<yes|no>``
Output raw AC-3 stream if ``no``, output to S/PDIF for
- passthrough if ``yes`` (default).
+ pass-through if ``yes`` (default).
``bitrate=<rate>``
The bitrate use for the AC-3 stream. Set it to 384 to get 384 kbps.
@@ -103,7 +103,7 @@ Available filters are:
Sine function delta, use very low values to hear the sweep.
``sinesuppress[=freq:decay]``
- Remove a sine at the specified frequency. Useful to get rid of the 50/60Hz
+ Remove a sine at the specified frequency. Useful to get rid of the 50/60 Hz
noise on low quality audio equipment. It only works on mono input.
``<freq>``
@@ -184,7 +184,7 @@ Available filters are:
``mpv --af=equalizer=11:11:10:5:0:-12:0:5:12:12 media.avi``
Would amplify the sound in the upper and lower frequency region
- while canceling it almost completely around 1kHz.
+ while canceling it almost completely around 1 kHz.
``channels=nch[:routes]``
Can be used for adding, removing, routing and copying audio channels. If
@@ -279,8 +279,8 @@ Available filters are:
once for every audio stream.
``<volumedb>``
- Sets the desired gain in dB for all channels in the stream from -200dB
- to +60dB, where -200dB mutes the sound completely and +60dB equals a
+ Sets the desired gain in dB for all channels in the stream from -200 dB
+ to +60 dB, where -200 dB mutes the sound completely and +60 dB equals a
gain of 1000 (default: 0).
``replaygain-track``
Adjust volume gain according to the track-gain replaygain value stored
@@ -313,7 +313,7 @@ Available filters are:
.. admonition:: Example
``mpv --af=volume=10.1 media.avi``
- Would amplify the sound by 10.1dB and hard-clip if the sound level
+ Would amplify the sound by 10.1 dB and hard-clip if the sound level
is too high.
``pan=n:[<matrix>]``
@@ -370,8 +370,8 @@ Available filters are:
to the subwoofer.
``<fc>``
- cutoff frequency in Hz for the low-pass filter (20Hz to 300Hz)
- (default: 60Hz) For the best result try setting the cutoff frequency
+ cutoff frequency in Hz for the low-pass filter (20 Hz to 300 Hz)
+ (default: 60 Hz) For the best result try setting the cutoff frequency
as low as possible. This will improve the stereo or surround sound
experience.
``<ch>``
@@ -383,7 +383,7 @@ Available filters are:
.. admonition:: Example
``mpv --af=sub=100:4 --audio-channels=5 media.avi``
- Would add a subwoofer channel with a cutoff frequency of 100Hz to
+ Would add a subwoofer channel with a cutoff frequency of 100 Hz to
output channel 4.
``center``
@@ -411,7 +411,7 @@ Available filters are:
.. admonition:: Example
``mpv --af=surround=15 --audio-channels=4 media.avi``
- Would add surround sound decoding with 15ms delay for the sound to
+ Would add surround sound decoding with 15 ms delay for the sound to
the rear speakers.
``delay[=[ch1,ch2,...]]``
@@ -439,8 +439,8 @@ Available filters are:
.. admonition:: Example
``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.
+ Would delay front left and right by 10.5 ms, the two rear channels
+ and the subwoofer by 0 ms and the center channel by 7 ms.
``export=mmapped_file:nsamples]``
Exports the incoming signal to other processes using memory mapping
@@ -590,7 +590,7 @@ Available filters are:
tempo.
``mpv --af=scaletempo=stride=30:overlap=.50:search=10 media.ogg``
- Would tweak the quality and performace parameters.
+ Would tweak the quality and performance parameters.
``mpv --af=format=float,scaletempo media.ogg``
Would make scaletempo use float code. Maybe faster on some
@@ -602,7 +602,7 @@ Available filters are:
1.2x.
``lavfi=graph``
- Filter audio using ffmpeg's libavfilter.
+ Filter audio using FFmpeg's libavfilter.
``<graph>``
Libavfilter graph. See ``lavfi`` video filter for details - the graph