- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For H.264 encoding is there a way to set the SPS variable: log2_max_pic_order_cnt_lsb_minus4?
I guess one could set build an SPS / PPS, structure and load that, that there are no support routines are there?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello.
Thanks for the question. The API to specify SPS/PPS structures allows the user to provide custom SPS/PPS parameters using the mfxExtCodingOptionSPSPPS structure. The actual SPS/PPS buffer is to be filled by the user in the mfxU8 *SPSBuffer and mfxU8 *PPSBuffer pointers according to the definitions in the AVC references, and the SDK does not provide such fine-grained APIs to control the SPS/PPS buffers itself.
Hope this answers your question.
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