On Sun, Feb 27, 2011 at 7:10 PM, BugMaster <BugMaster at narod.ru> wrote: > > You can always force keyframe by setting pic->i_type = > X264_TYPE_KEYFRAME or pic->i_type = X264_TYPE_IDR where pic is > input x264_picture_t which you send to x264_encoder_encode > Works excelent! Thanks