Compare commits

...

5 Commits

Author SHA1 Message Date
ochibani
de17a95d25
fix windows support 2025-01-05 07:58:36 +02:00
Chibani
992a1aef40
Update README.md 2025-01-05 07:24:47 +02:00
ochibani
e29bb99103
rm github workflows 2025-01-05 03:23:20 +02:00
ochibani
41e304ba8b
add github workflows 2025-01-05 03:21:51 +02:00
ochibani
61bf115f38
update screenshots 2025-01-05 01:42:03 +02:00
10 changed files with 3 additions and 4 deletions

View File

@ -36,7 +36,7 @@ Then use `Cargo` to build it:
git clone https://github.com/xlmnxp/blue-recorder
cd <Project Directory>
cargo build --release
cp -a data interfaces locales target/release
cp -a data gui/interfaces locales target/release
```
Then you will find the executable file at:
`<Project Directory>/target/release/blue-recorder`

View File

@ -649,9 +649,8 @@ fn build_ui(application: &Application, error_dialog: MessageDialog, error_messag
select_window_label.set_label(&get_bundle("click-window", None));
select_window.show();
let area_capture = _area_capture.clone();
let error_message = _error_message.clone();
let error_dialog = error_dialog.clone();
let error_dialog = _error_dialog.clone();
let _select_window = select_window.clone();
let window_title = _window_title.clone();
glib::timeout_add_local(1000, move || {
@ -754,7 +753,7 @@ fn build_ui(application: &Application, error_dialog: MessageDialog, error_messag
output_audio_process: None,
video_process: None,
audio_record_bitrate: audio_bitrate_spin,
record_delay: delay_spin,
record_delay: delay_spin.clone(),
record_frames: frames_spin,
video_record_bitrate: video_bitrate_spin,
follow_mouse: follow_mouse_switch,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 49 KiB

BIN
screenshots/screenshot7.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

BIN
screenshots/screenshot8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB