Need to take pixel data and write to QuickTime movie
I am working on an app that should take an image in the form of raw pixel data and write it as a QuickTime movie. I have done a bit of research on this, and apparently I should be using the QTKit framework.
I need to do the following:
1. Create an empty movie object (QTMovie*?)
2. Fill the movie with pixel data from somewhere else
3. Specify the codec type
4. Write the file as a MOV
Is this possible using the 10.5 SDK? Apparently, QTKit was introduced in 10.4, so I am assuming this is possible. Any advice would be greatly appreciated!
|