From 9d76b0861eb0249194e96b663fbeca60cd5bfeb0 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 9 Oct 2024 19:08:55 +0200 Subject: Add constant bitrate option --- include/Config.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Config.hpp') 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 audio_tracks; std::string color_range = "limited"; -- cgit v1.2.3