<div dir="ltr">Hi all,<div><br></div><div>Is there a way to get the mean value of the quantization stepsize (QS) used in a frame, instead of the mean value of the QP used (which is the one that the debug log outputs)? Due to the non-linear mapping between the quantization stepsize and the QP, finding the QS equivalent of the mean QP is not equal to the actual mean value of the QS. </div><div><br></div><div>I would appreciate it if someone can direct me to the part of the code that might change this. </div><div><br></div><div>Here are the specific settings I'm using in my app.</div><div>High profile, veryfast, zerolatency, single thread, no scene-cuts, no weighted prediction and the RC parameters are:</div><div>param.rc.i_rc_method = X264_RC_ABR;</div><div>param.rc.i_bitrate = i_target;</div><div>param.rc.i_vbv_max_bitrate = param.rc.i_bitrate;</div><div>param.rc.i_vbv_buffer_size = param.rc.i_bitrate/10; </div><div><br></div><div>Thanks a lot, and have a nice day!</div><div><br></div><div>Eymen</div></div>