diff options
author | Benjamin Barenblat <bbaren@google.com> | 2018-12-18 15:28:53 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2018-12-18 15:28:53 -0500 |
commit | 6170167720581daced2d7332847130b77497273c (patch) | |
tree | 8f8eef89d7075ee2cb96c08c89b6679dff0eedd3 | |
parent | be90f2c8dd0431e252e43d5249e89446309113af (diff) |
Describe ReplayGain album-to-track fallback behavior introduced in
commits e392d6610d1e35cc0190c794c151211b0aae83e6 and
be90f2c8dd0431e252e43d5249e89446309113af.
-rw-r--r-- | DOCS/man/options.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 71c417990c..a675d9259d 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -1326,8 +1326,10 @@ Audio Since mpv 0.18.1, this always controls the internal mixer (aka "softvol"). ``--replaygain=<no|track|album>`` - Adjust volume gain according to the track-gain or album-gain replaygain - value stored in the file metadata (default: no replaygain). + Adjust volume gain according to replaygain values stored in the file + metadata. With ``--replaygain=no`` (the default), perform no adjustment. + With ``--replaygain=track``, apply track gain. With ``--replaygain=album``, + apply album gain if present and fall back to track gain otherwise. ``--replaygain-preamp=<db>`` Pre-amplification gain in dB to apply to the selected replaygain gain |