Hello,
it would be naturally to start from looking at MPEG4 decoder in whatever sample application it is. You may need to know a technical details provided by MPEG4 standard to be able to extract info you are looking for.
Regards,
Vladimir
Dear Vladimir
Thanks for reply,
There is an example in UMC manual (example 4.55, MPEG4 Decoder), does this example depend on "...audio-video-codecscodecmpeg4_dec" example. In other word if I want to extract mentioned information (MVs, DCT Coef. and etc.), can I modify "mpeg4_dec" example to return such info and use the UMC (example 4.55, MPEG4 Decoder) at higher level? Or "mpeg4_dec" example could be run independently (there is no main() function in this example)?
Excuse me if this is a newbie question!
Thanks in advance.