2024-11-30 09:22:20 -05:00
|
|
|
# wf-recorder
|
|
|
|
|
|
|
|
> Screencast for Wayland optionally with audio.
|
2025-03-09 14:03:08 +02:00
|
|
|
> By default you need to end the process with `<Ctrl c>`.
|
2024-11-30 09:22:20 -05:00
|
|
|
> More information: <https://github.com/ammen99/wf-recorder>.
|
|
|
|
|
|
|
|
- Record storing to an MP4 file:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`wf-recorder {{[-f|--file]}} {{output.mp4}}`
|
2024-11-30 09:22:20 -05:00
|
|
|
|
|
|
|
- Record including audio, both with mic and system sounds:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`wf-recorder {{[-a|--audio]}} {{[-f|--file]}} {{/path/to/file_with_audio.webm}}`
|
2024-11-30 09:22:20 -05:00
|
|
|
|
|
|
|
- Select and record a portion of the screen using `slurp`, outputting to default `recording.mp4`:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`wf-recorder {{[-g|--geometry]}} "$(slurp)"`
|