从 QTKit 裁剪视频

发布于 2024-11-08 18:59:26 字数 148 浏览 4 评论 0原文

我正在使用这里的 OSX QTKit 示例代码: http://bit.ly/mAaHGI

我想要裁剪屏幕和保存的文件上的视频,以模拟不同的宽高比。最好的方法是什么?

I'm using the OSX QTKit sample code from here: http://bit.ly/mAaHGI

I'd like to crop the video, both on the screen and the saved file, to simulate different aspect ratios. What is the best way to do this?

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

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

发布评论

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

评论(1

叫思念不要吵 2024-11-15 18:59:26

它比仅仅调用裁剪方法要复杂一些,但 Core Video 允许您操纵视频流。您可以在此处找到核心视频编程指南:

http://developer.apple.com/library/mac/#documentation/GraphicsImaging/Conceptual/CoreVideo/CVProg_Intro/CVProg_Intro.html

It's a bit more involved than just calling a crop method, but Core Video allows you to manipulate the video stream. You can find the Core Video Programming Guide here:

http://developer.apple.com/library/mac/#documentation/GraphicsImaging/Conceptual/CoreVideo/CVProg_Intro/CVProg_Intro.html

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