以编程方式访问 iPhone 视频的方向
我需要访问 UIImagePickerController 返回的视频并知道它是纵向还是横向录制的。我已经看到对 mov_read_tkhd 的引用,但我不确定这是否能完成这项工作,或者确实如何包含必要的库。
I need to access a video returned by the UIImagePickerController and know if it was recorded portrait or landscape. I've seen references to mov_read_tkhd but I'm not sure if that will do the job, or indeed how to include the necessary libraries.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 iOS 4 及更高版本上,使用 3GS/3rd gen iTouch 或更高版本,您可以使用新的 AVFoundation 库。
像这样的东西:
On iOS 4 and above, with 3GS/3rd gen iTouch or better, you can use the new AVFoundation libraries.
Something like: