i've modified the quartz composer slideshow sample from xcode to render a high speed slide show using a custom transition.
The sample uses OpenGL (Cocoa) to render the slide show. I would like to export this slideshow into a video.
Is there a way to use Cocoa/OpenGL to output this scene into a quicktime video?
OR, should I just reimplement the SlideShow sample in Quartz composer and use it's export to Quicktime functionality?