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 elements like UIImages and UILabels . The background movie plays in a loop. Now I want to overlay the whole view including all visible elements with another fullscreen animation that has transparency so that only parts of the underlying view are visible. I first tried a png animation with UIImageView . I was surprised to find that actually works on iPhone5, but of course the pngs are so big in size