问题描述
是否可以在 iPad 上的静态动态背景 UIView
(即偶尔变化的视图)之上播放带有 alpha 层(透明)的 QuickTime 视频?
is it possible to have a QuickTime video with alpha layer (transparency) play on top of a static dynamic background UIView
(i.e. a view that changes occasionally) on the iPad?
谢谢!
推荐答案
只是为了清除错误信息,您不能使用 iOS 中内置的视频逻辑来使用具有 alpha 通道的视频.您可以创建使用动画编解码器编码的 Quicktime 电影,并使用 AVAnimator 将视频加载到视图或图层中.你不能做的是创建一个带有 alpha 通道的 H264 视频,iOS 根本不支持.
Just to clear up the misinformation, you can't use a video with an alpha channel using the built in video logic in iOS. You can create a Quicktime movie encoded with the Animation codec and load the video into a view or layer using AVAnimator. What you can't do is create a H264 video with an alpha channel, that is simply is not supported by iOS.
这篇关于具有透明度的 iPad 视频的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!