mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2024-11-23 17:13:11 +03:00
Compare commits
2 Commits
180e0d71df
...
0c31d21d95
Author | SHA1 | Date | |
---|---|---|---|
|
0c31d21d95 | ||
|
9cc751f7f6 |
@ -14,11 +14,17 @@
|
||||
</object>
|
||||
<object class="GtkAdjustment" id="adjustment_frames">
|
||||
<property name="lower">0</property>
|
||||
<property name="upper">240</property>
|
||||
<property name="upper">1000</property>
|
||||
<property name="step-increment">1</property>
|
||||
<property name="page-increment">10</property>
|
||||
</object>
|
||||
<object class="GtkAdjustment" id="adjustment_bitrate">
|
||||
<object class="GtkAdjustment" id="adjustment_bitrate_video">
|
||||
<property name="lower">0</property>
|
||||
<property name="upper">50000</property>
|
||||
<property name="step-increment">1</property>
|
||||
<property name="page-increment">10</property>
|
||||
</object>
|
||||
<object class="GtkAdjustment" id="adjustment_bitrate_audio">
|
||||
<property name="lower">0</property>
|
||||
<property name="upper">50000</property>
|
||||
<property name="step-increment">1</property>
|
||||
@ -397,6 +403,16 @@
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSeparator" id="hideswitch_separator">
|
||||
<property name="visible">True</property>
|
||||
<property name="opacity">0.0</property>
|
||||
<layout>
|
||||
<property name="column">0</property>
|
||||
<property name="row">3</property>
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="speakerswitch">
|
||||
<property name="label" translatable="yes">checkbutton</property>
|
||||
@ -466,16 +482,6 @@
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSeparator" id="delay_separator">
|
||||
<property name="visible">True</property>
|
||||
<property name="opacity">0.0</property>
|
||||
<layout>
|
||||
<property name="column">1</property>
|
||||
<property name="row">2</property>
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="video_bitrate_label">
|
||||
<property name="visible">True</property>
|
||||
@ -494,7 +500,7 @@
|
||||
<property name="max-width-chars">2</property>
|
||||
<property name="width-chars">2</property>
|
||||
<property name="text">number</property>
|
||||
<property name="adjustment">adjustment_bitrate</property>
|
||||
<property name="adjustment">adjustment_bitrate_video</property>
|
||||
<property name="climb-rate">1</property>
|
||||
<property name="has-tooltip">True</property>
|
||||
<layout>
|
||||
@ -503,6 +509,33 @@
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="audio_bitrate_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">True</property>
|
||||
<property name="label" translatable="yes">label</property>
|
||||
<layout>
|
||||
<property name="column">0</property>
|
||||
<property name="row">3</property>
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkSpinButton" id="audio_bitrate">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">True</property>
|
||||
<property name="max-width-chars">2</property>
|
||||
<property name="width-chars">2</property>
|
||||
<property name="text">number</property>
|
||||
<property name="adjustment">adjustment_bitrate_audio</property>
|
||||
<property name="climb-rate">1</property>
|
||||
<property name="has-tooltip">True</property>
|
||||
<layout>
|
||||
<property name="column">1</property>
|
||||
<property name="row">3</property>
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
@ -10,6 +10,7 @@ address-alessandro-toia = Alessandro Toia <gort818@gmail.com>
|
||||
address-alex-benishek = Alex Benishek
|
||||
address-amerey = Amerey https://github.com/Amereyeu
|
||||
address-chibani = O.Chibani <11yzyv86j@relay.firefox.com>
|
||||
address-hamir-mahal = Hamir Mahal https://github.com/hamirmahal
|
||||
address-hanny-sabbagh = M.Hanny Sabbagh <mhsabbagh@outlook.com>
|
||||
address-gmou3 = gmou3 https://github.com/gmou3
|
||||
address-larry-wei = Larry Wei https://github.com/larryw3i
|
||||
@ -35,6 +36,9 @@ apply = طبق
|
||||
# Area select button
|
||||
area-chooser = محدد المنطقة
|
||||
|
||||
# Audio bitrate label
|
||||
audio-bitrate = B/Audio:
|
||||
|
||||
# Audio source input
|
||||
audio-input = مصدر الصوت الافتراضي
|
||||
|
||||
@ -138,6 +142,7 @@ website = الموقع
|
||||
# Tooltip
|
||||
about-tooltip = ما يُستَحسَنُ أن تعلمه عن المسجل الأزرق
|
||||
area-tooltip = يحدد المنطقة المُراد تسجيلها
|
||||
audio-bitrate-tooltip = Set audio bitrate in KB/s
|
||||
audio-source-tooltip = لاختيار مدخل الصوت
|
||||
audio-tooltip = Mic audio recording
|
||||
delay-tooltip = مُهلة قبل بدء التسجيل
|
||||
|
@ -10,6 +10,7 @@ address-alessandro-toia = Alessandro Toia <gort818@gmail.com>
|
||||
address-alex-benishek = Alex Benishek
|
||||
address-amerey = Amerey https://github.com/Amereyeu
|
||||
address-chibani = O.Chibani <11yzyv86j@relay.firefox.com>
|
||||
address-hamir-mahal = Hamir Mahal https://github.com/hamirmahal
|
||||
address-hanny-sabbagh = M.Hanny Sabbagh <mhsabbagh@outlook.com>
|
||||
address-gmou3 = gmou3 https://github.com/gmou3
|
||||
address-larry-wei = Larry Wei https://github.com/larryw3i
|
||||
@ -35,6 +36,9 @@ apply = طبق
|
||||
# Area select button
|
||||
area-chooser = محدد المنطقة
|
||||
|
||||
# Audio bitrate label
|
||||
audio-bitrate = B/Audio:
|
||||
|
||||
# Audio source input
|
||||
audio-input = مصدر الصوت الافتراضي
|
||||
|
||||
@ -138,6 +142,7 @@ website = الموقع
|
||||
# Tooltip
|
||||
about-tooltip = ما يُستَحسَنُ أن تعلمه عن المسجل الأزرق
|
||||
area-tooltip = يحدد المنطقة المُراد تسجيلها
|
||||
audio-bitrate-tooltip = Set audio bitrate in KB/s
|
||||
audio-source-tooltip = لاختيار مدخل الصوت
|
||||
audio-tooltip = Mic audio recording
|
||||
delay-tooltip = مُهلة قبل بدء التسجيل
|
||||
|
@ -10,6 +10,7 @@ address-alessandro-toia = Alessandro Toia <gort818@gmail.com>
|
||||
address-alex-benishek = Alex Benishek
|
||||
address-amerey = Amerey https://github.com/Amereyeu
|
||||
address-chibani = O.Chibani <11yzyv86j@relay.firefox.com>
|
||||
address-hamir-mahal = Hamir Mahal https://github.com/hamirmahal
|
||||
address-hanny-sabbagh = M.Hanny Sabbagh <mhsabbagh@outlook.com>
|
||||
address-gmou3 = gmou3 https://github.com/gmou3
|
||||
address-larry-wei = Larry Wei https://github.com/larryw3i
|
||||
@ -35,6 +36,9 @@ apply = Apply
|
||||
# Area select button
|
||||
area-chooser = Area Chooser
|
||||
|
||||
# Audio bitrate label
|
||||
audio-bitrate = B/Audio:
|
||||
|
||||
# Audio source input
|
||||
audio-input = Default Input Source
|
||||
|
||||
@ -134,13 +138,14 @@ website = Website
|
||||
# Tooltip
|
||||
about-tooltip = Information about Blue Recorder
|
||||
area-tooltip = Select area to record
|
||||
audio-bitrate-tooltip = Set audio bitrate in KB/s
|
||||
audio-source-tooltip = Select audio source
|
||||
audio-tooltip = Mic audio recording
|
||||
delay-tooltip = Delay time before starting record
|
||||
folder-tooltip = Select storage location
|
||||
follow-mouse-tooltip = Make the grabbed area follow the mouse
|
||||
format-tooltip = Select file format
|
||||
frames-tooltip = Frames rate
|
||||
frames-tooltip = Set frames rate
|
||||
hide-tooltip = Hide window when start recording
|
||||
mouse-tooltip = Mouse appears in video recording
|
||||
video-bitrate-tooltip = Set video bitrate in KB/s
|
||||
|
@ -10,6 +10,7 @@ address-alessandro-toia = Alessandro Toia <gort818@gmail.com>
|
||||
address-alex-benishek = Alex Benishek
|
||||
address-amerey = Amerey https://github.com/Amereyeu
|
||||
address-chibani = O.Chibani <11yzyv86j@relay.firefox.com>
|
||||
address-hamir-mahal = Hamir Mahal https://github.com/hamirmahal
|
||||
address-hanny-sabbagh = M.Hanny Sabbagh <mhsabbagh@outlook.com>
|
||||
address-gmou3 = gmou3 https://github.com/gmou3
|
||||
address-larry-wei = Larry Wei https://github.com/larryw3i
|
||||
@ -35,6 +36,9 @@ apply = Apply
|
||||
# Area select button
|
||||
area-chooser = Area Chooser
|
||||
|
||||
# Audio bitrate label
|
||||
audio-bitrate = B/Audio:
|
||||
|
||||
# Audio source input
|
||||
audio-input = Default Input Source
|
||||
|
||||
@ -134,13 +138,14 @@ website = Website
|
||||
# Tooltip
|
||||
about-tooltip = Information about Blue Recorder
|
||||
area-tooltip = Select area to record
|
||||
audio-bitrate-tooltip = Set audio bitrate in KB/s
|
||||
audio-source-tooltip = Select audio source
|
||||
audio-tooltip = Mic audio recording
|
||||
delay-tooltip = Delay time before starting record
|
||||
folder-tooltip = Select storage location
|
||||
follow-mouse-tooltip = Make the grabbed area follow the mouse
|
||||
format-tooltip = Select file format
|
||||
frames-tooltip = Frames rate
|
||||
frames-tooltip = Set frames rate
|
||||
hide-tooltip = Hide window when start recording
|
||||
mouse-tooltip = Mouse appears in video recording
|
||||
video-bitrate-tooltip = Set video bitrate in KB/s
|
||||
|
@ -60,6 +60,7 @@ fn default() {
|
||||
set("default", "hidecheck", "0");
|
||||
set("default", "speakercheck", "0");
|
||||
set("default", "mode", "screen");
|
||||
set("default", "audiobitrate", "0");
|
||||
}
|
||||
|
||||
fn merge_previous_version() -> Option<PathBuf> {
|
||||
|
@ -41,6 +41,7 @@ pub struct Ffmpeg {
|
||||
pub temp_video_filename: String,
|
||||
pub bundle: String,
|
||||
pub video_record_bitrate: SpinButton,
|
||||
pub audio_record_bitrate: SpinButton,
|
||||
}
|
||||
|
||||
impl Ffmpeg {
|
||||
@ -159,6 +160,11 @@ impl Ffmpeg {
|
||||
// start recording and return the process id
|
||||
self.video_process = Some(Rc::new(RefCell::new(ffmpeg_command.spawn().unwrap())));
|
||||
} else if self.record_video.is_active() && !is_wayland() && self.filename.2.active_id().unwrap().as_str() == "gif" {
|
||||
let tempfile = tempfile::Builder::new().suffix(".mp4")
|
||||
.tempfile().expect("cannot create temp file")
|
||||
.keep().expect("cannot keep temp file");
|
||||
self.temp_video_filename = tempfile.0.file_name().expect("cannot get file name")
|
||||
.to_str().unwrap().to_string();
|
||||
let mode = config_management::get("default", "mode");
|
||||
let format = "x11grab";
|
||||
let display = format!("{}+{},{}",
|
||||
@ -207,14 +213,8 @@ impl Ffmpeg {
|
||||
]);
|
||||
}
|
||||
|
||||
let video_filename = format!(
|
||||
"{}.temp.without.audio.{}",
|
||||
self.saved_filename.as_ref().unwrap(),
|
||||
self.filename.2.active_id().unwrap()
|
||||
).replace("gif", "mp4");
|
||||
|
||||
// Output
|
||||
ffmpeg_command.arg(video_filename.as_str())
|
||||
ffmpeg_command.arg(self.temp_video_filename.clone())
|
||||
.overwrite();
|
||||
|
||||
// sleep for delay
|
||||
@ -277,8 +277,6 @@ impl Ffmpeg {
|
||||
.borrow_mut()
|
||||
.quit()
|
||||
.unwrap();
|
||||
|
||||
println!("video killed");
|
||||
} else if is_wayland() {
|
||||
self.main_context.block_on(self.record_wayland.stop());
|
||||
}
|
||||
@ -290,19 +288,13 @@ impl Ffmpeg {
|
||||
.borrow_mut()
|
||||
.quit()
|
||||
.unwrap();
|
||||
|
||||
println!("audio killed");
|
||||
}
|
||||
|
||||
let video_filename = {
|
||||
if is_wayland() {
|
||||
self.temp_video_filename.clone()
|
||||
} else if !is_wayland() && self.filename.2.active_id().unwrap().as_str() == "gif" {
|
||||
format!(
|
||||
"{}.temp.without.audio.{}",
|
||||
self.saved_filename.as_ref().unwrap(),
|
||||
self.filename.2.active_id().unwrap()
|
||||
).replace("gif", "mp4")
|
||||
self.temp_video_filename.clone()
|
||||
} else {
|
||||
format!(
|
||||
"{}.temp.without.audio.{}",
|
||||
@ -340,24 +332,15 @@ impl Ffmpeg {
|
||||
} else if !is_wayland() && self.filename.2.active_id().unwrap().as_str() == "gif" {
|
||||
let fps = 100/self.record_frames.value_as_int();
|
||||
let scale = self.height.unwrap();
|
||||
Command::new("ffmpeg").arg("-i")
|
||||
.arg(format!("file:{}", video_filename.as_str()))
|
||||
.arg("-filter_complex")
|
||||
.arg(format!("fps={},scale={}:-1:flags=lanczos,[0]split[s0][s1]; [s0]palettegen[p]; [s1][p]paletteuse",
|
||||
fps,scale))
|
||||
.args(["-loop", "0"])
|
||||
.arg(self.saved_filename.as_ref().unwrap())
|
||||
.status()
|
||||
.unwrap();
|
||||
//let mut ffmpeg_command = FfmpegCommand::new();
|
||||
/*ffmpeg_command.input(format!("file:{}", video_filename.as_str()))
|
||||
let mut ffmpeg_command = FfmpegCommand::new();
|
||||
ffmpeg_command.input(format!("file:{}", video_filename.as_str()))
|
||||
.filter_complex(
|
||||
format!("fps={},scale={}:-1:flags=lanczos,[0]split[s0][s1]; [s0]palettegen[p]; [s1][p]paletteuse",
|
||||
fps,scale)
|
||||
)
|
||||
.args(["-loop", "0"])
|
||||
.output(self.saved_filename.as_ref().unwrap())
|
||||
.overwrite().spawn().unwrap().wait().expect("failed to convert video to gif");*/
|
||||
.overwrite().spawn().unwrap().wait().expect("failed to convert video to gif");
|
||||
if is_audio_record {
|
||||
std::fs::remove_file(audio_filename.clone()).unwrap();
|
||||
}
|
||||
|
22
src/main.rs
22
src/main.rs
@ -89,6 +89,8 @@ pub fn build_ui(application: &Application) {
|
||||
let area_set_button: Button = builder.object("area_set_button").unwrap();
|
||||
let about_button: Button = builder.object("aboutbutton").unwrap();
|
||||
let about_dialog: AboutDialog = builder.object("about_dialog").unwrap();
|
||||
let audio_bitrate_label: Label = builder.object("audio_bitrate_label").unwrap();
|
||||
let audio_bitrate_spin: SpinButton = builder.object("audio_bitrate").unwrap();
|
||||
let audio_source_combobox: ComboBoxText = builder.object("audiosource").unwrap();
|
||||
let audio_source_label: Label = builder.object("audio_source_label").unwrap();
|
||||
let audio_switch: CheckButton = builder.object("audioswitch").unwrap();
|
||||
@ -397,6 +399,8 @@ pub fn build_ui(application: &Application) {
|
||||
.value().unwrap(), None, &mut vec![]).to_string()));
|
||||
video_bitrate_spin.set_tooltip_text(Some(&bundle.format_pattern(bundle.get_message("video-bitrate-tooltip").unwrap()
|
||||
.value().unwrap(), None, &mut vec![]).to_string()));
|
||||
audio_bitrate_spin.set_tooltip_text(Some(&bundle.format_pattern(bundle.get_message("audio-bitrate-tooltip").unwrap()
|
||||
.value().unwrap(), None, &mut vec![]).to_string()));
|
||||
frames_spin.set_value(
|
||||
config_management::get("default",
|
||||
&format!
|
||||
@ -418,6 +422,11 @@ pub fn build_ui(application: &Application) {
|
||||
.parse::<f64>()
|
||||
.unwrap(),
|
||||
);
|
||||
audio_bitrate_spin.set_value(
|
||||
config_management::get("default", "audiobitrate")
|
||||
.parse::<f64>()
|
||||
.unwrap(),
|
||||
);
|
||||
|
||||
let _format_chooser_combobox = format_chooser_combobox.clone();
|
||||
let _frames_spin = frames_spin.clone();
|
||||
@ -473,6 +482,12 @@ pub fn build_ui(application: &Application) {
|
||||
&_format_chooser_combobox.active().unwrap().to_string()),
|
||||
_video_bitrate_spin.value().to_string().as_str());
|
||||
});
|
||||
let _audio_bitrate_spin = audio_bitrate_spin.to_owned();
|
||||
audio_bitrate_spin.connect_value_changed(move |_| {
|
||||
config_management::set("default",
|
||||
"audio_bitrate",
|
||||
_audio_bitrate_spin.value().to_string().as_str());
|
||||
});
|
||||
|
||||
// Labels
|
||||
command_label.set_label(&bundle.format_pattern(bundle.get_message("run-command").unwrap()
|
||||
@ -483,6 +498,8 @@ pub fn build_ui(application: &Application) {
|
||||
.value().unwrap(), None, &mut vec![]).to_string());
|
||||
video_bitrate_label.set_label(&bundle.format_pattern(bundle.get_message("video-bitrate").unwrap()
|
||||
.value().unwrap(), None, &mut vec![]).to_string());
|
||||
audio_bitrate_label.set_label(&bundle.format_pattern(bundle.get_message("audio-bitrate").unwrap()
|
||||
.value().unwrap(), None, &mut vec![]).to_string());
|
||||
audio_source_label.set_label(&bundle.format_pattern(bundle.get_message("audio-source").unwrap()
|
||||
.value().unwrap(), None, &mut vec![]).to_string());
|
||||
|
||||
@ -628,6 +645,7 @@ pub fn build_ui(application: &Application) {
|
||||
temp_video_filename: String::new(),
|
||||
bundle: bundle_msg,
|
||||
video_record_bitrate: video_bitrate_spin,
|
||||
audio_record_bitrate: audio_bitrate_spin,
|
||||
}));
|
||||
|
||||
// Record Button
|
||||
@ -731,7 +749,7 @@ pub fn build_ui(application: &Application) {
|
||||
about_dialog.set_transient_for(Some(&main_window));
|
||||
about_dialog.set_program_name(Some(&bundle.format_pattern(bundle.get_message("blue-recorder").unwrap()
|
||||
.value().unwrap(), None, &mut vec![]).to_string()));
|
||||
about_dialog.set_version(Some("0.2.0"));
|
||||
about_dialog.set_version(Some("0.3.0"));
|
||||
about_dialog.set_copyright(Some(&bundle.format_pattern(bundle.get_message("copy-right").unwrap()
|
||||
.value().unwrap(), None, &mut vec![]).to_string()));
|
||||
about_dialog.set_wrap_license(true);
|
||||
@ -749,6 +767,8 @@ pub fn build_ui(application: &Application) {
|
||||
.value().unwrap(), None, &mut vec![]).to_string(),
|
||||
&bundle.format_pattern(bundle.get_message("address-chibani").unwrap()
|
||||
.value().unwrap(), None, &mut vec![]).to_string(),
|
||||
&bundle.format_pattern(bundle.get_message("address-hamir-mahal").unwrap()
|
||||
.value().unwrap(), None, &mut vec![]).to_string(),
|
||||
&bundle.format_pattern(bundle.get_message("address-hanny-sabbagh").unwrap()
|
||||
.value().unwrap(), None, &mut vec![]).to_string(),
|
||||
&bundle.format_pattern(bundle.get_message("address-salem-yaslem").unwrap()
|
||||
|
Loading…
Reference in New Issue
Block a user