Describe the --no-window feature in README

master
Romain Vimont 7 years ago
parent 89812e4eee
commit ef118cc633

@ -165,6 +165,14 @@ scrcpy --record file.mp4
scrcpy -r file.mkv scrcpy -r file.mkv
``` ```
To disable mirroring while recording:
```bash
scrcpy --no-window --record file.mp4
scrcpy -nr file.mkv
# interrupt recording with Ctrl+C
```
"Skipped frames" are recorded, even if they are not displayed in real time (for "Skipped frames" are recorded, even if they are not displayed in real time (for
performance reasons). Frames are _timestamped_ on the device, so [packet delay performance reasons). Frames are _timestamped_ on the device, so [packet delay
variation] does not impact the recorded file. variation] does not impact the recorded file.

Loading…
Cancel
Save