Browse Source

Use vulkan for mpv upscaling

Frans Bergman 5 years ago
parent
commit
3149f9fe45
1 changed files with 7 additions and 7 deletions
  1. 7 7
      .config/mpv/mpv.conf

+ 7 - 7
.config/mpv/mpv.conf

@@ -43,9 +43,8 @@ audio-pitch-correction=yes
 # General Video {{{
 
 profile=gpu-hq
-gpu-api=opengl
 gpu-context=auto
-spirv-compiler=nvidia
+spirv-compiler=auto
 vo=gpu
 
 # }}}
@@ -58,15 +57,16 @@ dither-depth=8 # Running my monitor at 10 bit breaks other things
 
 # Upscale {{{
 
-fbo-format=rgba32f
-glsl-shader="~/shaders/FSRCNNX_x2_16-0-4-1.glsl" # better, but uses more GPU
+#gpu-api=opengl
+#fbo-format=rgba32f
+#glsl-shader="~/shaders/FSRCNNX_x2_16-0-4-1.glsl" # better, but uses more GPU
 #glsl-shader="~/git/mpv-prescalers/ravu-r4-yuv.hook"
 #scale=ewa_lanczos
 
 # vulkan
-#gpu-api=vulkan
-#fbo-format=rgba16hf
-#glsl-shader="~/git/mpv-prescalers/vulkan/ravu-r4-yuv.hook"
+gpu-api=vulkan
+fbo-format=rgba16hf
+glsl-shader="~/git/mpv-prescalers/vulkan/ravu-r4-yuv.hook"
 
 # }}}