- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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).
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page