From 04fc787d7e58e4ac98f062d2317072b2f2ca1c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20T=C3=A1mara?= Date: Sat, 30 Nov 2024 09:22:20 -0500 Subject: [PATCH] wf-recorder: add page (#15004) Co-authored-by: Wiktor Perskawiec --- pages/linux/wf-recorder.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pages/linux/wf-recorder.md diff --git a/pages/linux/wf-recorder.md b/pages/linux/wf-recorder.md new file mode 100644 index 0000000000..753b24d7cf --- /dev/null +++ b/pages/linux/wf-recorder.md @@ -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: . + +- 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)"`