Add support for VP8 and VP9 video encoders

This commit is contained in:
pngocthach 2026-04-13 23:50:50 +07:00
parent 247a37d57b
commit db882500d7
8 changed files with 28 additions and 6 deletions

View file

@ -110,7 +110,7 @@ _scrcpy() {
case "$prev" in
--video-codec)
COMPREPLY=($(compgen -W 'h264 h265 av1' -- "$cur"))
COMPREPLY=($(compgen -W 'h264 h265 av1 vp8 vp9' -- "$cur"))
return
;;
--audio-codec)