aboutsummaryrefslogtreecommitdiff
path: root/src/config.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-10-07 23:26:46 +0200
committerdec05eba <dec05eba@protonmail.com>2024-10-07 23:26:59 +0200
commit74cb555882b2d4da9499681cc370aeec4999c3a5 (patch)
tree70db12a8cc3ec443137937e468263d4f4ded1dd0 /src/config.hpp
parent7ea733c8b1159c066ea921cf38707c9608dfee24 (diff)
Change default bitrate quality
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 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;