From c9c917c5c3fa763e65683e686f7834a35cd25241 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Fri, 1 Sep 2023 17:53:42 +0200 Subject: [PATCH] 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. --- etc/builtin.conf | 1 + 1 file changed, 1 insertion(+) 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