summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.xyz>2020-05-29 21:39:05 +0200
committerNiklas Haas <git@haasn.xyz>2020-06-15 01:24:09 +0200
commitc9f6c458ea54f595127684a3bcd94f578ec42b1f (patch)
tree12a145ef85a83821926af0e9e18a67a9be5413d1 /DOCS/man
parentef6bc8504a945eb6492b8ed46fd5a1afaaf32182 (diff)
downloadmpv-c9f6c458ea54f595127684a3bcd94f578ec42b1f.tar.bz2
mpv-c9f6c458ea54f595127684a3bcd94f578ec42b1f.tar.xz
vo_gpu: add BT.2390 tone-mapping
Implementation copy/pasted from: https://code.videolan.org/videolan/libplacebo/-/commit/f793fc0480f This brings mpv's tone mapping more in line with industry standard practices, for a hopefully more consistent result across the board. Note that we ignore the black point adjustment of the tone mapping entirely. In theory we could revisit this, if we ever make black point compensation part of the mpv rendering pipeline.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/options.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 4850439a8a..209b857850 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -6058,6 +6058,9 @@ The following video options are currently all specific to ``--vo=gpu`` and
color/brightness accuracy. This is roughly equivalent to
``--tone-mapping=reinhard --tone-mapping-param=0.24``. If possible,
you should also enable ``--hdr-compute-peak`` for the best results.
+ bt.2390
+ Perceptual tone mapping curve (EETF) specified in ITU-R Report BT.2390.
+ This is the recommended curve to use for typical HDR-mastered content.
(Default)
gamma
Fits a logarithmic transfer between the tone curves.