LinuxCommandLibrary

byzanz-record

Record the screen.

TLDR

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]]
copy


Show information while and after recording
$ byzanz-record --verbose [path/to/file.[byzanz|flv|gif|ogg|ogv|webm]]
copy


Record the screen for a minute
$ byzanz-record --duration 60 [path/to/file.[byzanz|flv|gif|ogg|ogv|webm]]
copy


Delay recording for 10 seconds
$ byzanz-record --delay 10 [path/to/file.[byzanz|flv|gif|ogg|ogv|webm]]
copy

Copied to clipboard