aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/config.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.hpp b/src/config.hpp
index eda911f..0ab8af2 100644
--- a/src/config.hpp
+++ b/src/config.hpp
@@ -26,7 +26,7 @@ struct MainConfig {
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_input;