diff options
| -rwxr-xr-x | mpvy | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -22,6 +22,7 @@ while getopts Aabd:f:h:su: opt; do  	esac  done  if [ -z "$format" ]; then +	# xyzstudio GPU  	#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 | 
