From 454b3bf867a6927df288e786832bf2e3182caced Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Tue, 16 Jul 2024 18:42:36 +0000 Subject: [PATCH] mpv: switch to gpu-next --- home/mpv.nix | 7 +------ system/starlight/default.nix | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/home/mpv.nix b/home/mpv.nix index c2f0181..e9c40cc 100644 --- a/home/mpv.nix +++ b/home/mpv.nix @@ -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 = { diff --git a/system/starlight/default.nix b/system/starlight/default.nix index f8ad0ad..9587147 100644 --- a/system/starlight/default.nix +++ b/system/starlight/default.nix @@ -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";