I want to apply effects to specific frames of a movie using GPUImage. I have successfully added an effect to the entire video file, so is there a way to add different effects for different frames?
For example, I want to apply the Sepia effect on a video from 5 seconds to 10 seconds. So I need 0-5 seconds to be the original video, 5-10 seconds with sepia effect and 10 - the total number of videos with the original video.
Also, I want to draw text / image on specific frames using GPUImage, is this possible?
Any answer would be greatly appreciated.
source
share