how to setup mpv+yt-dlp to play youtube 1080p with AV01 and 1440p with VP9? #14469
-
Hi, I would like to play youtube videos that are max res 1080p with AV01 and videos that are above 1080p like 1440p with VP9. Thank you :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Probably something like this (but I didn't test it): |
Beta Was this translation helpful? Give feedback.
-
mpv --ytdl-format="bv[height<=720]+ba" <yt_video_url> mpv --ytdl-format="bv[height<=480]+ba" <yt_video_url> You can change the resolution in place of 720 like 240,360,1080 even 1440. |
Beta Was this translation helpful? Give feedback.
Probably something like this (but I didn't test it):
ytdl-format=bestvideo[height>=?1440][vcodec^=vp9]+bestaudio/bestvideo[height<=?1440][vcodec^=av0]+bestaudio/bestvideo+bestaudio/best