From 227916d5eddf9a6d425b7cc56379a3c837c63315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Wed, 27 Dec 2023 16:39:29 +0100 Subject: [PATCH] builtin.conf: remove debanding from the high-quality profile Debanding is an inherently destructive process. It is not needed for most high-quality sources and only produces an adverse smoothing effect when applied to fine-detailed content, removing detail. It should only be applied when necessary, either manually with the `b` keybind or with an automatic profile. Additionally, it is quite computationally heavy with no real benefit for high-quality content. By default, and especially in the high-quality profile, mpv should preserve source detail and quality as much as possible. Additional processing should be opt-in. --- DOCS/interface-changes.rst | 1 + etc/builtin.conf | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst index 5852aeb709..b80e3635b1 100644 --- a/DOCS/interface-changes.rst +++ b/DOCS/interface-changes.rst @@ -64,6 +64,7 @@ Interface changes - add `video-target-params` property - add `hdr10plus` sub-parameter to `format` video filter - remove `--focus-on-open` and add replacement `--focus-on` + - remove debanding from the high-quality profile --- mpv 0.37.0 --- - `--save-position-on-quit` and its associated commands now store state files in %LOCALAPPDATA% instead of %APPDATA% directory by default on Windows. diff --git a/etc/builtin.conf b/etc/builtin.conf index 1a5f647bca..ec0a485a9c 100644 --- a/etc/builtin.conf +++ b/etc/builtin.conf @@ -54,7 +54,6 @@ allow-delayed-peak-detect=yes scale=ewa_lanczossharp hdr-peak-percentile=99.995 hdr-contrast-recovery=0.30 -deband=yes # Deprecated alias [gpu-hq]