File Format for Saving Video with alpha channel in iOS

孤者浪人 提交于 2019-12-24 12:42:09

问题


I am using AVFoundation to create a video and have added in an effect to clip the video so there is a clear background. What file format should I save this as to preserve the transparency in my iOS app.


回答1:


AVAnimator is a library with which you can display video with an alpha channel on iOS, it is however not free to use for commercial products.

I don't think it's natively possible.



来源:https://stackoverflow.com/questions/28258575/file-format-for-saving-video-with-alpha-channel-in-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!