summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2023-08-04 16:18:16 +0200
committerNiklas Haas <github-daiK1o@haasn.dev>2023-08-04 16:58:44 +0200
commit45e95311b83560d6e716f6cbc9fc8506f828c4cc (patch)
tree182913557f7267f2bfbdfb0e991d456d1e4df074 /DOCS/man/options.rst
parent14504e0559f8de95d16a123f1a4b5218425ba36b (diff)
downloadmpv-45e95311b83560d6e716f6cbc9fc8506f828c4cc.tar.bz2
mpv-45e95311b83560d6e716f6cbc9fc8506f828c4cc.tar.xz
vo_gpu_next: add --hdr-peak-percentile
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index b50d244de1..3ceb98e356 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -6690,6 +6690,15 @@ them.
advanced scaling is enabled. Defaults to on. (Only affects
``--vo=gpu-next``, note that ``--vo=gpu`` always delays the peak.)
+``--hdr-peak-percentile=<0.0..100.0>``
+ Which percentile of the input image brightness histogram to consider as the
+ true peak of the scene. If this is set to 100 (default), the
+ brightest pixel is measured. Otherwise, the top of the frequency
+ distribution is progressively cut off. Setting this too low will cause
+ clipping of very bright details, but can improve the dynamic brightness
+ range of scenes with very bright isolated highlights. Values other than 100
+ come with a small performance penalty. (Only for ``--vo=gpu-next`)
+
``--hdr-peak-decay-rate=<1.0..1000.0>``
The decay rate used for the HDR peak detection algorithm (default: 100.0).
This is only relevant when ``--hdr-compute-peak`` is enabled. Higher values