diff options
| author | kj_sh604 | 2026-04-22 23:48:28 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-04-22 23:48:28 -0400 |
| commit | 4653692ec7c204e54b4143272e64998a8665499d (patch) | |
| tree | b63571e73104baa591abebe65b806beb520d4f82 | |
| parent | 7461f53d403aa0ded8ad7717afa7f8bbfd50a7cc (diff) | |
| -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 f65737f..d120bc0 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | vo=gpu | 1 | vo=gpu |
| 2 | ao=pulse | 2 | ao=pulse |
| 3 | hwdec=auto | 3 | hwdec=auto |
| 4 | autofit-larger=96%x92% | 4 | osd-font='Roboto Mono' |
| 5 | autofit-smaller=240x240 | 5 | sub-font='TeX Gyre Heros' |
| 6 | sub-font-size=32 | ||
| 6 | correct-downscaling=no | 7 | correct-downscaling=no |
| 7 | cscale-antiring=0 | 8 | cscale-antiring=0 |
| 8 | cscale=bilinear | 9 | cscale=bilinear |
| @@ -10,17 +11,16 @@ deband=no | |||
| 10 | dither-depth=no | 11 | dither-depth=no |
| 11 | dither-depth=no | 12 | dither-depth=no |
| 12 | dscale=bilinear | 13 | dscale=bilinear |
| 13 | keepaspect-window=no | ||
| 14 | osd-font='Roboto Mono' | ||
| 15 | scale-antiring=0 | 14 | scale-antiring=0 |
| 16 | scale=bilinear | 15 | scale=bilinear |
| 17 | sigmoid-upscaling=no | 16 | sigmoid-upscaling=no |
| 18 | sub-auto=all | ||
| 19 | sub-font-size=32 | ||
| 20 | sub-font='TeX Gyre Heros' | ||
| 21 | sws-allow-zimg=yes | 17 | sws-allow-zimg=yes |
| 22 | sws-fast=yes | 18 | sws-fast=yes |
| 23 | sws-scaler=bilinear | 19 | sws-scaler=bilinear |
| 24 | zimg-dither=no | 20 | zimg-dither=no |
| 25 | zimg-scaler=bilinear | 21 | zimg-scaler=bilinear |
| 22 | sub-auto=all | ||
| 23 | autofit-larger=96%x92% | ||
| 24 | autofit-smaller=240x240 | ||
| 25 | keepaspect-window=no | ||
| 26 | ytdl-format="bestvideo[height<=1080][fps<=30]+bestaudio/best" | 26 | ytdl-format="bestvideo[height<=1080][fps<=30]+bestaudio/best" |
