From 74cb555882b2d4da9499681cc370aeec4999c3a5 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 7 Oct 2024 23:26:46 +0200 Subject: Change default bitrate quality --- src/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.hpp') 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 audio_input; std::string color_range; -- cgit v1.2.3