Media (Intel® oneAPI Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Support H264Params.pc_control = PC_FIELD_TFF;

Vsevolod_Burkutsky
314 Views
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).
0 Kudos
1 Reply
Eric_S_Intel
Employee
314 Views

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

Reply