diff --git a/include/Config.hpp b/include/Config.hpp index 575f303..785af69 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -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 audio_tracks;