提交 ff38176c 编写于 作者: J jp9000

obs-ffmpeg: Increase upper NVENC bitrate limit

The bitrate for the properties was capped at 90000, which is a bit low.
上级 2741624f
......@@ -329,7 +329,7 @@ static obs_properties_t *nvenc_properties(void *unused)
obs_property_t *p;
obs_properties_add_int(props, "bitrate",
obs_module_text("Bitrate"), 50, 90000, 50);
obs_module_text("Bitrate"), 50, 300000, 50);
obs_properties_add_int(props, "keyint_sec",
obs_module_text("KeyframeIntervalSec"), 0, 10, 1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册