From cd5b43a1ee8b59f8e1f2ab454146c314cfa44424 Mon Sep 17 00:00:00 2001 From: xyz Date: Wed, 30 Mar 2022 02:38:29 -0700 Subject: new gpu support vp9 --- home/xyz/.local/bin/mpvy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/xyz/.local/bin/mpvy b/home/xyz/.local/bin/mpvy index 880d1ffa..434db58c 100755 --- a/home/xyz/.local/bin/mpvy +++ b/home/xyz/.local/bin/mpvy @@ -22,7 +22,8 @@ while getopts Aabd:f:h:su: opt; do esac done if [ -z "$format" ]; then - vformat="[height<=?$height][fps<=?$fps][vcodec!^=?vp9][vcodec!^=?av01]" + #vformat="[height<=?$height][fps<=?$fps][vcodec!^=?vp9][vcodec!^=?av01]" + vformat="[height<=?$height][fps<=?$fps][vcodec!^=?av01]" # usually get .mp4 video + .webm audio on youtube, yt-dlp needs to merge them to .mkv # it used to cause problem, but I forget format="bestvideo$vformat+bestaudio/best$vformat" -- cgit v1.2.3-70-g09d2