ios overlaying alpha channel video on another video

前端 未结 1 386
醉酒成梦
醉酒成梦 2020-11-30 15:48

I have been trying to create a video template which uses alpha channel video overlayed on the mp4 videos and images.

This is how I need to create a video http://view

相关标签:
1条回答
  • 2020-11-30 16:14

    You mention that you have looked at AVAnimator, did you download the KittyBoom example project and try it out? The specifics of how it works are detailed in this post. One thing to note is that when you build and run on the device, you need to turn Debug mode off otherwise it will not execute quickly because a number of extra checks are done in debug mode. Also, you have to make sure to test on the actual device, the simulator is not a good measure of performance on a real device. Performance is a key problem with video that contains an alpha channel as iOS does not support video with an alpha channel by default.

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