summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2023-12-17 15:16:58 -0500
committerDudemanguy <random342@airmail.cc>2024-01-20 16:08:33 +0000
commit27724cab8d468671a48c23685b3e60aeb88c3675 (patch)
tree17e6971aa5055753720e0aa6c9bafccea9cb0609 /DOCS/man/options.rst
parent8c35f8c1841af5adb521e4d41cf5c0534a974ba1 (diff)
downloadmpv-27724cab8d468671a48c23685b3e60aeb88c3675.tar.bz2
mpv-27724cab8d468671a48c23685b3e60aeb88c3675.tar.xz
DOCS: add documentation for --volume-gain options
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 28eeb7d064..24eded660d 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2002,6 +2002,13 @@ Audio
Since mpv 0.18.1, this always controls the internal mixer (aka "softvol").
+``--volume-gain=<db>``
+ Set the volume gain in dB. This is applied on top of other volume and gain
+ settings.
+
+``--volume-gain-max=<0.0-150.0>``, ``--volume-gain-min=<-150.0-0.0>``
+ Set the volume gain range in dB (default: -96 dB min, 12 dB max).
+
``--replaygain=<no|track|album>``
Adjust volume gain according to replaygain values stored in the file
metadata. With ``--replaygain=no`` (the default), perform no adjustment.