It is easy to record video in two ways: UIImagePicker or ALAssetLibrary.
But if I want to process each frame using an image effects filter, save the result as a video, how to do it? I can use AVCaptureVideoDataOutput to process each frame and save the filtered frame to a still image, but I cannot save them to video, my question is how to save them to video. If you use AVCaptureMovieFileOutput, itβs easy to record the camera in video, but you cannot put a filter on each frame.
Thanks for any tips or comments.
Forrest
source share