I wrote a program which renders a series of still images. I'd like to make these images into a move at the time that I render them. As I make them, they are represented in memory as NSBitmapImagesReps. Does anyone have any idea where I'd start to save them as some type of video file? I'd like to save them as they are rendered since each image takes up a good deal of memory. I don't want to be a big memory hog. Is Quicktime available for Cocoa Apps? I really don't know where to start.