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: Finlay Dobbie <email@hidden>
- Date: Sun, 26 Aug 2001 11:23:08 +0100
On Monday, August 27, 2001, at 03:41 am, stuartbryson wrote:
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.
Wahah! You are in luck! Mosey on down to
http://developer.apple.com/samplecode -- they posted something that does
just this last wednesday! :-)
-- Finlay