summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorLeo Izen <leo.izen@gmail.com>2022-09-30 17:14:58 -0400
committerLeo Izen <leo.izen@gmail.com>2022-10-01 10:01:09 -0400
commit2207236aaae54f32c1861c6fd77219e28139dc78 (patch)
treedbfbf2e35d807cf1934f2f51fda3c6a019633032 /DOCS/man
parent98e6fb26a3e03ae58d7026d4a28df3074a7459dc (diff)
downloadmpv-2207236aaae54f32c1861c6fd77219e28139dc78.tar.bz2
mpv-2207236aaae54f32c1861c6fd77219e28139dc78.tar.xz
DOCS: deprecate --gamma-factor and --gamma-auto
Removed the outdated information about environmental brightness with respect to --gamma-factor, and mention that the option is deprecated and subject to future removal. Also deprecated the --gamma-auto option as it relies on the same outdated way of doing things.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/options.rst16
1 files changed, 2 insertions, 14 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 31d79996e6..c2b715c1ce 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -6188,25 +6188,13 @@ them.
other ways (like with the ``--gamma`` option or key bindings and the
``gamma`` property), the value is multiplied with the other gamma value.
- Recommended values based on the environmental brightness:
-
- 1.0
- Pitch black or dimly lit room (default)
- 1.1
- Moderately lit room, home
- 1.2
- Brightly illuminated room, office
-
- NOTE: This is based around the assumptions of typical movie content, which
- contains an implicit end-to-end of about 0.8 from scene to display. For
- bright environments it can be useful to cancel that out.
+ This option is deprecated and may be removed in the future.
``--gamma-auto``
Automatically corrects the gamma value depending on ambient lighting
conditions (adding a gamma boost for bright rooms).
- With ambient illuminance of 16 lux, mpv will pick the 1.0 gamma value (no
- boost), and slightly increase the boost up until 1.2 for 256 lux.
+ This option is deprecated and may be removed in the future.
NOTE: Only implemented on macOS.