mpv: Fix debanding being active by default

pull/24/head
Simon Bruder 2021-01-11 23:15:58 +01:00
parent de3f8f8909
commit ef9731a080
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 5 additions and 2 deletions

View File

@ -48,6 +48,10 @@ in
# mpv can also be useful without a display (e.g. for encoding)
enable = nixosConfig.sbruder.gui.enable || nixosConfig.sbruder.full;
defaultProfiles = [
"gpu-hq" # High quality by default
];
config = {
# Main application font
osd-font = "DINW07-Medium"; # not included in repository (unfree)
@ -82,8 +86,7 @@ in
# Do not show images only one second
image-display-duration = "inf";
# Better quality (but not too high, otherwise too high frame drop)
profile = "gpu-hq";
# Not too high quality by default (otherwise too high frame drop)
deband = false;
dither-depth = "auto";