Exporting Clips and Sequences to Files

To export a clip or a sequence:

  1. Do one of the following:
    • Right-click the clip to export and select Export. And then, using the Media Export window, navigate to the export's destination.
    • From the MediaHub, drag-and-drop the file from the Media panel to the location displayed in the browser.
  2. Select an Export type and a Format Preset.
  3. Click Export.

    Flame prepares the export job. Once that preparation is done, the rest of export happens in the background and frees up Flame for your use.

You can export multiple clips in one operation:

To export an RGBA movie file or file sequence, first create a Matte Container. You can:

Note: If you enable Show Advanced Options > Clip Options > Create Clip Data, then Video Options > Link Media is always set to Link Media (Bit Depth).

Metadata Overlay for Export

The Metadata Overlay can be burned into the image during an export. The option is available for File Sequence and Movie, but not for Sequence Publish.

To burn the Metadata Overlay on export:

  1. In the Media Export window, select Include Metadata Overlay .
  2. From the Metadata Overlay Selection box, select the overlay to burn on the exported media.
Note: If you save an export preset, the status of Metadata Overlay is included in the export preset.

Setting Sony XDCAM HD Compatibility

XDCAM HD files can be of two flavours: XDCAM camera files and broadcast-compatible files.

MXF XDCAM HD camera files are encoded based on Sony's XDCAM format, and all start with a full Group of Pictures (GOP). On the other hand, broadcasters often use a different flavour of XDCAM HD, where the media start with a short GOP (starting on an I-frame).

The default Sony XDCAM HD format presets default to the broadcaster-compatible short GOP. But you can also output XDCAM camera-compatible files.

To output Sony XDCAM 422 1080p as XDCAM camera files:

  1. In the Media Export window, set Export > Movie.
  2. Set Format Preset > Autodesk > Sony XDCAM > MXF (XDCAM HD422 1080p 8-bit).
  3. Enable Show Advanced Options.
  4. Set Profile > XDCAM Compatible .

Profile export options:

Troubleshooting: XDCAM Always Output as Broadcast-compatible

Important: If you've never set DL_MXF_MPEG2_I_FRAME_FIRST, the following does not apply to you.

In versions before Flame Family 2021.2, you might have set an environment variable to output XDCAM files that are broadcast-compatible. You shouldn't use this environment variable anymore as it interferes with the XDCAM compatibility setting.

How to disable DL_MXF_MPEG2_I_FRAME_FIRST depends on how configured it:

For Foreground Export, edit the application's .cshrc.

  1. Close Flame.
  2. In a shell, type: cd /opt/Autodesk/<application>
  3. With a text editor, edit the file .cshrc
  4. Remove the following ligne from the .chsrc:
    setenv DL_MXF_MPEG2_I_FRAME_FIRST 1
  5. Save the file and restart Flame.

For Background Export, you need to configure the Backburner Server process.

  • On Mac OS:

    • Open the file /Library/LaunchDaemons/com.autodesk.backburner_server.plist
    • Remove the following lines following the first <dict> line:
      <key>EnvironmentVariables</key>
      <dict>
      <key>DL_MXF_MPEG2_I_FRAME_FIRST</key>
      <string>1</string>
      </dict>
    • Close the file and restart the Backburner Server service using the Service Monitor.
  • On Linux:

    • Open the file /etc/init.d/backburner_server
    • Remove the following line:
      export DL_MXF_MPEG2_I_FRAME_FIRST=1
    • Close the file and restart the Backburner Server service using the Service Monitor.

Multi-Channel Export

It is possible export multi-channel media as OpenEXR multi-channel files.

To export an OpenEXR multi-channel clip:

  1. From the Export menu, set Export to File Sequence.
  2. Set Format Preset to an OpenEXR preset.
  3. Enable Advanced Options.
  4. Enable Multi-Channel.

    Multi-Channel is only available if the Link Media box is set to Generate Media.

  5. Set the other export parameters, as required.
  6. Click Export.

Behaviour of tracks with the multi-channel option:

Note:
  • The name of the Version Track defines the channel's name in the OpenEXR file sequence.
  • If the Version Track name is undefined (i.e. *), the name of the first segment of the Version is used.
  • The RGBA channel can be created by naming the Track or Segment with the token <name> and <name>_alpha.

Export Tips

Note: When exporting an Open Clip with Clip Version enabled, make sure the frame rate remains the same between versions: having differing frame rates within one Open Clip is not supported by the format.