tags:

views:

49

answers:

0

Given a MOV file, is there a way supported by the iphone-sdk to allow for reading of the mpeg4 header information? There are a bunch of classes for this exact thing for OSX obj-c but I have yet to find anything for the iphone.

The other option is to open the file and parse the header information myself but it seems like a painful thing to be doing when the phone seems to already do it (based on the media player).

Does anyone know of a open source project or example code that does this?