0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

obs-ffmpeg: Set NVENC CQP maximum to 51

51 is the actual maximum and especially with HEVC values higher than 30
are actually pretty usable.
This commit is contained in:
derrod 2022-08-08 09:24:08 +02:00
parent 86963f65d2
commit 9c20ad9046

View File

@ -433,7 +433,7 @@ obs_properties_t *nvenc_properties_internal(bool hevc, bool ffmpeg)
obs_property_int_set_suffix(p, " Kbps");
obs_properties_add_int(props, "cqp", obs_module_text("NVENC.CQLevel"),
1, 30, 1);
1, 51, 1);
p = obs_properties_add_int(props, "keyint_sec",
obs_module_text("KeyframeIntervalSec"), 0,