HelloMoon
HelloMoon

Reputation:

Which video file formats can QTKit play?

Is there an overview of file formats which QTKit understands?

Upvotes: 2

Views: 499

Answers (2)

Nick Haddad
Nick Haddad

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

user175270
user175270

Reputation:

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

QTIncludeStillImageTypes
QTIncludeTranslatableTypes
QTIncludeAggressiveTypes
QTIncludeCommonTypes
QTIncludeAllTypes

Upvotes: 4

Related Questions