Overview
Peek is another desktop video recorder. It’s simple and can output the recording in GIF, APNG, WebM and MP4. It might not have all the features like Vokoscreen has but it is sufficient for simple use cases.
Prerequisites
- Ubuntu 18.04
Installation
01. Add the package repository for Peek.
$ sudo add-apt-repository ppa:peek-developers/stable
02. Update the package repository
$ sudo apt update
03. Install Peek
$ sudo apt install peek -y