|
@@ -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"
|
|
|
|
|
|
# }}}
|
|
|
|