diff options
Diffstat (limited to '.config/mpv/mpv.conf')
-rw-r--r-- | .config/mpv/mpv.conf | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 81dcf71..13e04d8 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,23 +1,25 @@ hwdec cache -slang=en -alang=en -sub-auto=fuzzy -sub-file-paths=~/.local/share/subs -save-position-on-quit +vo=gpu-next audio-channels=stereo + +slang=en,eng +alang=en,eng +subs-fallback=yes +subs-with-matching-audio=yes +save-position-on-quit keepaspect-window=no -sub-font='sans' -sub-font-size=50 +ytdl-format="bestvideo[height<=2400]+bestaudio/best" + sub-border-size=1 -sub-color='#eeeeee' -osd-font='sans' -osd-font-size=17 osd-border-size=1 -osd-color='#eeeeee' +sub-font-size=50 +osd-font-size=20 +sub-color='#eeeeee' + screenshot-directory=~/pix/ss -script-opts=ytdl_hook-ytdl_path=yt-dlp -ytdl-format="bestvideo[height<=2400]+bestaudio/best" +watch-later-directory=~/.local/share/mpv/watch_later +sub-file-paths=~/.local/share/mpv/subs [extension.gif] loop-file=inf |