diff options
Diffstat (limited to 'hm/soft/media.nix')
| -rw-r--r-- | hm/soft/media.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hm/soft/media.nix b/hm/soft/media.nix index 0a17f3e..fdd49e4 100644 --- a/hm/soft/media.nix +++ b/hm/soft/media.nix @@ -10,7 +10,11 @@ in config = { profile = "gpu-hq"; vo = "gpu-next"; - hwdec = "auto-safe"; + gpu-api = "vulkan"; + hwdec = "vaapi"; + gpu-context = "wayland"; + scale = "ewa_lanczossharp"; + cscale = "ewa_lanczossharp"; save-position-on-quit = true; keep-open = "yes"; sub-auto = "fuzzy"; @@ -39,6 +43,7 @@ in }; home.packages = with pkgs; [ + anime4k syncplay-nogui ffmpeg imagemagick |
