From 0c5b2d86ffacb5ca9a2b30798bb6d2393cba2c44 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 14 Jan 2023 02:11:52 +0000 Subject: [PATCH] mpv: avoid vp9 codec for ytdl --- mpv/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.48.1