Hi,
I am using the 2016 SDK under linux.
What is the best way to select the IDR frames interval (keyint under ffmpeg/libx264). By default it is set to 10s (250frames for 25 fps), is it possible to change this parameter ?
Thanks
Link Copied
Ok found it:
enc_ctrl->FrameType = MFX_FRAMETYPE_I | MFX_FRAMETYPE_IDR | MFX_FRAMETYPE_REF;
Sorry for the stupid question :)
For more complete information about compiler optimizations, see our Optimization Notice.