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
2009-09-18 00:05:58
A:
Beyond the programmatic QTMovie +movieFileTypes, Bob mentions, you can also check the Quicktime Player Spec page:
Nick Haddad
2009-12-07 19:55:21