xlmnxp / blue-recorder

Simple Screen Recorder written in Rust based on Green Recorder
Other
520 stars 26 forks source link

Blue Recorder Made With Rust GitHub contributors

A simple desktop recorder for Linux systems. Built using GTK4 and ffmpeg.

it based on Green Recorder and rewritten in Rust with improvements

Installation

Blue Recorder available as Snap and Flatpak package

Get it from the Snap Store Download on Flathub

Build from source

Blue Recorder depend in the following dependencies

ffmpeg
gtk
gdk
gio
gettext
libappindicator3
x11-utils
pulseaudio

install dependencies Ubuntu and Debian based distros

sudo apt install build-essential clang cargo libappindicator3-1 x11-utils gettext pulseaudio ffmpeg

the use Cargo to build it

git clone https://github.com/xlmnxp/blue-recorder
cd <Project Directory>
cargo build --release
cp -a data interfaces po target/release

then you will find the executable file at <Project Directory>/target/release/blue-recorder

License

GNU General Public License version 3
License Copyright: Copyright © 2007 Free Software Foundation, Inc.
License License: "Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed." (www.gnu.org/licenses/gpl-3.0.en.html).
License Contact: Free Software Foundation (fsf.org).
SPDX short identifier: GPL-3.0-only
Further resources...

read the license