mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-05 06:20:44 +09:00
Add constant bitrate option
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user