aboutsummaryrefslogtreecommitdiff
path: root/mpv/mpv.conf
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2022-09-06 17:12:49 -0700
committerTyler Hoang <tyler@tylerhoang.xyz>2022-09-06 17:12:49 -0700
commit9868de7f26cd336ae40a1f07827285b07d3dafd3 (patch)
tree0a4ef79c0a5b8b9eb5df229c00360f8db3ae27e8 /mpv/mpv.conf
parent81f6c74c871144aa79628095e735e35affd79f74 (diff)
mpv and vifmHEADmaster
Diffstat (limited to 'mpv/mpv.conf')
-rw-r--r--mpv/mpv.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf
index 286a922..63e83f0 100644
--- a/mpv/mpv.conf
+++ b/mpv/mpv.conf
@@ -1,10 +1,16 @@
# High Quality
profile=gpu-hq
+vo=gpu
+gpu-api=vulkan
hwdec=auto
scale=ewa_lanczossharp
dscale=mitchell
cscale=spline36
+glsl-shader="~~/shaders/ravu-r4.hook"
+glsl-shader="~~/shaders/SSimDownscaler.glsl"
+glsl-shader="~~/shaders/KrigBilateral.glsl"
+
##################
# audio/subtitles settings #
##################
@@ -15,7 +21,7 @@ slang=eng,en,en-US,enUS
blend-subtitles=yes
# disable osc
-osc=no
+#osc=no
[idle]
profile-cond=p["idle-active"]