Describe the --no-window feature in README

This commit is contained in:
Romain Vimont 2019-03-02 18:33:31 +01:00
parent 89812e4eee
commit ef118cc633

View file

@ -165,6 +165,14 @@ scrcpy --record file.mp4
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
performance reasons). Frames are _timestamped_ on the device, so [packet delay
variation] does not impact the recorded file.