mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Add support for AAC audio codec
Add option --audio-codec=aac.
This commit is contained in:
parent
9da5285561
commit
6f5326a4bf
8 changed files with 16 additions and 5 deletions
|
|
@ -73,7 +73,7 @@ _scrcpy() {
|
|||
return
|
||||
;;
|
||||
--audio-codec)
|
||||
COMPREPLY=($(compgen -W 'opus' -- "$cur"))
|
||||
COMPREPLY=($(compgen -W 'opus aac' -- "$cur"))
|
||||
return
|
||||
;;
|
||||
--lock-video-orientation)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue