I want to know how to export a 2 minute QuickTime movie in Cocoa.
+3
A:
On Mac OS X Apple provides the QTKit.framework which offers convenient access to QuickTime's core functionality.
As you didn't provide any details in your question, I assume you want to export a 2 minute long sequence of a longer QuickTime movie on Mac OS X:
The "Making an Edit" section of Apple's "Using the QTKit framework" explains how to trim an existing movie and export the result.
weichsel
2010-01-13 11:31:56
thanks a lot you solve my problem
2010-01-14 05:05:33
unknown: Then you should mark it as the accepted answer by clicking the checkmark button.
Peter Hosey
2010-01-16 05:24:28