Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sidecar (xpath)Description
Relations/<relation-type>/ExternalId

Define relations with this file as subject and the provided references as object by means of an ExternalId.

(warning) The object of the relation must already exist in MediaHaven with the provided ExternalId.

(warning) The provided relation type must have been configured in MediaHaven beforehand

(warning) Namespaced relation types are not allowed

fragments/fragment

To create fragments of videos or documents, you can provide a list of fragment children under the element fragments.

The fields below allow for providing some basic metadata fields to the created fragments.

fragments/fragment/original_start_z

The start position of the fragment in the file

  • In the case of video or audio: expressed in frames. Calculate the seconds relative to the start of the video, multiply by 25 and round to an integer. For example: 10.40s => 252
  • In the case of images or documents: the layer or page number, counted from 0.
fragments/fragment/original_end_z

The end position of the fragment in the file

  • In the case of video or audio: expressed in frames. Calculate the seconds relative to the start of the video, multiply by 25 and round to an integer. For example: 10.40s => 252
  • In the case of images or documents: no meaning
fragments/fragment/titleThe title of the new fragment
fragments/fragment/description
The description of the new fragment
fragments/fragment/keywords/keywordA list of keywords about the new fragment
TechnicalAll the technical fields defined in Metadata 16.3#Metadata16.3-Technical3#Technical appear under the tag Technical.
InternalAll the internal fields defined in Metadata 16.3#Metadata16.3-Internal3#Internal appear under the tag Internal. With the exception of the tags IsInIngestSpace and IngestSpaceId which currently reside in MDProperties.

...