mirror of https://github.com/mpv-player/mpv
builtin.conf: add --hdr-contrast-recovery to gpu-hq
The first change to the gpu-hq profile in aeons.
This commit is contained in:
parent
02595011eb
commit
dbbcd9ec9c
|
@ -88,6 +88,7 @@ Interface changes
|
|||
- add `--directory-mode=recursive|lazy|ignore`
|
||||
- ctrl+h now uses `auto-safe` rather than `auto` when turing on hardware decoding
|
||||
- add `--hdr-contrast-recovery` and `--hdr-contrast-smoothness`
|
||||
- include `--hdr-contrast-recovery` in the `gpu-hq` profile
|
||||
--- mpv 0.35.0 ---
|
||||
- add the `--vo=gpu-next` video output driver, as well as the options
|
||||
`--allow-delayed-peak-detect`, `--builtin-scalers`,
|
||||
|
|
|
@ -51,6 +51,7 @@ scale=spline36
|
|||
cscale=spline36
|
||||
dscale=mitchell
|
||||
dither-depth=auto
|
||||
hdr-contrast-recovery=0.30
|
||||
correct-downscaling=yes
|
||||
linear-downscaling=yes
|
||||
sigmoid-upscaling=yes
|
||||
|
|
Loading…
Reference in New Issue