Re: Saving a series of BitmapReps as Quicktime
Re: Saving a series of BitmapReps as Quicktime
- Subject: Re: Saving a series of BitmapReps as Quicktime
- From: Vince DeMarco <email@hidden>
- Date: Sat, 25 Aug 2001 19:54:46 -0700
On Sunday, August 26, 2001, at 07:41 pm, stuartbryson wrote:
Hi all,
As the subject suggests, I need to output a series of Bitmap reps as a
quicktime movie.
Firstly is there an objective-c class/wrapper for the quicktime API. I
don't know much about the Quicktime API but it seems very complex and I
would like something really simple. In any case, what are the basic steps
to do this in Cocoa? I checked NSMovie, but that seems to just be a
wrapper to display movies rather than writing them. Pls yell and scream
at me if I am wrong.
Check this out.
This is the code that was demod by Scott Forstall at WWDC (part of Steve
Jobs talk)
Its the movie editing palette for IB.
http://developer.apple.com/samplecode/Sample_Code/Cocoa/bMoviePalette.htm
we will be including it with the system in the next version.
vince