From: Samir Benmendil Date: Thu, 13 Apr 2023 22:50:56 +0000 (+0100) Subject: mpv: don't ignore vp9 codecs X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/995fddfe358ae13dd22ab778f90c40cf1e26be86?ds=sidebyside 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. --- 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