开发者

Can I create a blue-screen effect with MPMoviePlayerController?

I am showing a video inline (not fullscreen) using MPMoviePlayerController. I am using this class because it is the only player I got working using a remote file (progressive download) and not a local file.

Is there any way to create a blue-screen effect? wha开发者_JAVA百科t I basically mean is decide on a certain RGB value and set that pixel's alpha to 0. Is it possible to perform any image processing per frame with MPMoviePlayerController?


You can not use MPMoviePlayerController for such movie processing.

Still, there is ways to accomplish what you are asking for. You may use the AVAssetWriter etc.

Check my answer on a similar question.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜