mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17:04 +09:00
M
This commit is contained in:
@@ -123,12 +123,12 @@ namespace gsr {
|
|||||||
|
|
||||||
record_config.save_directory = default_videos_save_directory;
|
record_config.save_directory = default_videos_save_directory;
|
||||||
record_config.record_options.audio_tracks_list.push_back({std::vector<std::string>{"default_output"}, false});
|
record_config.record_options.audio_tracks_list.push_back({std::vector<std::string>{"default_output"}, false});
|
||||||
record_config.record_options.video_bitrate = 45000;
|
record_config.record_options.video_bitrate = 40000;
|
||||||
|
|
||||||
replay_config.record_options.video_quality = "custom";
|
replay_config.record_options.video_quality = "custom";
|
||||||
replay_config.save_directory = default_videos_save_directory;
|
replay_config.save_directory = default_videos_save_directory;
|
||||||
replay_config.record_options.audio_tracks_list.push_back({std::vector<std::string>{"default_output"}, false});
|
replay_config.record_options.audio_tracks_list.push_back({std::vector<std::string>{"default_output"}, false});
|
||||||
replay_config.record_options.video_bitrate = 45000;
|
replay_config.record_options.video_bitrate = 40000;
|
||||||
|
|
||||||
screenshot_config.save_directory = default_pictures_save_directory;
|
screenshot_config.save_directory = default_pictures_save_directory;
|
||||||
|
|
||||||
|
|||||||
@@ -759,7 +759,7 @@ namespace gsr {
|
|||||||
auto replay_storage_button = std::make_unique<RadioButton>(&get_theme().body_font, RadioButton::Orientation::HORIZONTAL);
|
auto replay_storage_button = std::make_unique<RadioButton>(&get_theme().body_font, RadioButton::Orientation::HORIZONTAL);
|
||||||
replay_storage_button_ptr = replay_storage_button.get();
|
replay_storage_button_ptr = replay_storage_button.get();
|
||||||
replay_storage_button->add_item("RAM", "ram");
|
replay_storage_button->add_item("RAM", "ram");
|
||||||
replay_storage_button->add_item("Disk (not recommended on SSDs)", "disk");
|
replay_storage_button->add_item("Disk (Not recommended on SSDs)", "disk");
|
||||||
|
|
||||||
replay_storage_button->on_selection_changed = [this](const std::string&, const std::string &id) {
|
replay_storage_button->on_selection_changed = [this](const std::string&, const std::string &id) {
|
||||||
update_estimated_replay_file_size(id);
|
update_estimated_replay_file_size(id);
|
||||||
|
|||||||
Reference in New Issue
Block a user