Re: Recording video from a QCView to .mov

2009-01-11 Thread Matt Crocker
I achieved this recently by learning from the example of "MyRecorder" on the Apple developer website. If you want a copy of the code that I used to get it working please e-mail me and I'll send it to you. I don't want to post it here as it's probably more appropriate to the QT- API list, and

Re: Recording video from a QCView to .mov

2009-01-09 Thread David Duncan
On Jan 9, 2009, at 12:45 AM, Jonathan Selander wrote: Does using QTKit mean that everything in my quartz composition will be recorded, or only the input from the camera? Just the camera (which was my impression of what you were recording previously!). If you want to record the entire pre

Re: Recording video from a QCView to .mov

2009-01-09 Thread Jonathan Selander
Does using QTKit mean that everything in my quartz composition will be recorded, or only the input from the camera? 8 jan 2009 kl. 18.48 skrev David Duncan: On Jan 8, 2009, at 1:47 AM, Jonathan Selander wrote: I'm trying to record video form a webcam input to a .mov file. I've made a simp

Re: Recording video from a QCView to .mov

2009-01-08 Thread David Duncan
On Jan 8, 2009, at 1:47 AM, Jonathan Selander wrote: I'm trying to record video form a webcam input to a .mov file. I've made a simple quartz composition and loaded it in a QCView. I tried using code from the QCTV example bundled with XCode, but there are things I'm not really sure about th

Recording video from a QCView to .mov

2009-01-08 Thread Jonathan Selander
Hi, I'm trying to record video form a webcam input to a .mov file. I've made a simple quartz composition and loaded it in a QCView. I tried using code from the QCTV example bundled with XCode, but there are things I'm not really sure about there. For instance, do i need to use OpenGL for