mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 05:01:19 +00:00
Update cheatsheets
This commit is contained in:
22
tldr/linux/wf-recorder
Normal file
22
tldr/linux/wf-recorder
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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)"`
|
||||
Reference in New Issue
Block a user