Add support for AAC audio codec

Add option --audio-codec=aac.
This commit is contained in:
Romain Vimont
2023-02-18 19:30:36 +01:00
parent 9187472014
commit 7f50ed2458
8 changed files with 16 additions and 5 deletions

View File

@@ -73,7 +73,7 @@ _scrcpy() {
return
;;
--audio-codec)
COMPREPLY=($(compgen -W 'opus' -- "$cur"))
COMPREPLY=($(compgen -W 'opus aac' -- "$cur"))
return
;;
--lock-video-orientation)