diff options
| author | kj_sh604 <43.splash@gmail.com> | 2026-04-22 23:18:00 -0400 |
|---|---|---|
| committer | kj_sh604 <43.splash@gmail.com> | 2026-04-22 23:18:00 -0400 |
| commit | 7461f53d403aa0ded8ad7717afa7f8bbfd50a7cc (patch) | |
| tree | 0144ae352ce342d8b3a802471b18e87dca20c1be | |
| parent | ca57dc24d769edd3694e0dfb9d25f9f1f12cf0ab (diff) | |
refactor: `mpv.conf`
| -rw-r--r-- | .config/mpv/mpv.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index d120bc0..f65737f 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,9 +1,8 @@ vo=gpu ao=pulse hwdec=auto -osd-font='Roboto Mono' -sub-font='TeX Gyre Heros' -sub-font-size=32 +autofit-larger=96%x92% +autofit-smaller=240x240 correct-downscaling=no cscale-antiring=0 cscale=bilinear @@ -11,16 +10,17 @@ 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" |
