iPhone: Display a semi-transparent video on top of a UIView?

后端 未结 1 701
不知归路
不知归路 2020-12-17 03:18

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

相关标签:
1条回答
  • 2020-12-17 03:51

    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 :)

    0 讨论(0)
提交回复
热议问题