From ba921a194f94f304f441fbcc3cedc86af160e248 Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 22 Nov 2019 02:29:36 +0100 Subject: [PATCH] Exclude vp9 from youtube-dl codecs --- mpv/.config/mpv/mpv.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf index 42238dc..470e258 100644 --- a/mpv/.config/mpv/mpv.conf +++ b/mpv/.config/mpv/mpv.conf @@ -9,4 +9,4 @@ vo=gpu volume-max=200 af=acompressor ## Youtube-dl settings -ytdl-format=bestvideo[height<=?720]+bestaudio/best +ytdl-format=bestvideo[height<=?720][vcodec!=vp9]+bestaudio/best