summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.xyz>2020-05-17 03:17:28 +0200
committerNiklas Haas <git@haasn.xyz>2020-06-15 01:24:04 +0200
commitef6bc8504a945eb6492b8ed46fd5a1afaaf32182 (patch)
tree31a0beaa61c89e4e0dacec9e0cd52c559a9b84fc /DOCS/man/options.rst
parentc7fe4ae73ad5f073bbffe3e8a3460b728e7d0f46 (diff)
downloadmpv-ef6bc8504a945eb6492b8ed46fd5a1afaaf32182.tar.bz2
mpv-ef6bc8504a945eb6492b8ed46fd5a1afaaf32182.tar.xz
vo_gpu: reinterpret SDR white levels based on ITU-R BT.2408
This standard says we should use a value of 203 nits instead of 100 for mapping between SDR and HDR. Code copied from https://code.videolan.org/videolan/libplacebo/-/commit/9d9164773 In particular, that commit also includes a test case to make sure the implementation doesn't break roundtrips. Relevant to #4248 and #7357.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 769db4d837..4850439a8a 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -6005,12 +6005,12 @@ The following video options are currently all specific to ``--vo=gpu`` and
additional effect of parametrizing the inverse OOTF, in order to get
colorimetrically consistent results with the mastering display. For SDR, or
when using an ICC (profile (``--icc-profile``), setting this to a value
- above 100 essentially causes the display to be treated as if it were an HDR
+ above 203 essentially causes the display to be treated as if it were an HDR
display in disguise. (See the note below)
In ``auto`` mode (the default), the chosen peak is an appropriate value
- based on the TRC in use. For SDR curves, it uses 100. For HDR curves, it
- uses 100 * the transfer function's nominal peak.
+ based on the TRC in use. For SDR curves, it uses 203. For HDR curves, it
+ uses 203 * the transfer function's nominal peak.
.. note::