summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2024-03-01 09:20:15 -0600
committerDudemanguy <random342@airmail.cc>2024-03-01 09:20:15 -0600
commit4560d93bf0f2494f4f1344ac1840801911be7319 (patch)
treef577a83a21356ea4e034d0f5d80fb2fbad48fda5 /DOCS/man/options.rst
parent8ba6d8f7a9aa3b049b4706e3f26bb614e95f965a (diff)
downloadmpv-4560d93bf0f2494f4f1344ac1840801911be7319.tar.bz2
mpv-4560d93bf0f2494f4f1344ac1840801911be7319.tar.xz
Revert "player: add ao-volume option, to set the system volume at startup"
Ended up being a bad idea. As a property, this inherently has more functionality and the tradeoff of being able to do --ao-volume wasn't worth it. This reverts commit 58ed620c064971535e60778612777750aa5e2f4d.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 3697313f9a..0e207e38b4 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1997,13 +1997,6 @@ Audio
Since mpv 0.18.1, this always controls the internal mixer (aka software
volume).
-``--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.