summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst4
-rw-r--r--DOCS/man/options.rst3
2 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index a842b7a155..8b9ef25e63 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -27,6 +27,10 @@ Interface changes
::
--- mpv 0.36.0 ---
+ - Target luminance value is now also applied when ICC profile is used.
+ `--icc-use-luma` has been added to use ICC profile luminance value.
+ If target luminance and ICC luminance is not used, old behavior apply,
+ defaulting to 203 nits. (Only applies for `--vo=gpu-next`)
- `playlist/N/title` gets set upon opening the file if it wasn't already set
and a title is available.
- add the `--vo=kitty` video output driver, as well as the options
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index f366bc995d..f3e0b99767 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -6674,6 +6674,9 @@ them.
value ``inf`` causes the BT.1886 curve to be treated as a pure power gamma
2.4 function.
+``--icc-use-luma``
+ Use ICC profile luminance value. (Only for ``--vo=gpu-next``)
+
``--lut=<file>``
Specifies a custom LUT (in Adobe .cube format) to apply to the colors
as part of color conversion. The exact interpretation depends on the value