diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-05 09:45:00 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-05 09:45:00 +0100 |
commit | 88538f7f4f82d775afd417f22c298993c72f3adf (patch) | |
tree | 7dc7f270e453fe739f02277139fdf6886fb828ad | |
parent | 8e87c01fe7a06d9438dafa5585d940277c70e146 (diff) |
Default to 15000 bitrate
-rw-r--r-- | include/Config.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Config.hpp b/include/Config.hpp index 575f303..785af69 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -21,7 +21,7 @@ namespace gsr { 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_tracks; |