1
vote
0answers
237 views

GPUImage Video with transparency over UIView

I am working on an iOS project that uses AV-Out to show contents in a 1280x720 window on a second screen. I have a MPMoviePlayerController's view as background and on top of that different other ...
2
votes
0answers
527 views

Can i set frame on video with GPUImage?

I have one local video file, Now i have applied filters with help of GPUImage library, here is code to make filtered video with GPUImage movieFile = [[GPUImageMovie alloc] initWithURL:sampleURL]; ...