1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 21:55:24 +02:00
tldr/pages/linux/wf-recorder.md
Managor ae436c1b00
linux/*: add option placeholders (#16192)
* batch1

* batch2

* batch3

* batch4

* Update matchpathcon.md

* Update pages/linux/arecord.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/arecord.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/arecord.md

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
2025-04-19 21:21:53 +00:00

550 B

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 {{[-f|--file]}} {{output.mp4}}

  • Record including audio, both with mic and system sounds:

wf-recorder {{[-a|--audio]}} {{[-f|--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|--geometry]}} "$(slurp)"