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