summaryrefslogtreecommitdiffstats
path: root/etc
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 /etc
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/builtin.conf1
1 files changed, 0 insertions, 1 deletions
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]