Update README on options

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-05-17 18:33:28 -04:00
parent d122fa42b8
commit 0583dfc3f7
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 5 additions and 3 deletions

View File

@ -11,9 +11,9 @@ WARNING: Do NOT use Ctrl+C on a `wf-shadow -s` session.
USAGE: wf-shadow OPTION [OPTIONS...]
OPTIONS:
-s, --start [MONITOR] Start a wf-shadow instance with display number MONITOR.
-r, --record [MONITOR] Record the last few moments of video using a wofi menu.
-e, --end [MONITOR] End wf-shadow instance with display number MONITOR.
-s, --start [OUTPUT] Start a wf-shadow instance with output number OUTPUT.
-r, --record [OUTPUT] Record the last few moments of video using a wofi menu.
-e, --end [OUTPUT] End wf-shadow instance with output number OUTPUT.
-a, --audio DEVICE Use DEVICE for audio recording. Passed to wf-recorder -a.
-V, --video DEVICE Use DEVICE for video encoding. Passed to wf-recorder -d.
-A, --acodec CODEC Use CODEC as the audio codec in ffmpeg encoding.
@ -22,8 +22,10 @@ OPTIONS:
-N, --no-video Disable video recording. Overrides video options.
-y, --yes-audio Enable audio recording. Overrides -n.
-Y, --yes-video Enable video recording. Overrides -N.
-R, --raw-record OUTPUT FILE SECONDS Low level record. Passed directly to the \`record\` function.
-v, --verbose Verbose output.
-h, --help Show this menu.
--version Display version information.
For a more in-depth guide, see wf-shadow(1)
```