diff options
| author | Xiao Pan <gky44px1999@gmail.com> | 2024-02-10 20:36:16 -0800 | 
|---|---|---|
| committer | Xiao Pan <gky44px1999@gmail.com> | 2024-02-10 20:36:16 -0800 | 
| commit | 1d1f32c9e367cc7584561039fec84304b1563b8d (patch) | |
| tree | 2fadd950b6fcad48fe99f35e0310ea3253dd777f | |
| parent | af9d9708defd34a6618939f9d5a4172aec97baee (diff) | |
update
| -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 | 
