mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-07 15:19:56 +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_width = 0;
|
||||||
int32_t video_height = 0;
|
int32_t video_height = 0;
|
||||||
int32_t fps = 60;
|
int32_t fps = 60;
|
||||||
int32_t video_bitrate = 5000;
|
int32_t video_bitrate = 15000;
|
||||||
bool merge_audio_tracks = true;
|
bool merge_audio_tracks = true;
|
||||||
bool change_video_resolution = false;
|
bool change_video_resolution = false;
|
||||||
std::vector<std::string> audio_tracks;
|
std::vector<std::string> audio_tracks;
|
||||||
|
|||||||
Reference in New Issue
Block a user