diff options
Diffstat (limited to '.config/mpv')
-rw-r--r-- | .config/mpv/mpv.conf | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 58f2777..c30d948 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,7 +1,8 @@ ---sub-auto=all ---sub-file-paths=sub:subtitles:subs:Subs - -ytdl-format=248+251/303+251/bestvideo[height<=?720]+bestaudio/best -ytdl-raw-options=ignore-config=,sub-format=en,write-sub= +volume=50 hwdec=auto-safe + sub-auto=fuzzy +sub-file-paths=sub:subtitles:subs:Subs + +ytdl-format="bv[height<=?1080]+ba/b[height<=?1080]" +ytdl-raw-options=ignore-config=,sub-format=en,write-sub= |