A thin UI layer around FFmpeg for recording your screen.
You'll need the following dependencies:
- meson
- libgranite-dev
- libgtk3-dev
- libx11-dev
- libgstreamer1.0-dev
- libclutter-gst-3.0-dev
- libclutter-gtk-1.0-dev
- valac
Run meson
to configure the build environment and then ninja
to build and install
meson build --prefix=/usr
cd build
ninja
To install, use ninja install
, then execute with com.github.mohelm97.screenrecorder
sudo ninja install
com.github.mohelm97.screenrecorder
A lot of this code inspired by the elementary OS screenshot app and Torikul Habib mindi.