This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to generate fixed length GOP for HEVC encoder?

What config parameters should be used to generate an encoded stream with IDR picture of NAL type either IDR_W_RADL or IDR_N_LP at regular interval? If this is possible, how to generate VPS, SPS and PPS which proceed each of these IDR pictures?

 

Dongning

  • Hi Dongning,
       DecRefreshInterval parameter is used for generating IDR picture regularly. Before every IDR, VPS SPS PPS will be generated.
    1) If this parameter is set to 1 all I frame will be IDR.
    2) If it is set to 2, alternative I frame will be IDR.

    Regards
    Kuladeepak