Hi,
I am working with Dm6467t at dsvsk 3 Base profile.how to support CIF encoding with multiple slices? Can you tell me the correct params set and how to get the encoding output?Any demo application?
Best Regards,
hjt
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.
Hi,
I am working with Dm6467t at dsvsk 3 Base profile.how to support CIF encoding with multiple slices? Can you tell me the correct params set and how to get the encoding output?Any demo application?
Best Regards,
hjt
HJT,
To answer your question we would need to know the codec version you have been using.
Assuming if in case you are using encoder version 01.10.02.05, in the user guide Chapter 5, it is documented. Please find the same for your reference:
Does H.264 Encoder on DM6467 support fixed NAL size? If it supports, what are the parameters that should be configured to enable this?
Yes, the encoder can support fixed NAL size. To enable this, the profileIdc parameter should be set to 66 (Baseline Profile) and following dynamic input parameters needs to set:
sliceMode = 2 (Slice based on packet size)
sliceUnitSize = 1500 (size of the NAL unit)
numRowsInSlice = 0