Export Scope
The APPLE FCP XML export allows the exporting of multiple XML files containing data related to asset-linked files (from Final Cut Pro systems). Exported files would be named as the video file but with an. XML extension. Please note that this format is a widely used standard for international content delivery.
Export parameters
This Export allows the following parameters to be set:
Export_-_Standard_-_APPLE_FCP_EXPORT_XML
Filename - For each asset, one file would be exported and named in the following format: [asset-ID]. XML
Export Path - Indicate the path to which the exported file would be placed.
Export Data - Open the Configure Export window to specify the days to be exported and the frequency of exporting.
Launch the Export
Once all parameters are correctly set, press the [Export] button to launch the export operation.
Scheduling related Export
This automatic Export is based on Etere Scheduling's manual Export EXPORT\STANDARD\APPLEFCPXML; therefore, required export-specific parameters are unavailable here but must be configured in the manual Export.
Sample exported file
<?xml version="1.0" encoding="utf-8"?>
<FinalCutServer>
<getMdReply>
<entity entityType="asset" entityId="not defined">
<metadata>
<mdValue fieldName="Audio Ch1" dataType="string">Audio Italian</mdValue>
<mdValue fieldName="Audio Ch2" dataType="string">Audio Italian</mdValue>
<mdValue fieldName="Audio Ch3" dataType="string">Audio English</mdValue>
<mdValue fieldName="Audio Ch4" dataType="string">Audio English</mdValue>
<mdValue fieldName="File Name" dataType="string">ID_PIPPO.mxf</mdValue>
<mdValue fieldName="Duration" dataType="timecode">00:00:10:00</mdValue>
<mdValue fieldName="Cart No" dataType="string">ID_PIPPO</mdValue>
<mdValue fieldName="Material_Id" dataType="string">ID_PIPPO</mdValue>
<mdValue fieldName="Type" dataType="string">Commercial</mdValue>
<mdValue fieldName="Aspect Ratio" dataType="string">16F16</mdValue>
<mdValue fieldName="Originator" dataType="string">From Tasmania</mdValue>
<mdValue fieldName="Working Title" dataType="string">TITLE OF ID_PIPPO</mdValue>
<mdValue fieldName="In-point" dataType="timecode">10:00:00:00</mdValue>
<mdValue fieldName="Definition" dataType="string">HD</mdValue>
<mdValue fieldName="Destination" dataType="string">Unknown</mdValue>
<mdValue fieldName="aes" dataType="string">No</mdValue>
</metadata>
</entity>
</getMdReply>
</FinalCutServer>