diff options
author | wm4 <wm4@nowhere> | 2015-05-22 18:35:03 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-05-22 18:35:03 +0200 |
commit | 68bbab0e42e141896545f1f6e9699bcad2d685f8 (patch) | |
tree | 902133bbc58bf9b8ce91c537d5290dc301dcc91d /DOCS/man/options.rst | |
parent | eb296d4fde98966854e239eb1ac0eed0c57f696f (diff) | |
download | mpv-68bbab0e42e141896545f1f6e9699bcad2d685f8.tar.bz2 mpv-68bbab0e42e141896545f1f6e9699bcad2d685f8.tar.xz |
audio: change range of volume option/property
Now --volume takes an absolute volume, meaning it doesn't depend on
--softvol-max. 0 is still silence, and 100 now always means unchanged
volume. The OSD and the "volume" property are changed accordingly.
Also raise the minimum value of --softvol-max. A value below 100 makes
no sense and breaks the OSD.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r-- | DOCS/man/options.rst | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 2718a89606..a0b59059b6 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -882,9 +882,15 @@ Audio ``--ad=help`` List all available decoders. -``--volume=<-1-100>`` - Set the startup volume. A value of -1 (the default) will not change the - volume. See also ``--softvol``. +``--volume=<value>`` + Set the startup volume. 0 means silence, 100 means no volume reduction or + amplification. A value of -1 (the default) will not change the volume. See + also ``--softvol``. + + .. note:: + + This was changed after the mpv 0.9 release. Before that, 100 actually + meant maximum volume. ``--audio-delay=<sec>`` Audio delay in seconds (positive or negative float value). Positive values @@ -1053,19 +1059,10 @@ Audio their start timestamps differ, and then video timing is gradually adjusted if necessary to reach correct synchronization later. -``--softvol-max=<10.0-10000.0>`` +``--softvol-max=<100.0-10000.0>`` Set the maximum amplification level in percent (default: 200). A value of 200 will allow you to adjust the volume up to a maximum of double the - current level. With values below 100 the initial volume (which is 100%) - will be above the maximum, which e.g. the OSD cannot display correctly. - - .. admonition:: Note - - The maximum value of ``--volume`` as well as the ``volume`` property - is always 100. Likewise, the volume OSD bar always goes from 0 to 100. - This means that with ``--softvol-max=200``, ``--volume=100`` sets - maximum amplification, i.e. amplify by 200%. The default volume (no - change in volume) will be ``50`` in this case. + current level. ``--audio-file-auto=<no|exact|fuzzy|all>``, ``--no-audio-file-auto`` Load additional audio files matching the video filename. The parameter |