Re: Capture video from core animation (QC)

2009-01-14 Thread Jonathan Selander
Okay, so if I understood correctly, i need to set up an OpenGL context (in order to capture frames) which I use with a QCRenderer, and then render each frame manually? Am I on the right track? 14 jan 2009 kl. 16.25 skrev douglas welton: If you just want to record your composition, try somet

Re: Capture video from core animation (QC)

2009-01-14 Thread douglas welton
If you just want to record your composition, try something like QuartzCrystal by Kineme. If you want to add recording functionality to your application take a look at the QCTV sample code. On Jan 14, 2009, at 5:38 AM, Jonathan Selander wrote: I've made a funny cuartz composition with a coup

Capture video from core animation (QC)

2009-01-14 Thread Jonathan Selander
Hi, I've made a funny cuartz composition with a couple of video filters, webcam, and so on, and now i'd like to record it to a video file (like quicktime). Question is, do i need to use OpenGL and render each frame or whatever, or is there an easier way to accomplish this? Thanks