From d91224e1dfb1d7591bf37cf281b5fd1fb1010f1a Mon Sep 17 00:00:00 2001 From: lelgenio Date: Tue, 30 Mar 2021 22:28:05 -0300 Subject: [PATCH] mpv: fix low quality --- dotfiles/mpv.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dotfiles/mpv.conf b/dotfiles/mpv.conf index 7d46050..2d2cf07 100644 --- a/dotfiles/mpv.conf +++ b/dotfiles/mpv.conf @@ -1,5 +1,9 @@ -# the default is pretty slow -ytdl-format='best' +# ytdl-format='best' +ytdl-format='bestvideo[height<=1080][vcodec!=vp9]+bestaudio/best' +ytdl-raw-options="cookies=~/.cache/cookies-youtube-com.txt,mark-watched=" osd-fractions save-position-on-quit keep-open=yes + +cache-pause-initial=yes +cache-pause-wait=10