From b0345efb7edc4cb54d049029594e018d81dca2d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dom=C3=ADnguez?= Date: Mon, 24 Mar 2025 12:53:55 -0400 Subject: [PATCH] add mpv configs --- .config/mpv/mpv.conf | 18 ++++++++++++++++++ .config/mpv/scripts | 1 + 2 files changed, 19 insertions(+) create mode 100644 .config/mpv/mpv.conf create mode 160000 .config/mpv/scripts diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..ea3cd85 --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,18 @@ +fs=no +profile=gpu-hq +scale=ewa_lanczossharp +cscale=ewa_lanczossharp +hwdec=vaapi +vo=gpu-next +gpu-context=wayland +cache=yes +demuxer-max-bytes=500M +video-sync=display-resample +vd-lavc-dr=yes +interpolation +tscale=oversample +sub-font="Liberation Sans Regular" +sub-bold=yes +sub-color="#FFFF00" +sub-shadow-color="#000000" +ao=pipewire diff --git a/.config/mpv/scripts b/.config/mpv/scripts new file mode 160000 index 0000000..7785c14 --- /dev/null +++ b/.config/mpv/scripts @@ -0,0 +1 @@ +Subproject commit 7785c1477103f2fafabfd65fdcf28ef26e6d7f0d