aboutsummaryrefslogtreecommitdiff
path: root/src/Overlay.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-10-12 17:43:27 +0200
committerdec05eba <dec05eba@protonmail.com>2024-10-12 17:43:27 +0200
commitdfafdd9ef5e8fefa4ac2431c3243cf61c994a6f4 (patch)
treefcbff5ccaf4fb2662601d7468bb5b5a4025dcbce /src/Overlay.cpp
parent9d76b0861eb0249194e96b663fbeca60cd5bfeb0 (diff)
Constant bitrate option as default for streaming
Diffstat (limited to 'src/Overlay.cpp')
-rw-r--r--src/Overlay.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Overlay.cpp b/src/Overlay.cpp
index 34988f1..ece6030 100644
--- a/src/Overlay.cpp
+++ b/src/Overlay.cpp
@@ -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()