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.
对于 JPG 图像,我可以只使用 CGImageSourceCopyPropertiesAtIndex 从图像中获取 EXIF 信息的各个位。但是,此 API 不适用于 quicktime 电影文件。
我可以使用哪些类似的 Cocoa API 从 Quicktime 电影文件中提取 EXIF 信息?
EXIF 是图像文件的标准,而不是电影的标准。没有为电影定义 EXIF 信息,相应地也没有 API 可以从快速电影文件中检索它们。