summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorLeonardo Boss <leonardoboss2001@gmail.com>2024-02-22 14:14:53 -0300
committerDudemanguy <random342@airmail.cc>2024-02-25 23:57:35 +0000
commit58ed620c064971535e60778612777750aa5e2f4d (patch)
treea943bc1cc70f1cd9cdf922639808541a468991a9 /DOCS/man/options.rst
parent2872e23aea5cca8d30d33b3cea897dd1cfd94d05 (diff)
downloadmpv-58ed620c064971535e60778612777750aa5e2f4d.tar.bz2
mpv-58ed620c064971535e60778612777750aa5e2f4d.tar.xz
player: add ao-volume option, to set the system volume at startup
closes #12353
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 32e69af7e5..cf65957850 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1996,6 +1996,13 @@ Audio
Since mpv 0.18.1, this always controls the internal mixer (aka "softvol").
+``--ao-volume=<value>``
+ Set the startup system volume. This option works only if mpv audio
+ output is currently active, and the underlying implementation supports
+ volume control. What this option does depends on the API. For example, on
+ ALSA this usually changes system-wide audio, while with PulseAudio this
+ controls per-application volume. Negative values will be ignored.
+
``--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.