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ムービーファイルでは機能しません。
QuicktimeムービーファイルからEXIF情報を抽出するために使用できる同様のCocoaAPIは何ですか?
EXIFは、映画ではなく、画像ファイルの標準です。映画に定義されたEXIF情報はなく、それに応じて、QuickTime映画ファイルからそれらを取得するためのAPIもありません。