Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写应该将 mov 文件转换为 mp4 的 ios 应用程序。有什么方法可以使用 AVFoundation 或类似的东西吗?
我将非常感谢您的帮助!
谢谢!
你需要做 AV 媒体转码,还是只是改变容器?标准(非流式传输)MOV 容器将/应该与 MP4 容器兼容(检查来自 iOS 的一些测试文件表明它们是相同的)。因此,您可以将文件重命名为 MP4。这确实假设容器中的媒体受 MP4 容器支持。仅供参考,MP4 的 ISO 规范基于 Quicktime 文件格式。此外,如果您在设备上录制媒体,则可以选择 MP4 作为媒体的容器。