From eebf5e98803bbe160f01bbb97362fac67aaad7d7 Mon Sep 17 00:00:00 2001 From: Rien Maertens Date: Thu, 31 Dec 2020 15:44:04 +0100 Subject: [PATCH] Fix options in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91d8678..e76186d 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ reMarkable screen sharing over SSH. - `-o --output`: path of the output where the video should be recorded, as understood by `ffmpeg`; if this is `-`, the video is displayed in a new window and not recorded anywhere (default: `-`) - `-f --format`: when recording to an output, this option is used to force the encoding format; if this is `-`, `ffmpeg`’s auto format detection based on the file extension is used (default: `-`). - `-w --webcam`: record to a video4linux2 web cam device. By default the first found web cam is taken, this can be overwritten with `-o`. The video is scaled to 1280x720 to ensure compatibility with MS Teams, Skype for business and other programs which need this specific format. -- `-t --throughput`: use `pv` to measure how much data throughput you have (good to experiment with parameters to speed up the pipeline) -- `--window_title`: set a custom window title for the video stream. The default title is "reStream". This option is disabled when using `-o --output` +- `-m --measure`: use `pv` to measure how much data throughput you have (good to experiment with parameters to speed up the pipeline) +- `-t --title`: set a custom window title for the video stream. The default title is "reStream". This option is disabled when using `-o --output` If you have problems, don't hesitate to [open an issue](https://github.com/rien/reStream/issues/new) or [send me an email](mailto:rien.maertens@posteo.be).