The values are expressed in the device natural orientation (typically, portrait for a phone, landscape for a tablet). Any
@ -33,10 +37,6 @@ value is computed on the cropped size.
.B\-f,\-\-fullscreen
Start in fullscreen.
.TP
.BI"\-F, \-\-record\-format "format
Force recording format (either mp4 or mkv).
.TP
.B\-h,\-\-help
Print this help.
@ -84,9 +84,13 @@ Record screen to
.IRfile.
The format is determined by the
.B\-F/\-\-record\-format
.B\-\-record\-format
option if set, or by the file extension (.mp4 or .mkv).
.TP
.BI\-\-record\-format"format
Force recording format (either mp4 or mkv).
.TP
.B\-\-render\-expired\-frames
By default, to minimize latency, scrcpy always renders the last available decoded frame, and drops any previous ones. This flag forces to render all frames, at a cost of a possible increased latency.
@ -105,10 +109,6 @@ Enable "show touches" on start, disable on quit.
It only shows physical touches (not clicks from scrcpy).
.TP
.B\-T,\-\-always\-on\-top
Make scrcpy window always on top (above other windows).