Mohelm97 / screenrecorder

A simple screen recorder app designed for elementary OS.
GNU General Public License v3.0
59 stars 15 forks source link
elementary-os elementaryos vala

A simple screen recorder app designed for elementary OS

A thin UI layer around FFmpeg for recording your screen.

Get it on AppCenter

Building & Installation

You'll need the following dependencies:

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

Credits

A lot of this code inspired by the elementary OS screenshot app and Torikul Habib mindi.