QTKitCreateMovie

Last Revision:
Version 1.2, 2007-08-31
Added support for the new initToWritableFile: method available in QuickTime 7.2.1.
(Full Revision History)
Build Requirements:
Mac OS X 10.4, Xcode 2.4
Runtime Requirements:
Mac OS X 10.4, QuickTime 7

The QTKitCreateMovie sample demonstrates how to create a QuickTime movie from a series of jpeg images using the QTKit APIs. This is accomplished by creating an "empty" movie, using the -addImage: method to add images to the movie, and finally using the -updateMovieFile: method to save the movie to a file on disk (or flattening the movie to a different file with the -writeToFile method).