Reputation:
Is there an overview of file formats which QTKit understands?
Upvotes: 2
Views: 499
Reputation: 8937
Beyond the programmatic QTMovie +movieFileTypes, Bob mentions, you can also check the Quicktime Player Spec page:
http://www.apple.com/quicktime/player/specs.html
Upvotes: 0
Reputation:
You use QTMovie's +movieFileTypes: method choosing a type option from:
QTIncludeStillImageTypes
QTIncludeTranslatableTypes
QTIncludeAggressiveTypes
QTIncludeCommonTypes
QTIncludeAllTypes
Upvotes: 4