mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 12:17:12 +00: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
|
dither-depth=auto
|
||||||
hdr-peak-percentile=99.995
|
hdr-peak-percentile=99.995
|
||||||
hdr-contrast-recovery=0.30
|
hdr-contrast-recovery=0.30
|
||||||
|
allow-delayed-peak-detect=no
|
||||||
correct-downscaling=yes
|
correct-downscaling=yes
|
||||||
linear-downscaling=yes
|
linear-downscaling=yes
|
||||||
sigmoid-upscaling=yes
|
sigmoid-upscaling=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user