summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-12-27 16:39:29 +0100
committerKacper Michajłow <kasper93@gmail.com>2024-03-19 09:18:49 +0100
commit227916d5eddf9a6d425b7cc56379a3c837c63315 (patch)
tree8dd7de6ff916d5fdc27fc7e1d199ad1e542f70e1
parent212b3863c6b4f723facdadf3d295d7a47658b9a5 (diff)
downloadmpv-227916d5eddf9a6d425b7cc56379a3c837c63315.tar.bz2
mpv-227916d5eddf9a6d425b7cc56379a3c837c63315.tar.xz
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.
-rw-r--r--DOCS/interface-changes.rst1
-rw-r--r--etc/builtin.conf1
2 files changed, 1 insertions, 1 deletions
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]