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