- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
I encode h264 data in my application using the intel media sdk. The default frame sequence is I P B B B B P B B B B. Can I set the frame type before encode h264 data ?
Thanks!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, you can set the general GOP Pattern using the GopPicSize, GopRefDist, GopOptFlag and IdrInterval parameters of the mfxInfoMFX when encoder is initialized and you can dynamically force key frame generation using the FrameType parameter of the mfxEncodeCtrl structure.
(See the "Forced Key Frame Generation" section of Appendix C in the reference manual).
You may also want to look at some of the available tutorial or white papers on dealing with video conferencing.
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