diff options
Diffstat (limited to 'src/config.hpp')
-rw-r--r-- | src/config.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.hpp b/src/config.hpp index 33c7e0d..0d8c963 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -24,7 +24,7 @@ struct MainConfig { int32_t record_area_width = 0; int32_t record_area_height = 0; int32_t fps = 60; - int32_t video_bitrate = 5400; + int32_t video_bitrate = 5000; bool merge_audio_tracks = true; std::vector<std::string> audio_input; std::string color_range; |