Rename --output-file to --record

To record the screen to a local file:

    scrcpy --record file.mp4
This commit is contained in:
Romain Vimont
2018-11-11 14:03:29 +01:00
parent 70579dc709
commit 22bf0c19d6
3 changed files with 15 additions and 14 deletions

View File

@@ -6,7 +6,7 @@
struct scrcpy_options {
const char *serial;
const char *crop;
const char *out_filename;
const char *record_filename;
Uint16 port;
Uint16 max_size;
Uint32 bit_rate;