views:

123

answers:

2

Is there an overview of file formats which QTKit understands?

+4  A: 

You use QTMovie's +movieFileTypes: method choosing a type option from:

QTIncludeStillImageTypes
QTIncludeTranslatableTypes
QTIncludeAggressiveTypes
QTIncludeCommonTypes
QTIncludeAllTypes
Bob Stuller
A: 

Beyond the programmatic QTMovie +movieFileTypes, Bob mentions, you can also check the Quicktime Player Spec page:

http://www.apple.com/quicktime/player/specs.html

Nick Haddad