From dbbcd9ec9c6f65fc911161919dd01b2117e3ac71 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Mon, 17 Jul 2023 16:48:06 +0200 Subject: builtin.conf: add --hdr-contrast-recovery to gpu-hq The first change to the gpu-hq profile in aeons. --- DOCS/interface-changes.rst | 1 + etc/builtin.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst index 2e1bbac4b6..90153d5964 100644 --- a/DOCS/interface-changes.rst +++ b/DOCS/interface-changes.rst @@ -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`, diff --git a/etc/builtin.conf b/etc/builtin.conf index b08e748c28..42a8b1aab4 100644 --- a/etc/builtin.conf +++ b/etc/builtin.conf @@ -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 -- cgit v1.2.3