From 0076e3fc73dae1fbe1f42a8a9543bbf55a4c2fb1 Mon Sep 17 00:00:00 2001 From: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com> Date: Sun, 10 Dec 2023 22:25:14 -0500 Subject: [PATCH] byzanz-record: add page (#11716) * byzanz-record: add page * byzanz-record: replace description Co-authored-by: Juri Dispan * byzanz-record: wrap command name in description with backticks Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * byzanz-record: replace example * byzanz-record: replace More Information link Co-authored-by: K.B.Dharun Krishna --------- Co-authored-by: Juri Dispan Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna --- pages/linux/byzanz-record.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/byzanz-record.md diff --git a/pages/linux/byzanz-record.md b/pages/linux/byzanz-record.md new file mode 100644 index 000000000..43a66fead --- /dev/null +++ b/pages/linux/byzanz-record.md @@ -0,0 +1,20 @@ +# byzanz-record + +> Record the screen. +> More information: . + +- Record the screen and write the recording to a file (by default, `byzanz-record` will only record for 10 seconds): + +`byzanz-record {{path/to/file.[byzanz|flv|gif|ogg|ogv|webm]}}` + +- Show information while and after recording: + +`byzanz-record --verbose {{path/to/file.[byzanz|flv|gif|ogg|ogv|webm]}}` + +- Record the screen for a minute: + +`byzanz-record --duration 60 {{path/to/file.[byzanz|flv|gif|ogg|ogv|webm]}}` + +- Delay recording for 10 seconds: + +`byzanz-record --delay 10 {{path/to/file.[byzanz|flv|gif|ogg|ogv|webm]}}`