在 Cocoa 应用程序的 QT Movie 之间创建白色淡入和淡出
我试图在Cocoa应用程序中达到一定的效果。我有几个 QT 电影和一个带有按钮的窗口,每个按钮链接到不同的电影,并在主窗口中播放该电影。很简单。问题是,当主窗口切换电影时,我希望有一个白色的淡入淡出(实际上更多的是闪光)。我不知道如何继续。我注意到 Cocoa 有一个名为 Core Image 的库,据说可以用来创建电影的视觉效果,但这是最好的方法吗?或者QTKit中有更简单的方法吗?谢谢你!
I'm trying to achieve a certain effect in Cocoa application. I have several QT movies and a window with buttons that each link to a different movie, and play that movie in the main window. Pretty simple. The problem is I'd like to have a white fade come in and out (more of a flash, really) when the main window switches movies. I'm stuck on how to proceed. I noticed that there is a library for Cocoa called Core Image which can supposedly be used to create visual effects for movies, but is that the best way to proceed? Or is there a simpler way in the QTKit? Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其实我只是想明白了这一点。我可以调整 alpha 水平--> 更改主窗口上的 Alpha - Cocoa
Actually I just figured this out. I can adjust the alpha levels--> Change Alpha on Main Window - Cocoa