Simple Screen Recorder written in Rust based on Green Recorder
Go to file
2022-10-19 19:39:22 +02:00
data remove wayland from ffmpeg-interface 2022-10-14 10:50:28 +02:00
flatpak release flatpak version 0.1.5 2021-12-22 16:16:37 +03:00
interfaces fix is_file_already_exists & play button 2022-10-17 01:56:43 +02:00
packaging change repo 2021-07-10 05:54:44 +02:00
po Initial gtk4 migration 2022-09-25 01:45:15 +02:00
screenshots readme.md 2021-03-12 02:51:44 +03:00
snap use custom .desktop file for snap 2021-07-11 20:19:38 +03:00
src folder chooser parent 2022-10-19 19:39:22 +02:00
.gitignore Add zh_Hans.po to po directory 2021-08-10 07:25:41 +08:00
.gitmodules Flatpak support 2021-03-04 21:54:40 +03:00
Cargo.lock folder chooser parent 2022-10-19 19:39:22 +02:00
Cargo.toml remove wayland from ffmpeg-interface 2022-10-14 10:50:28 +02:00
LICENSE.md readme.md 2021-03-12 02:52:29 +03:00
README.md add Made With Rust; add Contributors 2021-05-02 04:01:59 +03:00
Ask

Blue Recorder Made With Rust GitHub contributors

A simple desktop recorder for Linux systems. Built using GTK+ 3 and ffmpeg.

  • It supports recording audio and video on almost all Linux interfaces with support for Wayland display server on GNOME session.
  • The following formats are currently supported: mkv, avi, mp4, wmv, gif and nut.
  • You can stop the recording process easily by right-clicking the icon and choosing "Stop Record". Or middle-clicking the recording icon in the notifications area (but doesn't work on all interfaces).
  • You can choose the audio input source you want from the list.
  • You can also set the default values you want by simply changing them in the interface, and the program will save them for you for the next time you open it.

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