提交 a7ef10f7 编写于 作者: J jp9000

obs-ffmpeg: Add b-frames to NVENC logging

上级 d4a10d2e
......@@ -223,11 +223,13 @@ static bool nvenc_update(void *data, obs_data_t *settings)
"\twidth: %d\n"
"\theight: %d\n"
"\t2-pass: %s\n"
"\tb-frames: %d\n"
"\tGPU: %d\n",
rc, bitrate, cqp, enc->context->gop_size,
preset, profile, level,
enc->context->width, enc->context->height,
twopass ? "true" : "false",
enc->context->max_b_frames,
gpu);
return nvenc_init_codec(enc);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册