To export a clip or a sequence:
Do one of the following:
Select an Export type and a Format Preset.
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:
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:
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:
Profile export options:
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
.
Close Flame.
In a shell, type: cd /opt/Autodesk/<application>
With a text editor, edit the file .cshrc
Remove the following line from the file:
setenv DL_MXF_MPEG2_I_FRAME_FIRST 1
Save the file and restart Flame.
For Background Export, you need to configure the Backburner Server process.
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.
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.
It is now possible to set the XDCAM MXF Essence Container version number in corresponding encoding profiles.
The default value is 1 but some QC systems require version to be set to 2.
To change the default MXF Essence Container version:
/opt/Autodesk/mediaconverter/<Flame version>/profiles/
.17041416"
(XDCAM HD422 1080).17106952"
(XDCAM HD422 720p).18089992"
(XDCAM HD 1080 Thin Raster).18155528"
(XDCAM HD 720p)<param description="Essence Container UL Version Number [1..127]" internalname="EssenceContainerULVersion" name="Essence Container UL Version Number" type="int" value="1"/>
If you plan to perform Media Export using a remote Wiretap Gateway server, make sure to also modify the corresponding profiles on the remote server. For Background Export, you need to make the same modification to the profiles on every Backburner server hosts that will run the export jobs.
It is possible export multi-channel media as OpenEXR multi-channel files.
To export an OpenEXR multi-channel clip:
From the Export menu, set Export to File Sequence.
Set Format Preset to an OpenEXR preset.
Enable Advanced Options.
Enable Multi-Channel.
Multi-Channel is only available if the Link Media box is set to Generate Media.
Set the other export parameters, as required.
Click Export.
Behaviour of tracks with the multi-channel option:
Muted tracks are not exported.
You do not have to render your whole sequence before exporting it: Flame automatically renders only the media required for the export.
Minimize the space taken on your storage by using Export in Foreground.
For File Sequence and Movie, foreground export lets you export media without requiring you to re-render. This options make so Flame does not need to allocate frames on the framestore because content is streamed directly to the exported file, reducing the time to export.
For Sequence Publish exports, when the media needs to be packaged, Flame renders before exporting for the segments that must be pre-rendered. For example, using the Flattened tracks option with Timeline FX requires rendering prior exporting, as do segments with a BFX or Resize.
When exporting with Export Between Marks, you can have pre-roll and post-roll black by setting the in and out marks to include some empty track. Each frame of included empty track creates a frame of black on the export.
When exporting a single frame as a file sequence, consider setting the Frame Padding field to zero to export that frame without any file numbering. And if you export a multi-frame clip as a file sequence by mistake without Frame padding, Flame detects this and automatically assigns a frame padding of 8 digits to correctly export the clip.
When working with CODEX files, you cannot use the Link Original Media option in Media Export to create file system links to the original media files because Flame cannot generate 12-bit packed DPX, the format used by CODEX recorders. Flame will instead create new 12-bit unpacked DPX files.
OpenEXR exports include Tape name and Keycode data in the exported files' header.
DPX metadata
In ProRes exports, Flame corrects the aspect ratio to match the Apple-defined standard. For PAL 16x9, the standard pixel aspect ratio is 118:81. For a frame of 720x576 this gives a an aspect ratio of ~1.82 = (720 / 576) x (118 / 81).
MXF DVPro: a PAL export is always F2; a NTSC export is always F1. Fields are translated if required.