Video Recording

Record the target computer's screen.

You can record the target computer's screen and audio by clicking the "Start recording Kiwi video to a file" button or by going to Tools -> Record Audio/Video.

When the Cytrence Kiwi is recording video, the "Stop recording" button will replace the video recording button. Click this button to stop recording.

The recorded videos are in H264 format.

You can choose the directory where videos will be saved in the Settings -> Folders tab. The default directories are as follows for each platform:

  • macOS: "Movies" folder in the user's home directory

  • Ubuntu Linux: "Videos" folder in the user's home directory

  • Windows: "Videos" folder in the user's home directory

For users of Ubuntu Linux 22.04, you must install the following packages to enable video recording functionality:

sudo apt update

sudo apt install libavcodec58 libavformat58 libswscale5

For users of Ubuntu Linux 24.04, you must install the following packages to enable video recording functionality:

sudo apt update

sudo apt install libavcodec60 libavformat60 libswscale7

Last updated