mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17:04 +09:00
Default to 15000 bitrate
This commit is contained in:
@@ -21,7 +21,7 @@ namespace gsr {
|
||||
int32_t video_width = 0;
|
||||
int32_t video_height = 0;
|
||||
int32_t fps = 60;
|
||||
int32_t video_bitrate = 5000;
|
||||
int32_t video_bitrate = 15000;
|
||||
bool merge_audio_tracks = true;
|
||||
bool change_video_resolution = false;
|
||||
std::vector<std::string> audio_tracks;
|
||||
|
||||
Reference in New Issue
Block a user