From ec4406b86e21ce12221d4326d4f8428aab8b2c72 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sun, 24 Dec 2023 02:04:10 +0100 Subject: [PATCH] feat: enable high-quality profile Enable the high-quality profile introduced in v0.37, which enables ewa_lanczossharp --- README.md | 2 +- mpv_linux.conf | 4 +--- mpv_windows.conf | 4 +--- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e55318e..97cbd7b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mpv-config -My MPV config +My MPV config. Requires mpv v0.37+ ## Installation diff --git a/mpv_linux.conf b/mpv_linux.conf index 4527281..f2bf2aa 100644 --- a/mpv_linux.conf +++ b/mpv_linux.conf @@ -3,14 +3,12 @@ ########## # General -profile=gpu-hq +profile=high-quality keep-open=yes osd-duration=1500 gpu-api=vulkan hwdec=auto-copy vo=gpu-next -scale=ewa_lanczos -scale-blur=0.981251 # For ModernX osc = no diff --git a/mpv_windows.conf b/mpv_windows.conf index cb390b5..301d870 100644 --- a/mpv_windows.conf +++ b/mpv_windows.conf @@ -3,14 +3,12 @@ ########## # General -profile=gpu-hq +profile=high-quality keep-open=yes osd-duration=1500 gpu-api=vulkan hwdec=auto-copy vo=gpu-next -scale=ewa_lanczos -scale-blur=0.981251 # For ModernX osc = no