mpv-ytdlp better catch vp9 and av1 codecs
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
#ontop=yes
|
||||
|
||||
# Default video output to Xorg only
|
||||
vo=xv
|
||||
# vo=xv
|
||||
|
||||
# Specify fast video rendering preset (for --vo=<gpu|gpu-next> 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
|
||||
|
||||
Reference in New Issue
Block a user