Embedded Metadata in Media

From EChase
Jump to: navigation, search

Getty embeds metadata inside their images which we will need to extract.

Images

The two key formats we may need to support are:

1. IPTC - Metadata about the image content
2. EXIF - Metadata about how the image was photographed

Java API for extracting IPTC and EXIF

Audio

We may possibly need future support for ID3 tags in MP3s.

Video

More info on embedded metadata for video is needed here.