CORE Document
The CORE Document serves the purpose of LIST-INFO metadata exchange between AVI MetaEdit and other applications. AVI MetaEdit can import and export CORE Documents as XML or CSV. Once imported into AVI MetaEdit the CORE information can be edited and embedded into video files. For files with existing LIST-INFO metadata, AVI MetaEdit can display and export this data as a CORE document. A CORE document template can be generated within AVI MetaEdit or with another application. The CORE document lists one record per video file.
The CORE Document is essentially a list of filepaths associated with
LIST-INFO values. Please see
LIST-INFO for more information and
validation documentation for information on the correct use of these standards.
CORE Document CSV Format
A CSV formatted (RFC 4180) CORE Document must use the following structure and value parameters:
FileName | required. full file path |
| For more info on LIST-INFO fields, see the LIST-INFO help page. |
IARL | Archival Location |
IART | Artist |
ICMS | Commissioned |
ICMT | Comments |
ICOP | Copyright |
ICRD | Creation Date |
IENG | Engineer |
IGNR | Genre |
IKEY | Keywords |
IMED | Medium |
INAM | Name (Title) |
IPRD | Product (Album) |
ISBJ | Subject |
ISFT | Software |
ISRC | Source |
ISRF | Source Form |
ITCH | Technician |
ISMP | SMPTE Time Code |
IDIT | Digitization Date |
IMIT | More technical Information. Note that AVI MetaEdit utilizes IMIT to store tabular data pertaining to the coding process history of the AVI file. See the IMIT section for more information. |
CORE Document XML Format
An XML formatted CORE Document must follow the schema below and follow the rules demonstrated by the sample data.
<?xml version="1.0" encoding="UTF-8"?>
<conformance_point_document>
<File name="/full/file/path/to/video-A.avi">
<Core>
<IARL>Archival Location data here</IARL>
<IART>Artist data here</IART>
<ICMS>Commissioned data here</ICMS>
<ICMT>Comment data here</ICMT>
<ICOP>Copyright data here</ICOP>
<ICRD>2010-01-07</ICRD>
<IENG>Engineer data here</IENG>
<IGNR>Genre data here</IGNR>
<IKEY>Keyword data here</IKEY>
<IMED>Medium data here</IMED>
<INAM>Title data here</INAM>
<IPRD>Album or product data here</IPRD>
<ISBJ>Subject data here</ISBJ>
<ISFT>Source data here</ISFT>
<ISRC>Source data here</ISRC>
<ISRF>Software data here</ISRF>
<ITCH>Technician data here</ITCH>
<ISMP>01:00:00.00</ISMP>
<IDIT>Wed Jan 02 02:03:55 1990</IDIT>
<IMIT>R=source object,MD=S-VHS,T=tape1234 R=playback,MN=Sony,MD=SVO-5800,SN=abc1324,ST=internal TBC,SG=component,T=S-VHS deck R=captureDevice,MN=Blackmagic-Design,MD=Decklink Studio SDI,SN=xyz6789,ST=7.5 IRE,VE=2.0.3 R=captureSoftware,MN=Blackmagic-Design,MD=Media Express,VE=2.0.3
R=operatingSystem,MN=Canonical,MD=Ubuntu,VE=11.04</IMIT>
</Core>
</File>
<File name="/full/file/path/to/video-B.avi">
</File>
</conformance_point_document>