mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
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.
This commit is contained in:
parent
7f7513132f
commit
c9c917c5c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user