From: Samir Benmendil Date: Sun, 24 Nov 2019 14:24:52 +0000 (+0000) Subject: mpv: pick best video and best audio X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/7a30dfede3d3e8ef3ed3f49a25e47c6a8a0fc836?ds=sidebyside mpv: pick best video and best audio This avoids ytdl picking a low quality video only because the higher quality video have a separate audio track. This will most likely cause muxing of the best audio and video. --- diff --git a/mpv/config b/mpv/config index 33c48c3..df8f4b3 100644 --- a/mpv/config +++ b/mpv/config @@ -1,5 +1,5 @@ # default ytdl -ytdl-format=[height<=720] +ytdl-format=bestvideo[height<=720]+bestaudio/best[height<=720] cache=auto no-sub