2

Is there an overview of file formats which QTKit understands?

2 Answers2

4

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

QTIncludeStillImageTypes
QTIncludeTranslatableTypes
QTIncludeAggressiveTypes
QTIncludeCommonTypes
QTIncludeAllTypes
0

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
  • 8,767
  • 3
  • 34
  • 38