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 MPMoviePlayerViewController it might be by using OpenGL ES and a video texture ?
Thank you in advance,
F.
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 :)
来源:https://stackoverflow.com/questions/4796626/iphone-display-a-semi-transparent-video-on-top-of-a-uiview