This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Could DM8168 stream out H.264 HighProfile with multi-slice mode?

HI,TIer.

Could DM8168 stream out H.264 HighProfile with multi-slice mode?

I remembered that TI fae had said that no matter we use DVRRDK or EZSDK, the encode part is almost same.

  • Hi Suit,

    H264 HP Encoder supports multi-slice encoding with

    1)Output complete frame when all-slices are encoded  

    2) Output a slice whenever a slice is encoded through a callback.

    Both EZSDK and DVR_RDK can be configured for option 1 and both can not support option 2 of outputting slice by slice.

    With option 1 encoder can be configured for create a slice based on a)no. of macroblocks in each slice or b) maximum number of bytes in each slice. Refer H264 Encoder userGuide for more details on this.

    Thanks

    Ram

  • Thanks for your reply very much.