diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-02-09 15:03:10 +0100 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-02-09 15:03:10 +0100 |
| commit | 8f7608e7eec14edeb31e2538d217e35802d1ad10 (patch) | |
| tree | 5dd78b699dd5fa4a6da37756453bbd885ae0cadc /gpu-screen-recorder.1 | |
| parent | f3235ed1bf4d9a4a33f770a2c2c244d03d75148c (diff) | |
Add --list-monitors option to list only monitors, refactor
Diffstat (limited to 'gpu-screen-recorder.1')
| -rw-r--r-- | gpu-screen-recorder.1 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/gpu-screen-recorder.1 b/gpu-screen-recorder.1 index 6ea1719..e8637be 100644 --- a/gpu-screen-recorder.1 +++ b/gpu-screen-recorder.1 @@ -14,13 +14,17 @@ gpu-screen-recorder \- The fastest screen recording tool for Linux | .B \-\-version | +.B \-\-info +| .B \-\-list\-capture\-options | +.B \-\-list\-monitors +| +.B \-\-list\-v4l2\-devices +| .B \-\-list\-audio\-devices | .B \-\-list\-application\-audio -| -.B \-\-info .SH DESCRIPTION .B gpu-screen-recorder is the fastest screen recording tool for Linux. It uses the GPU @@ -92,10 +96,6 @@ Run .B \-\-list\-capture\-options to list available capture sources. .PP -Run -.B \-\-list\-v4l2\-devices -to list available camera devices (V4L2). -.PP Additional options can be passed to each capture source by splitting capture source with .B ; for example @@ -403,6 +403,9 @@ Show system info (codecs, capture options). .B \-\-list\-capture\-options List available capture sources (window, monitors, portal, v4l2 device path). .TP +.B \-\-list\-monitors +List available monitors. +.TP .B \-\-list\-v4l2\-devices List available cameras devices (V4L2). .TP |
