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