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.

H.264 encoder dm6446

Hi,

I am using H.264 encoder v2.0 and I want to set it to multiple slice mode.

Which parameter should I use to do that?

 

  • Hello,

    I am assuming the version of H.264 encoder on DM6446 as 02.02.00.02 released on Aug 2009.

    You can set maxMBsPerSlice field in dynamic parameter as per requirement of maximum MBs required in one slice. ( Please take care to set number greater than 7 MBs per slice. This condition is mentioned in user guide)

    To illustrate the above point, lets say you want to set 2 slices for cif resolution stream. Then total MBs in cif (352x288) are 396 MBs.

    So  maxMBsPerSlice can be set to 198 MBs in order to get 2 slices. Thus you are able to set multiple slices for H.264 encoder.

    Regards,

    Jaydeep Gokhale 

     

  • Hello,

    If your query is answered, Please mark the post as " verify ".

    Regards,

    Jaydeep