aboutsummaryrefslogtreecommitdiff
path: root/src/config.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-11-05 10:29:53 +0100
committerdec05eba <dec05eba@protonmail.com>2024-11-05 10:29:53 +0100
commitee137eedf5dd59a96126f02675ffe9553812a044 (patch)
treea5cf93707490c055cf4d5cacd14e902985e0932c /src/config.hpp
parent393414d0d507dd475fbbfd5dc6b4ba3f476fa160 (diff)
default 15000kbps
Diffstat (limited to 'src/config.hpp')
-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;