Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.03 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.03 KB

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:

  • 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

Credits

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