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:17:53 -0500
committerDudemanguy <random342@airmail.cc>2024-01-20 16:08:33 +0000
commit3881dc37c5aedf8fe91f19b189a4aeee012b3ca8 (patch)
tree6b3914848d67ae5b8988523944f056bf08ef17ef /DOCS/man/options.rst
parent27724cab8d468671a48c23685b3e60aeb88c3675 (diff)
downloadmpv-3881dc37c5aedf8fe91f19b189a4aeee012b3ca8.tar.bz2
mpv-3881dc37c5aedf8fe91f19b189a4aeee012b3ca8.tar.xz
DOCS: reorder --volume-max documentation to where --volume is
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 24eded660d..acab0837d3 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2002,6 +2002,10 @@ Audio
Since mpv 0.18.1, this always controls the internal mixer (aka "softvol").
+``--volume-max=<100.0-1000.0>``
+ Set the maximum amplification level in percent (default: 130). A value of
+ 130 will allow you to adjust the volume up to about double the normal level.
+
``--volume-gain=<db>``
Set the volume gain in dB. This is applied on top of other volume and gain
settings.
@@ -2238,10 +2242,6 @@ Audio
their start timestamps differ, and then video timing is gradually adjusted
if necessary to reach correct synchronization later.
-``--volume-max=<100.0-1000.0>``
- Set the maximum amplification level in percent (default: 130). A value of
- 130 will allow you to adjust the volume up to about double the normal level.
-
``--audio-file-auto=<no|exact|fuzzy|all>``, ``--no-audio-file-auto``
Load additional audio files matching the video filename. The parameter
specifies how external audio files are matched.