From: Samir Benmendil Date: Sat, 14 Jan 2023 02:11:52 +0000 (+0000) Subject: mpv: avoid vp9 codec for ytdl X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/0c5b2d86ffacb5ca9a2b30798bb6d2393cba2c44?ds=inline mpv: avoid vp9 codec for ytdl --- diff --git a/mpv/config b/mpv/config index f0ccb00..0392e66 100644 --- a/mpv/config +++ b/mpv/config @@ -1,5 +1,5 @@ # default ytdl -ytdl-format=bestvideo*[height<=720]+bestaudio/best[height<=720] +ytdl-format=bestvideo*[height<=720][vcodec!=?vp9]+bestaudio/best[height<=720] cache=auto no-sub