mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 08:35:24 +02:00
wf-recorder: add page (#15004)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
72166f5526
commit
04fc787d7e
1 changed files with 17 additions and 0 deletions
17
pages/linux/wf-recorder.md
Normal file
17
pages/linux/wf-recorder.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# wf-recorder
|
||||
|
||||
> Screencast for Wayland optionally with audio.
|
||||
> By default you need to end the process with Ctrl-C.
|
||||
> More information: <https://github.com/ammen99/wf-recorder>.
|
||||
|
||||
- Record storing to an MP4 file:
|
||||
|
||||
`wf-recorder --file={{output.mp4}}`
|
||||
|
||||
- Record including audio, both with mic and system sounds:
|
||||
|
||||
`wf-recorder --audio --file={{/path/to/file_with_audio.webm}}`
|
||||
|
||||
- Select and record a portion of the screen using `slurp`, outputting to default `recording.mp4`:
|
||||
|
||||
`wf-recorder -g "$(slurp)"`
|
Loading…
Add table
Reference in a new issue