AVBR HEVC
Can we get AVBR for HEVC? According to latest release notes it is supported.
HEVC encode limitations:
Supports only CQP, CBR, VBR, ICQ and AVBR rate control methods, as well as MFX_RATECONTROL_LA_EXT with lookahead plugin.
Whenever I set AVBR mode for HEVC, the driver returns incompatible parameter and changes mode to VBR (on Core i7 7700K).
Maybe supported on more new CPUs?
I don't know, did you try the latest driver? Maybe it wasn't supported in earlier drivers.
https://downloadcenter.intel.com/download/28289
It's the latest driver (6373).
As I have written before, on my Kabylake system (i7 7700K) AVBR is not supported, but there is a chance that is supported on new gen CPUs.
Actually you can check it yourself by "--check-features", the result is built dynamically by asking the driver. If it says "o", then it is supported, otherwise it's not.
It says not supported. This is odd when Intel says it is supported, I may ask them.