obs-x264: Log CRF value

This commit is contained in:
jp9000 2015-09-18 22:16:23 -07:00
parent e54118592b
commit 606a0fc695

View File

@ -435,6 +435,7 @@ static void update_params(struct obs_x264 *obsx264, obs_data_t *settings,
info("settings:\n"
"\tbitrate: %d\n"
"\tbuffer size: %d\n"
"\tcrf: %d\n"
"\tfps_num: %d\n"
"\tfps_den: %d\n"
"\twidth: %d\n"
@ -444,6 +445,7 @@ static void update_params(struct obs_x264 *obsx264, obs_data_t *settings,
"\tcbr: %s",
obsx264->params.rc.i_vbv_max_bitrate,
obsx264->params.rc.i_vbv_buffer_size,
crf,
voi->fps_num, voi->fps_den,
width, height,
obsx264->params.i_keyint_max,