feat: enable high-quality profile
Enable the high-quality profile introduced in v0.37, which enables ewa_lanczossharp
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# mpv-config
|
# mpv-config
|
||||||
|
|
||||||
My MPV config
|
My MPV config. Requires mpv v0.37+
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
+1
-3
@@ -3,14 +3,12 @@
|
|||||||
##########
|
##########
|
||||||
|
|
||||||
# General
|
# General
|
||||||
profile=gpu-hq
|
profile=high-quality
|
||||||
keep-open=yes
|
keep-open=yes
|
||||||
osd-duration=1500
|
osd-duration=1500
|
||||||
gpu-api=vulkan
|
gpu-api=vulkan
|
||||||
hwdec=auto-copy
|
hwdec=auto-copy
|
||||||
vo=gpu-next
|
vo=gpu-next
|
||||||
scale=ewa_lanczos
|
|
||||||
scale-blur=0.981251
|
|
||||||
|
|
||||||
# For ModernX
|
# For ModernX
|
||||||
osc = no
|
osc = no
|
||||||
|
|||||||
+1
-3
@@ -3,14 +3,12 @@
|
|||||||
##########
|
##########
|
||||||
|
|
||||||
# General
|
# General
|
||||||
profile=gpu-hq
|
profile=high-quality
|
||||||
keep-open=yes
|
keep-open=yes
|
||||||
osd-duration=1500
|
osd-duration=1500
|
||||||
gpu-api=vulkan
|
gpu-api=vulkan
|
||||||
hwdec=auto-copy
|
hwdec=auto-copy
|
||||||
vo=gpu-next
|
vo=gpu-next
|
||||||
scale=ewa_lanczos
|
|
||||||
scale-blur=0.981251
|
|
||||||
|
|
||||||
# For ModernX
|
# For ModernX
|
||||||
osc = no
|
osc = no
|
||||||
|
|||||||
Reference in New Issue
Block a user