mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Add support for VP8 and VP9 video encoders
This commit is contained in:
parent
247a37d57b
commit
db882500d7
8 changed files with 28 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue