0

I am looking for a way to control the frequency of IDR/I-Frames that openh264 encodes. Is there any encoder setting that can archive that?

0x64
  • 124
  • 8

1 Answers1

0
    int idrInterval = 0;
    m_encoder->SetOption(ENCODER_OPTION_IDR_INTERVAL, &idrInterval);

Did the trick!

0x64
  • 124
  • 8