diff options
Diffstat (limited to '.config/mpv/mpv.conf')
-rw-r--r-- | .config/mpv/mpv.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index de57154..2c5725a 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,7 +1,7 @@ ---sub-auto=all ---sub-file-paths=sub:subtitles:subs:Subs +hwdec=auto-safe -ytdl-format=248+251/303+251/bestvideo[height<=?1080]+bestaudio/best -ytdl-raw-options=ignore-config=,sub-format=en,write-sub= -hwdec=nvdec 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= |