1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00

Extend the range of the -a52drc range up to two, as a experimental feature

in case someone finds it useful.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31292 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-05-31 17:12:27 +00:00
parent def243261a
commit c071c9e805
2 changed files with 2 additions and 1 deletions

View File

@ -1173,6 +1173,7 @@ Select the Dynamic Range Compression level for AC-3 audio streams.
<level> is a float value ranging from 0 to 1, where 0 means no compression
and 1 (which is the default) means full compression (make loud passages more
silent and vice versa).
Values up to 2 are also accepted, but are purely experimental.
This option only shows an effect if the AC-3 stream contains the required range
compression information.
.

View File

@ -218,7 +218,7 @@
{"ignore-start", &ignore_start, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"noignore-start", &ignore_start, CONF_TYPE_FLAG, 0, 1, 0, NULL},
{"a52drc", &drc_level, CONF_TYPE_FLOAT, CONF_RANGE, 0, 1, NULL},
{"a52drc", &drc_level, CONF_TYPE_FLOAT, CONF_RANGE, 0, 2, NULL},
// ------------------------- codec/vfilter options --------------------