vote up 1 vote down star
1

Is there a documentation for reading Quicktime MOV file without using Quicktime SDK?

flag

53% accept rate
This is on a Need-to-know basis. And Lord Steve of Jobs doesn't need you to know. – skaffman Jun 16 at 13:50

4 Answers

vote up 3 vote down check

Wotsit.org has 4 documents about the MOV file format.

link|flag
+1, this site deserves it, they have been tops for a long, long time. – altCognito Jun 17 at 13:54
vote up 4 vote down

Apple has released a QuickTime File Format Specification.

link|flag
vote up 1 vote down

If you are particularly industrious, and are looking to rewrite quicktime, you can read the specification from Apple.

Or, you can just put a wrapper around an existing library such as Libavcodec like mPlayer does.

link|flag
No I don't want to rewrite quicktime, i just want to extract an information in the header! – tinmaru Jun 17 at 7:31
vote up 0 vote down

Have a look at the source for mplayer, ffmpeg, vlc.

Should be some kind of documentation there.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.