Export Locations
Introduction
An export location is a re-usable and savable configuration to create exports. These exports can either be to your computer (a download) or to an external location (e.g. YouTube). It shares a lot of its configuration with export jobs.
Business Logic
General information
Property | Description | Engine validation | Frontend validation |
---|---|---|---|
Id | / | / |
|
Name | / | / | / |
Unique folder | Whether each export to this location creates a unique subfolder for the export |
|
|
Http URL | The (internal) url on which the export will be accessible |
|
|
Export downloadable | Whether the result of the export can be downloaded If true, the export location will show up in MediaHaven under the download action. If false, the export location will show up in MediaHaven under the 'export to location' action |
|
|
Export reasons required | Whether an export reason is required to initiate an export | / | / |
Custom export reason allowed | Whether a custom (free-text) reason is allowed in addition to the supplied list |
|
|
Default export location | Whether the export location is the default export location | / |
|
Priority | / |
|
|
Storage Type | The type of storage. This is a Frontend only construct | / |
|
Storage pool id | The id of the storage pool. |
|
|
Server address | The server address |
|
|
Protocol | The server protocol. |
|
|
Port | The port of the server |
|
|
Path | The server path | / |
|
Username | The server username. Filling it in will overwrite the existing value. | / |
|
Password | The server password. Filling it in will overwrite the existing value. |
|
|
Filename expression | Expression that will provide the filename of the export. You can make this very complex, but generally will be of the form: #{R('DottedKey')} Apostrophes included. |
|
|
Temporary path | The temporary location path. | / | / |
Temporary filename | The temporary filename + extension. | / | / |
Export Options
Export image options
Property | Description | Engine validation | Frontend validation |
---|---|---|---|
Height | The height in pixels an exported image will have. If not defined, the original height will be used. | ||
Width | The width in pixels an exported image will have. If not defined, the original width will be used. | ||
Container | The export container format, defaults to JPG when transforming and not explicitly set. | / |
|
Color space | The color space of the export, defaults to sRGB when transforming and not explicitly set. | Â |
|
Rotation | The rotation of the image, in degrees | ||
Flip | Flip the image horizontal / vertical | / |
|
Cropping (top, bottom, left, right) | The offset to crop the image. | ||
Watermark source | The source of the watermark applied by the transformation. | / | / |
Watermark scale | The scale of the watermark. |
| |
Watermark opacity | The opacity of the watermark. |
| |
Watermark position | The position of the watermark. | / |
|
Export video options
Same as image, without colour space, rotation, flip and cropping and including:
Property | Description | Engine validation | Frontend validation |
---|---|---|---|
Height | The height in pixels an exported videowill have. If not defined, the original height will be used. | ||
Width | The width in pixels an exported video will have. If not defined, the original width will be used. | ||
Bitrate | The bitrate in bits per second an exported video will have. If not defined, the original bitrate will be used. | ||
Container | The export container format. If not defined, the original format will be used. | / |
|
Channels | The number of audio channels. | ||
Watermark source | The source of the watermark applied by the transformation. | / | / |
Watermark scale | The scale of the watermark. |
| |
Watermark opacity | The opacity of the watermark. |
| |
Watermark position | The position of the watermark. | / |
|
Export audio options
Property | Description | Engine validation | Frontend validation |
---|---|---|---|
Sample rate | The sample rate in hertz an exported audio file will have. If not defined, the original sample rate will be used. | ||
Bitrate | The bitrate in bits per second an exported audio will have. If not defined, the original bitrate will be used. | ||
Container | The file format an exported audio-only file will have. Not applicable if file contains video as well. If not defined, the original format will be used. | / |
|
Export document options
Property | Description | Engine validation | Frontend validation |
---|---|---|---|
Height | The height in pixels an exported document will have. If not defined, the original height will be used. | ||
Width | The width in pixels an exported document will have. If not defined, the original width will be used. | ||
Container | The export container format, defaults to JPG when transforming and not explicitly set. | / |
|
Color space | The color space of the export, defaults to sRGB when transforming and not explicitly set. | Â |
|
Watermark source | The source of the watermark applied by the transformation. | / | / |
Watermark scale | The scale of the watermark. |
| |
Watermark opacity | The opacity of the watermark. |
| |
Watermark position | The position of the watermark. | / |
|
Export metadata options
Property | Description | Engine validation | Frontend validation |
---|---|---|---|
Type | If set, defines how record metadata is exported. | Â |
|
Format | The sidecar format |
|
|
Only metadata | If true, only metadata will be exported. |
|
|
Metadata translation id | The id of a metadata translation |
|
|
User options
Property | Description | Engine validation | Frontend validation |
---|---|---|---|
Allowed for all users | Whether the export location is allowed for all users of own organisation. | / | / |
Allowed for all organisations | Whether the export location is allowed for all users of own organisation. | / | / |
Explicitly assigned users | Users that have received explicit access to the export location. |
|
|
Context (Readonly)
Property | Description |
---|---|
IsEditable | Whether the export location is editable. False if the user does not have the required functions. |
AreOptionsEditable | Whether the options of the export location are editable. False for default export locations or if the user does not have the required functions. |
IsDeletable | Whether the export location is deletable. False for default export locations or if the user does not have the required functions. |