Support H264Params.pc_control = PC_FIELD_TFF;

Support H264Params.pc_control = PC_FIELD_TFF;

Imagen de Vsevolod Burkutsky

Are Media SDK Support interlaced video coding ? - after setm_H264Params.pc_control = PC_FIELD_TFF; the encoder initialization succeeded, but the resulted video seem to be progressive: (MediaInfo report Scan type = Progressive).

publicaciones de 2 / 0 nuevos
Último envío
Para obtener más información sobre las optimizaciones del compilador, consulte el aviso sobre la optimización.
Imagen de eric-sardella (Intel)

Yes it can. Heres the steps:

1) Set the mfxVideoParam.mfx.FrameInfo.Picstruct to MFX_PICSTRUCT_FIELD_TFF or MFX_PICSTRUCT_FIELD_BFF

2) Attach mfxExtCodingOption buffer to mfxVideoParam.ExtParm and set mfxExtCodingOption.FramePicture to MFX_CODINGOPTION_ON

Hope this helps

-Eric

Inicie sesión para dejar un comentario.