mpv: switch to gpu-next

This commit is contained in:
Artemis Tosini 2024-07-16 18:42:36 +00:00
parent d1728f9c73
commit 454b3bf867
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
2 changed files with 2 additions and 7 deletions

View file

@ -15,7 +15,7 @@ in
slang = "eng,en";
alang = "eng,en";
hwdec = "vaapi";
vo = "gpu";
vo = "gpu-next";
audio-display = "no";
audio-normalize-downmix = "yes";
@ -23,11 +23,6 @@ in
script-opts-set = "sponsorblock-local_database=no,sponsorblock-skip_categories=[sponsor,intro,selfpromo]";
};
# Don't make this profile default since not all machines can handle it
profiles.gpu-hq = {
scale = "ewa_lanczossharp";
cscale = "ewa_lanczossharp";
};
# 1.5 times speed, ≈702 cents pitch up
profiles.wat = {

View file

@ -119,7 +119,7 @@
# Home
home-manager.users.artemis = {
programs.git.signing.key = lib.mkForce "3D2BB230F9FAF0C5183246DD4FDC96F161E7BA8A";
programs.mpv.defaultProfiles = [ "gpu-hq" ];
programs.mpv.defaultProfiles = [ "high-quality" ];
wayland.windowManager.sway.config.output = {
"DP-1" = {
pos = "0 0";