summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/interface-changes.rst2
-rw-r--r--DOCS/man/options.rst16
2 files changed, 4 insertions, 14 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 128d045a13..ef499175cf 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -46,6 +46,8 @@ Interface changes
- add `engine` option to the `rubberband` audio filter to support the new
engine introduced in rubberband 3.0.0. Defaults to `finer` (new engine).
- add `--wayland-configure-bounds` option
+ - deprecate `--gamma-factor`
+ - deprecate `--gamma-auto`
--- mpv 0.34.0 ---
- deprecate selecting by card number with `--drm-connector`, add
`--drm-device` which can be used instead
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.