blue-recorder/README.md
Chibani d49c33f928
Update README.md
Co-authored-by: Hamir Mahal <hirehamir@gmail.com>
2024-12-05 07:15:13 +02:00
Ask

2.6 KiB

{d91fab5c9cc0a02a7daa96fd7670a4f4b28a55f4 true 2689 README.md 0xc002d71b20}

Blue Recorder Made With Rust GitHub contributors

A simple desktop recorder for Linux systems. Built using GTK4 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.

This project is based on Green Recorder and is rewritten in Rust with improvements.

Installation

Blue Recorder is available as a Snap and Flatpak package.

Get it from the Snap Store Download on Flathub

Build from source

Blue Recorder depends on the following dependencies:

ffmpeg
gtk
gdk
gio
x11-utils

Install dependencies Ubuntu and Debian based distros:

sudo apt install build-essential clang cargo x11-utils ffmpeg libgtk-3-dev libgtk-4-dev libatk1.0-dev libasound2-dev libgstreamer1.0-dev

Then 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