summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2023-08-04 16:24:57 +0200
committerNiklas Haas <github-daiK1o@haasn.dev>2023-08-04 16:58:44 +0200
commit65a95a721ee23c45a7fedef5d2174b3f1ed13b6d (patch)
treeaa6b14e22302e995c35848761e0a140a0be775f2 /etc
parent45e95311b83560d6e716f6cbc9fc8506f828c4cc (diff)
downloadmpv-65a95a721ee23c45a7fedef5d2174b3f1ed13b6d.tar.bz2
mpv-65a95a721ee23c45a7fedef5d2174b3f1ed13b6d.tar.xz
builtin.conf: add --hdr-peak-percentile=99.995 to gpu-hq
This is higher quality but comes with a slight performance hit, especially for weaker iGPUs, so I don't want to enable it out of the box even when --hdr-compute-peak=auto.
Diffstat (limited to 'etc')
-rw-r--r--etc/builtin.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/builtin.conf b/etc/builtin.conf
index 42a8b1aab4..4cf2fd0878 100644
--- a/etc/builtin.conf
+++ b/etc/builtin.conf
@@ -51,6 +51,7 @@ scale=spline36
cscale=spline36
dscale=mitchell
dither-depth=auto
+hdr-peak-percentile=99.995
hdr-contrast-recovery=0.30
correct-downscaling=yes
linear-downscaling=yes