summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2023-02-11 18:20:14 +0100
committerNiklas Haas <github-daiK1o@haasn.dev>2023-02-13 17:52:35 +0100
commit2d4a243810c5e1b540444b74aebe624f56408e25 (patch)
tree44109cbde786382fe4c05bdcabe2f8acc8ec129c /DOCS
parent79b093f2108d3098ee68e62299c9a9436596f2ee (diff)
downloadmpv-2d4a243810c5e1b540444b74aebe624f56408e25.tar.bz2
mpv-2d4a243810c5e1b540444b74aebe624f56408e25.tar.xz
vo_gpu_next: expose --tone-mapping=st2094-40 and st2094-10
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst1
-rw-r--r--DOCS/man/options.rst11
2 files changed, 12 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 7262d81854..e36be7e9a8 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -52,6 +52,7 @@ Interface changes
if fractional scaling support exists).
- change --screenshot-tag-colorspace default value from `no` to `yes`
- undeprecate vf_sub
+ - add `--tone-mapping=st2094-40` and `--tone-mapping=st2094-10`
--- mpv 0.35.0 ---
- add the `--vo=gpu-next` video output driver, as well as the options
`--allow-delayed-peak-detect`, `--builtin-scalers`,
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index b2d71fd918..7f6c8b8084 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -6442,6 +6442,15 @@ them.
HDR<->SDR mapping specified in ITU-R Report BT.2446, method A. This is
the recommended curve for well-mastered content. (``--vo=gpu-next``
only)
+ st2094-40
+ Dynamic HDR10+ tone-mapping method specified in SMPTE ST2094-40 Annex
+ B. In the absence of metadata, falls back to a fixed spline matched to
+ the input/output average brightness characteristics. (``--vo=gpu-next``
+ only)
+ st2094-10
+ Dynamic tone-mapping method specified in SMPTE ST2094-10 Annex B.2.
+ Conceptually simpler than ST2094-40, and generally produces worse
+ results.
``--tone-mapping-param=<value>``
Set tone mapping parameters. By default, this is set to the special string
@@ -6472,6 +6481,8 @@ them.
Specifies the scale factor to use while stretching. Defaults to 1.0.
spline
Specifies the knee point (in PQ space). Defaults to 0.30.
+ st2094-10
+ Specifies the contrast (slope) at the knee point. Defaults to 1.0.
``--inverse-tone-mapping``
If set, allows inverse tone mapping (expanding SDR to HDR). Not supported