summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-20 17:14:04 +0100
committerwm4 <wm4@nowhere>2016-01-20 17:14:04 +0100
commitac966ded11e22754ffa43b390e599e4242e29b37 (patch)
tree34f1f5072201263fac366231fbca58a10bb9767c /DOCS/man
parent930b0d1cf6f2ffa6bf3df516e120a395e1c60342 (diff)
downloadmpv-ac966ded11e22754ffa43b390e599e4242e29b37.tar.bz2
mpv-ac966ded11e22754ffa43b390e599e4242e29b37.tar.xz
audio: change downmix behavior, add --audio-normalize-downmix
This is probably the 3rd time the user-visible behavior changes. This time, switch back because not normalizing seems to be the more expected behavior from users.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/options.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index c76559c3c0..ddc4f82979 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1129,6 +1129,16 @@ Audio
channel layout, random things can happen, such as dropping the
additional channels, or adding noise.
+``--audio-normalize-downmix=<yes|no>``
+ Enable/disable normalization if surround audio is downmixed to stereo
+ (default: no). If this is disabled, downmix can cause clipping. If it's
+ enabled, the output might be too silent. It depends on the source audio.
+
+ Technically, this changes the ``normalize`` suboption of the
+ ``lavrresample`` audio filter, which performs the downmixing.
+
+ If downmix happens outside of mpv for some reason, this has no effect.
+
``--audio-display=<no|attachment>``
Setting this option to ``attachment`` (default) will display image
attachments (e.g. album cover art) when playing audio files. It will