diff options
Diffstat (limited to 'src/Overlay.cpp')
-rw-r--r-- | src/Overlay.cpp | 1 |
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() |