On Mon, 20 May 2013, Andre-John Mas wrote:
I took a look at the XMP specification (
http://www.aiim.org/documents/standards/xmpspecification.pdf ) and I
could not see anything with regards to video or audio. XMP seems to much
more about defining a container for storing metadata, rather than
defining the metadata.
It's both
I'd suggest you take a look at how Apache Tika uses XMP definitions for
audio and video in its metadata, eg
http://svn.apache.org/repos/asf/tika/trunk/tika-core/src/main/java/org/apache/tika/metadata/XMPDM.java
Then, look up the bits of the XMP specification that the Tika uses
reference
Nick