diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-09-24 22:48:47 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-09-24 22:48:47 +0200 |
commit | 7c9d885bc41d8f8f3ce8854c09b3ec940c78131f (patch) | |
tree | bbec149484216c51704e9ac2538094fbd3549745 /.config/mpv | |
parent | 4b0ced4fdbad996c5737e4150d654abb9834b5b1 (diff) |
mpv: yt-dlp settings
Diffstat (limited to '.config/mpv')
-rw-r--r-- | .config/mpv/mpv.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 1d39a4d..de57154 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,2 +1,7 @@ --sub-auto=all --sub-file-paths=sub:subtitles:subs:Subs + +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 |