Dear Ladies and Gentlemen,
we are running the MPEG-2 Encoder on the DM368 CPU with the following Parameters:
imp2DefaulDynParams.videncDynamicParams.intraFrameInterval = 15;
params->rateControlPreset = IVIDEO_STORAGE;
imp2DynParams->RcAlgo = IMP2VENC_RC_DEFAULT;
imp2Params->QscaleType = 0;
imp2DynParams->QPMax = 31;
imp2DynParams->QPMin = 1;
imp2DynParams->qpIntra = 8;
imp2DynParams->qpInter = 8;
But, the resulting elementary stream shows no Sequence Headers, Sequence Header Extensions and no GOP headers in front of each GOP.
Also the closed GOP field ist FALSE for the first GOP.
Can you please tell me what we need to change to get the missing information in the ES?
Best Regards,
Rudi Golser