Default to 15000 bitrate

This commit is contained in:
dec05eba
2024-11-05 09:45:00 +01:00
parent 8e87c01fe7
commit 88538f7f4f

View File

@@ -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;