<div>If I want to disable IDRs completely except for the start of a stream and when requested (via x264_encoder_invalidate_reference), should this be what I&#39;m setting in the x264_param_t struct?
</div><div><br></div><div><div> x264_params.i_scenecut_threshold = 0;</div><div> x264_params.i_keyint_max = INT_MAX;</div><div> x264_params.i_keyint_min = INT_MAX;</div></div><div><br></div><div>Also, should this be done before or after applying the profile?  It seems like something that would survive the application of the profile, but I&#39;m currently doing it after.  </div>
<div><br></div><div>Thanks!</div><div>dennis</div>