mpv: switch to gpu-next
This commit is contained in:
parent
d1728f9c73
commit
454b3bf867
|
@ -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 = {
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue