Skip to content

A simple screen recorder app designed for elementary OS.

License

Notifications You must be signed in to change notification settings

CCaroV/ScreenRec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScreenRec

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
  • 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.

About

A simple screen recorder app designed for elementary OS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vala 95.5%
  • Meson 3.7%
  • Python 0.8%