summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2023-09-01 17:53:42 +0200
committerNiklas Haas <github-daiK1o@haasn.dev>2023-09-01 20:03:08 +0200
commitc9c917c5c3fa763e65683e686f7834a35cd25241 (patch)
treeb2b879ea40c74be367f0a1dc9d8282e915919718 /etc
parent7f7513132f24344b99645482cd6fd651053d9487 (diff)
downloadmpv-c9c917c5c3fa763e65683e686f7834a35cd25241.tar.bz2
mpv-c9c917c5c3fa763e65683e686f7834a35cd25241.tar.xz
builtin.conf: add --allow-delayed-peak-detect=no to gpu-hq
Prevents transient brightness spikes on scene transitions at the cost of sometimes forcing an extra indirect pass (in particular, when downscaling). But on GPUs powerful enough to run gpu-hq, the extra indirect pass shouldn't matter too much. This option mostly exists for weak iGPUs.
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 4cf2fd0878..26a3ed32c1 100644
--- a/etc/builtin.conf
+++ b/etc/builtin.conf
@@ -53,6 +53,7 @@ dscale=mitchell
dither-depth=auto
hdr-peak-percentile=99.995
hdr-contrast-recovery=0.30
+allow-delayed-peak-detect=no
correct-downscaling=yes
linear-downscaling=yes
sigmoid-upscaling=yes