summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh604 <43.splash@gmail.com>2026-04-22 23:48:28 -0400
committerkj_sh604 <43.splash@gmail.com>2026-04-22 23:48:28 -0400
commit4653692ec7c204e54b4143272e64998a8665499d (patch)
treeb63571e73104baa591abebe65b806beb520d4f82
parent7461f53d403aa0ded8ad7717afa7f8bbfd50a7cc (diff)
revert-to: `25a2cfac24903a40d9bc609f8eb7ca86fe7eb8b7`HEADmaster
-rw-r--r--.config/mpv/mpv.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf
index f65737f..d120bc0 100644
--- a/.config/mpv/mpv.conf
+++ b/.config/mpv/mpv.conf
@@ -1,8 +1,9 @@
vo=gpu
ao=pulse
hwdec=auto
-autofit-larger=96%x92%
-autofit-smaller=240x240
+osd-font='Roboto Mono'
+sub-font='TeX Gyre Heros'
+sub-font-size=32
correct-downscaling=no
cscale-antiring=0
cscale=bilinear
@@ -10,17 +11,16 @@ deband=no
dither-depth=no
dither-depth=no
dscale=bilinear
-keepaspect-window=no
-osd-font='Roboto Mono'
scale-antiring=0
scale=bilinear
sigmoid-upscaling=no
-sub-auto=all
-sub-font-size=32
-sub-font='TeX Gyre Heros'
sws-allow-zimg=yes
sws-fast=yes
sws-scaler=bilinear
zimg-dither=no
zimg-scaler=bilinear
+sub-auto=all
+autofit-larger=96%x92%
+autofit-smaller=240x240
+keepaspect-window=no
ytdl-format="bestvideo[height<=1080][fps<=30]+bestaudio/best"