Media (Intel® 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 Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

Support H264Params.pc_control = PC_FIELD_TFF;

Vsevolod_Burkutsky
743 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
743 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

0 Kudos
Reply