diff options
Diffstat (limited to '.config/mpv/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 @@ | |||
| 1 | vo=gpu | 1 | vo=gpu |
| 2 | ao=pulse | 2 | ao=pulse |
| 3 | hwdec=auto | 3 | hwdec=auto |
| 4 | osd-font='Roboto Mono' | 4 | autofit-larger=96%x92% |
| 5 | sub-font='TeX Gyre Heros' | 5 | autofit-smaller=240x240 |
| 6 | sub-font-size=32 | ||
| 7 | correct-downscaling=no | 6 | correct-downscaling=no |
| 8 | cscale-antiring=0 | 7 | cscale-antiring=0 |
| 9 | cscale=bilinear | 8 | cscale=bilinear |
| @@ -11,16 +10,17 @@ deband=no | |||
| 11 | dither-depth=no | 10 | dither-depth=no |
| 12 | dither-depth=no | 11 | dither-depth=no |
| 13 | dscale=bilinear | 12 | dscale=bilinear |
| 13 | keepaspect-window=no | ||
| 14 | osd-font='Roboto Mono' | ||
| 14 | scale-antiring=0 | 15 | scale-antiring=0 |
| 15 | scale=bilinear | 16 | scale=bilinear |
| 16 | sigmoid-upscaling=no | 17 | sigmoid-upscaling=no |
| 18 | sub-auto=all | ||
| 19 | sub-font-size=32 | ||
| 20 | sub-font='TeX Gyre Heros' | ||
| 17 | sws-allow-zimg=yes | 21 | sws-allow-zimg=yes |
| 18 | sws-fast=yes | 22 | sws-fast=yes |
| 19 | sws-scaler=bilinear | 23 | sws-scaler=bilinear |
| 20 | zimg-dither=no | 24 | zimg-dither=no |
| 21 | zimg-scaler=bilinear | 25 | 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" |
