dr-Styki / ScreenRec

A simple screen recorder app designed for elementary OS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScreenRec


Due to many limitations coming from the Flatpak AppCenter of elementary OS. The project will not be able to evolve anymore. That's why this project is now archived. 😞


A simple screen recording tool which was make to work like the elementary OS Screenshot tool.

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
  • libpulse-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.dr_styki.screenrec

sudo ninja install
com.github.dr_styki.screenrec

Credits

Originaly forked from screenrecorder. Now greatly inspired by the code of Screenshot, Kazam and Screencast. Icon by Nararyans R.I. (Fatih20). Video of Fatih20 making the icon here

About

A simple screen recorder app designed for elementary OS.

License:GNU General Public License v3.0


Languages

Language:Vala 97.3%Language:Meson 2.2%Language:Python 0.4%Language:CSS 0.1%