Skip to content

Add average qp to x264_image_properties_t

Xu Tongda requested to merge xutongda/x264:master into master

Hi,

Thanks for providing this project, it's super helpful.

I am a video researcher and working on codec performance. I found a bit of weird that x264 is not providing frame level QPs as a mean of analysis and only have f_crf_avg. So I add it to the x264_image_properties_t, close to where f_crf_avg lies in. Having access to frame level QPs is important when analyzing encoders and debugging rate control problems.

Thanks for viewing this PR.

Xu

Merge request reports