From 7a30dfede3d3e8ef3ed3f49a25e47c6a8a0fc836 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 24 Nov 2019 14:24:52 +0000 Subject: [PATCH] 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. --- mpv/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.48.1