summaryrefslogtreecommitdiffstats
path: root/DOCS/man/af.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-24 19:41:10 +0100
committerwm4 <wm4@nowhere>2016-01-24 19:41:32 +0100
commitd917efcd586b38c8f4576dd9b08d59042cd4465b (patch)
treeaec10d7780dc5296e8e4b73e0351275ff5ac4eae /DOCS/man/af.rst
parent75d29b14574c3df98729a0ab7c2a0134a1e2f5f3 (diff)
downloadmpv-d917efcd586b38c8f4576dd9b08d59042cd4465b.tar.bz2
mpv-d917efcd586b38c8f4576dd9b08d59042cd4465b.tar.xz
manpage: minor corrections
Pointed out by der_richter on IRC.
Diffstat (limited to 'DOCS/man/af.rst')
-rw-r--r--DOCS/man/af.rst10
1 files changed, 3 insertions, 7 deletions
diff --git a/DOCS/man/af.rst b/DOCS/man/af.rst
index ec6ce3f6c3..be90f09b62 100644
--- a/DOCS/man/af.rst
+++ b/DOCS/man/af.rst
@@ -63,13 +63,9 @@ Available filters are:
(If you just want to set defaults for this filter that will be used
even by automatically inserted lavrresample instances, you should
prefer setting them with ``--af-defaults=lavrresample:...``.)
- ``normalize=<yes|no>``
- Whether to normalize when remixing channel layouts (default: yes). This
- is e.g. applied when downmixing surround audio to stereo. The advantage
- is that this guarantees that no clipping can happen. Unfortunately,
- this can also lead to too low volume levels. Whether you enable or
- disable this is essentially a matter of taste, but the default uses
- the safer choice.
+ ``normalize=<yes|no|auto>``
+ Whether to normalize when remixing channel layouts (default: auto).
+ ``auto`` uses the value set by ``--audio-normalize-downmix``.
``o=<string>``
Set AVOptions on the SwrContext or AVAudioResampleContext. These should
be documented by FFmpeg or Libav.