mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-16 23:39:18 +00:00
Add support for AAC audio codec
Add option --audio-codec=aac. PR #3757 <https://github.com/Genymobile/scrcpy/pull/3757>
This commit is contained in:
parent
839b842aa7
commit
4601735e51
8 changed files with 17 additions and 6 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