Thanks to the new video objects in AVFoundation, which are part of iOS4, you can access the raw video frames when they are captured by the camera using AVCaptureVideoDataOutput.
I would like to overlay text and other information on top of these frames, and then output them to a movie file, which at some point will be saved in the asset library.
Unfortunately, it does not seem that Apple has provided us with an easy way to save these frames in a movie file.
What are my options for saving frames to a movie file that will be compatible with the resource library?
Is there a way to do this using only the iPhone SDK?
If not, what third-party libraries are compatible with the iPhone, and can be used for this?
source share