Does the QTKit Capture API support screen recording, i.e. Can I specify the current output screen as the input source for recording? If so, how?
Quicktime Player X supports on-screen recording, but the QTKit Capture API Documentation only mentions capture from external cameras.
Starting with Lion, you can use the AVFoundation framework. A quick tutorial can be found here .
, API CGWindow (search: Son of Grab) QTMovie addImage: forDuration: withAttributes:
Apple Code: StillMotion (developer.apple.com/mac/library/samplecode/StillMotion/Introduction/Intro.html)