From e8ae4a469b8b5db19a27a2bf71bb04142a68a6f0 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 13 Apr 2023 23:50:56 +0100 Subject: [PATCH] mpv: don't ignore vp9 codecs Actually that codec works better. But since I had a youtube-dl wrapper installed which ran yt-dlp in compatibility mode, the choice of format ended up being wrong anyway. Do not install the yt-dlp-drop-in from AUR. --- mpv/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpv/config b/mpv/config index 0392e66..f0ccb00 100644 --- a/mpv/config +++ b/mpv/config @@ -1,5 +1,5 @@ # default ytdl -ytdl-format=bestvideo*[height<=720][vcodec!=?vp9]+bestaudio/best[height<=720] +ytdl-format=bestvideo*[height<=720]+bestaudio/best[height<=720] cache=auto no-sub -- 2.48.1