我必须使用哪个 Objective-C 框架来录制屏幕?
我已经使用 pyobjc 桥和 QTKit 框架从 python 脚本中的 iSight 进行记录。
我应该使用哪个框架/设备/...来捕获屏幕视频而不是内置 iSight?
PS 我使用的是 Leopard(不是 Snow Leopard),因此我没有 Quicktime X API 可供使用。
I'm already recording from my iSight from a python script using the pyobjc bridge and the QTKit framework.
Which framework/device/... should I use to capture the video of my screen instead of the built-in iSight?
P.S. I'm using Leopard (not Snow Leopard) and thus I don't have the Quicktime X API at my disposal.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
OpenGL。 Apple 的开发者网站(SonOfGrab、IIRC)上有相关示例代码。从 Lion 开始,您应该 使用AVFoundation录制屏幕。
OpenGL. There's sample code for this on Apple's developer site (SonOfGrab, IIRC).As of Lion, you should use AVFoundation to record the screen.