Hello,
Does H.264 encoder/decoder codec support Constrained Baseline Profile (CBP). I didn't find documentation of this profile.
If not, should we use the extended profile for adding CBP ?
This codec is used in DM8168 platform.
Regards,
Ran
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.
Hello,
Does H.264 encoder/decoder codec support Constrained Baseline Profile (CBP). I didn't find documentation of this profile.
If not, should we use the extended profile for adding CBP ?
This codec is used in DM8168 platform.
Regards,
Ran
Yes both encoder and decoder on DM8168 platform support Constrained Baseline Profile.
Regards,
Pavan
Hi Pavan,
Constrained Baseline Profile(CBP) does not appear in codec user's guide or datasheet (Only the following profiles). How then should it be used ?
Thanks,
Ran
IH264_BASELINE_PROFILE
IH264_MAIN_PROFILE
IH264_EXTENDED_PROFILE
IH264_HIGH_PROFILE
IH264_HIGH10_PROFILE
IH264_HIGH422_PROFILE
Ran,
The information can be found in the data sheet, user guide and release notes.
Regards,
Yair
Yair,
Thanks for the answer.
To summarize:
1. H.264 codec support H.264 standard, with the limitation that are described in datasheet, user's guide and release notes.
2. When trying to work with parameters which are outside the standard tables, the behaviour is undefined: The codec might return error (or not), and the codec might continue encode/decode (or not). This exact behavior is unknown.
Thanks for the clarification,
Ran
Hi Yair, Pavan,
One more thing on this subject, CBP is different than BP in terms of supported features.
1. What does it mean then if we use BP instead, if this features need to be disabled, but they are not ?
2. Is it problematic id decoded stream in CBP is recieved in H.264 decoder Bp ?
Regards,
Ran
Yair, Ran,
Yes, we support all features of Constrained Baseline Profile specified by H.264 standard.
Regards,
Pavan