mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-10-02 06:08:45 +00:00
Add option --max-fps
Add an option to limit the capture frame rate. It only works for devices with Android >= 10. Fixes <https://github.com/Genymobile/scrcpy/issues/488>
This commit is contained in:
parent
fb976816f9
commit
1d97d7213d
10 changed files with 87 additions and 12 deletions
|
@ -41,6 +41,10 @@ Force recording format (either mp4 or mkv).
|
|||
.B \-h, \-\-help
|
||||
Print this help.
|
||||
|
||||
.TP
|
||||
.BI \-\-max\-fps " value
|
||||
Limit the framerate of screen capture (only supported on devices with Android >= 10).
|
||||
|
||||
.TP
|
||||
.BI "\-m, \-\-max\-size " value
|
||||
Limit both the width and height of the video to \fIvalue\fR. The other dimension is computed so that the device aspect\-ratio is preserved.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue