mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-09-11 03:55:47 +00:00
Fix --encoder documentation
Mention that it depends on the codec provided by --codec (which is not necessarily H264 anymore).
This commit is contained in:
parent
b43938fa66
commit
fa99763668
3 changed files with 4 additions and 3 deletions
|
@ -18,7 +18,7 @@ arguments=(
|
|||
'--display=[Specify the display id to mirror]'
|
||||
'--display-buffer=[Add a buffering delay \(in milliseconds\) before displaying]'
|
||||
{-e,--select-tcpip}'[Use TCP/IP device]'
|
||||
'--encoder=[Use a specific MediaCodec encoder \(must be a H.264 encoder\)]'
|
||||
'--encoder=[Use a specific MediaCodec encoder]'
|
||||
'--force-adb-forward[Do not attempt to use \"adb reverse\" to connect to the device]'
|
||||
'--forward-all-clicks[Forward clicks to device]'
|
||||
{-f,--fullscreen}'[Start in fullscreen]'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue