is it possible to have semi-transparent video (created with blue-screen) playing on top of a UIView ? I was wondering that in case that\'s not doable with the MPMoviePlayerV
It is possible using the ffmpeg library. Here is the link, where you can download a very good example link
Then you just have to set the alpha property to the UIImageView. But i'm not sure about performance, try :)