From ef118cc633943ac8941bed0ec7c3bafe6c59bbbf Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Sat, 2 Mar 2019 18:33:31 +0100 Subject: [PATCH] Describe the --no-window feature in README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index af67a17b..ed40f21a 100644 --- a/README.md +++ b/README.md @@ -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.