电影逐渐变黑

发布于 2024-11-14 16:57:22 字数 254 浏览 1 评论 0原文

我正在尝试在电影中淡出。问题是它不会交叉溶解,但由于某种原因会淡出黑色。我将电影的第一帧作为 UIIMageView 在屏幕上显示,当电影开始播放时,屏幕会变暗一段时间。我希望这种转变是无形的。

可以在此处下载示例项目:

http://www.sendspace.com/file/2u9e5o

提前感谢 尼尔。

I'm trying to fade in a movie. Problem is it doesn't cross-dissolve in, but fades through black for some reason. I have the first frame of the movie as an UIIMageView on screen, and when the movie starts playing the screen darkens for a while. I would expect the transition to be invisible.

An example project can be downloaded here:

http://www.sendspace.com/file/2u9e5o

Thanx in advance
Nir.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

自找没趣 2024-11-21 16:57:22

强制您的 MPMoviePlayerController 实例使用透明视图。

moviePlayer.view.backgroundColor = [UIColor clearColor];

Force your instance of MPMoviePlayerController to use a transparent view.

moviePlayer.view.backgroundColor = [UIColor clearColor];
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文