Hi folks,
I want Mpeg4 parser tool for aac since aac has no tool since it is not a container (only encoding and decoding algorithms uses).Also aac is Mpeg4-2 part 7 and Mpeg4-Part 3.So i want tool for mpeg4 parser or mp4a tool to know /able to parse /extract or get the info (samples in aac).Please kindly help me
Note: I have a tool like http://mp4ui.sourceforge.net which tells the bit rate sample values and all.please dont suggests this as i mentioned above i want tool like ASF parser tool.So for aac we need to go for Mpeg4 to know the data arrangement of aac.
Why don't you take the reference implementation of the MPEG4 codec ?
This could be a good entry point. You should find this in the archive of the MPEG group. The MPEG Iso standard will also give you all the necessary description to parse the MPEG stream. To my knowledge, this wasn't such complex work (but don't ask me more... It is at least now 6 years since I have stopped doing any MPEG related development).
Alternatively, you can take a look at ffmpeg source code.
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Even I want to parse some audio informaton from mpeg4 container. I am a novice in multimedia field. can u help me out with some information to proceed further.
Forum posts: 2133
Why don't you take the reference implementation of the MPEG4 codec ?
This could be a good entry point. You should find this in the archive of the MPEG group. The MPEG Iso standard will also give you all the necessary description to parse the MPEG stream. To my knowledge, this wasn't such complex work (but don't ask me more... It is at least now 6 years since I have stopped doing any MPEG related development).
Alternatively, you can take a look at ffmpeg source code.
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 12
Thanks buddy ...let me try if i got it i'll share the same
Forum posts: 2
Hi Vite
Even I want to parse some audio informaton from mpeg4 container. I am a novice in multimedia field. can u help me out with some information to proceed further.
Thanks
Pruthvi