summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-09-08 22:04:45 +0200
committerwm4 <wm4@nowhere>2015-09-08 22:16:30 +0200
commit4eae4a5da77f127f381119a1e54351b7812deed4 (patch)
treeeaecc5886797715831f19fce95e666f65b59a787 /DOCS
parent0eb72d786c2c39e6c53b4f065912e433639b0fb9 (diff)
downloadmpv-4eae4a5da77f127f381119a1e54351b7812deed4.tar.bz2
mpv-4eae4a5da77f127f381119a1e54351b7812deed4.tar.xz
af_lavrresample: add normalize suboption
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/af.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/man/af.rst b/DOCS/man/af.rst
index 9baaca664b..f839770247 100644
--- a/DOCS/man/af.rst
+++ b/DOCS/man/af.rst
@@ -59,6 +59,13 @@ 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.
``o=<string>``
Set AVOptions on the SwrContext or AVAudioResampleContext. These should
be documented by FFmpeg or Libav.