Romain Vimont
30b8429752
Add --list-device-displays
2023-02-28 12:35:08 +01:00
Romain Vimont
55f4c42f19
Add --list-encoders
...
Add an option to list the device encoders properly.
2023-02-28 12:35:08 +01:00
Romain Vimont
e39ad0f695
Add --audio-encoder
...
Similar to --video-encoder, but for audio.
2023-02-28 12:35:08 +01:00
Romain Vimont
aa8ed923f0
Add --audio-codec-options
...
Similar to --video-codec-options, but for audio.
2023-02-28 12:35:08 +01:00
Romain Vimont
7f50ed2458
Add support for AAC audio codec
...
Add option --audio-codec=aac.
2023-02-28 12:35:08 +01:00
Romain Vimont
9187472014
Add --audio-codec
...
Introduce the selection mechanism. Alternative codecs will be added
later.
2023-02-28 12:35:08 +01:00
Romain Vimont
a331c2c653
Add --audio-bit-rate
...
Add an option to configure the audio bit-rate.
2023-02-28 12:35:08 +01:00
Romain Vimont
8a5be9e2a6
Rename --encoder to --video-encoder
...
This prepares the introduction of --audio-encoder.
2023-02-28 12:35:08 +01:00
Romain Vimont
705d69aaea
Rename --codec-options to --video-codec-options
...
This prepares the introduction of --audio-codec-options.
2023-02-28 12:35:08 +01:00
Romain Vimont
ad51a2b411
Rename --bit-rate to --video-bit-rate
...
This prepares the introduction of --audio-bit-rate.
2023-02-28 12:35:08 +01:00
Romain Vimont
7581dc10d3
Rename --codec to --video-codec
...
This prepares the introduction of --audio-codec.
2023-02-28 12:35:08 +01:00
Simon Chan
ded19ca0f0
Add --no-audio option
...
Audio will be enabled by default (when supported). Add an option to
disable it.
Co-authored-by: Romain Vimont <rom@rom1v.com>
Signed-off-by: Romain Vimont <rom@rom1v.com>
2023-02-28 12:35:08 +01:00
Romain Vimont
932e698cdd
Fix --encoder documentation
...
Mention that it depends on the codec provided by --codec (which is not
necessarily H264 anymore).
2023-02-28 12:35:08 +01:00
Romain Vimont
3e3756a323
Add auto-completion for --codec option
...
Add missing command to bash and zsh completion scripts.
2023-02-21 19:48:28 +01:00
Anima C13
16e2c1ce26
Add -s auto-completion for zsh
...
Fixes #3522 <https://github.com/Genymobile/scrcpy/pull/3522 >
PR #3523 <https://github.com/Genymobile/scrcpy/pull/3523 >
Signed-off-by: Romain Vimont <rom@rom1v.com>
2022-10-12 13:24:43 +02:00
Romain Vimont
0fca2ad830
Add option to not power on on start
...
By default, on start, the device is powered on. To prevent this
behavior, add a new option --no-power-on.
Fixes #3148 <https://github.com/Genymobile/scrcpy/issues/3148 >
PR #3210 <https://github.com/Genymobile/scrcpy/pull/3210 >
2022-04-28 19:12:52 +02:00
hltdev8642
26953784d9
Add ZSH completion script
...
PR #3012 <https://github.com/Genymobile/scrcpy/pull/3012 >
Signed-off-by: Romain Vimont <rom@rom1v.com>
2022-02-22 19:15:27 +01:00