I am using AVfoundation
framework to get video camera frames at real time and then modifying those frames using one algorithm(which gives new modified image).
now I want all modified frames to be save as a video to iPhone library. I found a way to save video for input(original) frames using AVCaptureMovieFileOutput
but not for modified frames.
Is there any way to save modified frames to iPhone Library as a video ??