Export

Introduction

Exports are an essential aspect of our platform to retrieve previously ingested objects by the . Exports can be requested

Export locations

Export locations are predefined locations where objects can be exported to and have the following important properties

  • URI (protocol, server, credentials, path, etc)

    • Where to send the export, for example using FTPS or S3

  • Export options

    • Image

    • Document

    • Video

    • Audio

    • Metadata

Users require the function ADMIN_EXPORT_LOCATION to manage export locations.

Export Options

Export options define additional transformations on the export files. If an export option is predefined on an export location, that option can not be removed or modified on the export request.

Option

Usage

Option

Usage

Metadata

Metadata can either be added as

  • Type Sidecar: The metadata is exported as an additional metadata sidecar file

    • If the exported file is for example video.mp4 then the sidecar file will be video.xml alongside it

  • Type Burn: The metadata is burned into the exported file as specified by the

Video

Transform the content into a video with particular transcoding options

Audio

Transform the content into an audio with particular transcoding options

Image

Transform the content into an image with with particular transcoding options

Document

Transform the content into a PDF with with particular transcoding options

See the for a complete overview of all properties which can be added to the export options for both exports and export locations.