mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-05 06:20:44 +09:00
Constant bitrate option as default for streaming
This commit is contained in:
@@ -731,7 +731,6 @@ namespace gsr {
|
||||
"-cursor", config->record_config.record_options.record_cursor ? "yes" : "no",
|
||||
"-cr", config->record_config.record_options.color_range.c_str(),
|
||||
"-fm", framerate_mode.c_str(),
|
||||
"-q", config->record_config.record_options.video_quality.c_str(),
|
||||
"-k", config->record_config.record_options.video_codec.c_str(),
|
||||
"-f", fps.c_str(),
|
||||
"-o", output_file.c_str()
|
||||
|
||||
Reference in New Issue
Block a user