aboutsummaryrefslogtreecommitdiff
path: root/include/Config.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-10-09 19:08:55 +0200
committerdec05eba <dec05eba@protonmail.com>2024-10-09 19:11:16 +0200
commit9d76b0861eb0249194e96b663fbeca60cd5bfeb0 (patch)
tree7f4746e0e6985b4ca7f590d5f0ced2a2a6fdc355 /include/Config.hpp
parent61c9b4918ed81a6ad439748f8bcb1c6f9b0cf65e (diff)
Add constant bitrate option
Diffstat (limited to 'include/Config.hpp')
-rw-r--r--include/Config.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Config.hpp b/include/Config.hpp
index 549696e..0d2c822 100644
--- a/include/Config.hpp
+++ b/include/Config.hpp
@@ -17,6 +17,7 @@ namespace gsr {
int32_t record_area_width = 0;
int32_t record_area_height = 0;
int32_t fps = 60;
+ int32_t video_bitrate = 5000;
bool merge_audio_tracks = true;
std::vector<std::string> audio_tracks;
std::string color_range = "limited";