mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Add --audio-bit-rate
Add an option to configure the audio bit-rate.
This commit is contained in:
parent
f75dc2e477
commit
a331c2c653
12 changed files with 48 additions and 6 deletions
|
|
@ -2,6 +2,7 @@ _scrcpy() {
|
|||
local cur prev words cword
|
||||
local opts="
|
||||
--always-on-top
|
||||
--audio-bit-rate=
|
||||
-b --video-bit-rate=
|
||||
--crop=
|
||||
-d --select-usb
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ local arguments
|
|||
|
||||
arguments=(
|
||||
'--always-on-top[Make scrcpy window always on top \(above other windows\)]'
|
||||
'--audio-bit-rate=[Encode the audio at the given bit-rate]'
|
||||
{-b,--video-bit-rate=}'[Encode the video at the given bit-rate]'
|
||||
'--crop=[\[width\:height\:x\:y\] Crop the device screen on the server]'
|
||||
{-d,--select-usb}'[Use USB device]'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue