Thanks Warwick. That's basically what I got from Wikipedia, though I'm still not sure the advantage a media container provides. It enables streaming or has some other advantage? I checked out and built the IsoParser, but can't figure out what to pass to getTrack(long trackId). I'm not familiar with ISO 14496-13 and don't see the spec online. I've tried passing 0 or 1 and just get an empty list back.
-Ben On Mar 13, 7:15 pm, warwickhunter <[email protected]> wrote: > Ben, > > I found some Java code that can parse an mp4 or 3gp file. I am using > it to extract an AMR audio stream from the file. > > https://contributions.coremedia.com/isobox4j/wiki/IsoParser > > Look at IsoFile.getTrack to get the raw AMR samples and then stick an > AMR header on the front of the data. > > 3gp is a media container file format. It is a simplified version of > the mp4 media container file format. The AMR is just a sample stream > within the 3gp or mp4 container file. > > Warwick --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

