wf-recorder
linux
Screencast for Wayland optionally with audio. By default you need to end the process with `<Ctrl c>`.
More info →Options (3)
-f, --filebooleanRecord storing to an MP4 file
Example:
wf-recorder {{[-f|--file]}} {{output.mp4}}-a, --audiobooleanRecord including audio, both with mic and system sounds
Example:
wf-recorder {{[-a|--audio]}} {{[-f|--file]}} /{{path/to/file_with_audio.webm}}-g, --geometrybooleanSelect and record a portion of the screen using `slurp`, outputting to default `recording.mp4`
Example:
wf-recorder {{[-g|--geometry]}} "$(slurp)"Examples (3)
Record storing to an MP4 file
wf-recorder [-f|--file] output.mp4Record including audio, both with mic and system sounds
wf-recorder [-a|--audio] [-f|--file] /path/to/file_with_audio.webmSelect and record a portion of the screen using `slurp`, outputting to default `recording.mp4`
wf-recorder [-g|--geometry] "$(slurp)"made by @shridhargupta | data from tldr-pages