Skip to content

A simple screen recorder app designed for elementary OS.

License

Notifications You must be signed in to change notification settings

guymii/screenrecorder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple screen recorder app designed for elementary OS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vala 93.9%
  • Meson 4.5%
  • Python 1.6%