Update README.md

This commit is contained in:
Chibani 2024-12-05 07:56:22 +02:00 committed by GitHub
parent f81f61a575
commit 51c247babf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,10 @@
<img src="screenshots/screenshot1.png"/> <img src="screenshots/screenshot1.png"/>
A simple desktop recorder for Linux systems. Built using GTK4 and ffmpeg. A simple desktop recorder 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. - It supports recording audio and video on Windows and almost all Linux and FreeBSD interfaces with support for Wayland display server on GNOME and KDE sessions.
- The following formats are currently supported: mkv, avi, mp4, wmv, gif and nut. - The following formats are currently supported: avi, gif, mkv, mp4, nut, webm and wmv.
- 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 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. - 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.
@ -36,7 +35,7 @@ Then use `Cargo` to build it:
git clone https://github.com/xlmnxp/blue-recorder git clone https://github.com/xlmnxp/blue-recorder
cd <Project Directory> cd <Project Directory>
cargo build --release cargo build --release
cp -a data interfaces po target/release cp -a data interfaces locales target/release
``` ```
Then you will find the executable file at: Then you will find the executable file at:
`<Project Directory>/target/release/blue-recorder` `<Project Directory>/target/release/blue-recorder`