From 9819328e1f51693a546709657eb96de33eee5eed Mon Sep 17 00:00:00 2001 From: Thibault Barnouin Date: Mon, 4 Aug 2025 14:22:13 +0200 Subject: [PATCH] mpv-ytdlp better catch vp9 and av1 codecs --- .config/mpv/mpv.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 8d93f3f..da598f4 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -53,7 +53,7 @@ #ontop=yes # Default video output to Xorg only -vo=xv +# vo=xv # Specify fast video rendering preset (for --vo= only) # Recommended for mobile devices or older hardware with limited processing power @@ -154,5 +154,5 @@ alang=fr,en # Streaming # ############# # Youtube Support -script-opts=ytdl_hook-ytdl_path=/usr/bin/yt-dlp -ytdl-format=bestvideo[height<=?1080][fps<=?30][vcodec!=?vp9]+bestaudio/best +script-opts=ytdl_hook-ytdl_path=/home/t.barnouin/.local/bin/yt-dlp +ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!~='^(vp0?9|av0?1)']+bestaudio/best