Software Initialisation File Keywords

 
 
 

This section describes each keyword in the software initialisation configuration file /usr/discreet/<product_home>/cfg/init.cfg.

DiskHealthNotify

The DiskHealthNotify keyword defines an e-mail address to which a message is sent if any framestore disk health problems occur. Only one address can be listed. The mailer daemon for the workstation must also be properly configured for notification e-mails to be sent.

The DiskHealthNotify keyword uses the following syntax

DiskHealthNotify <e-mail_address>

where <e-mail_address> is the address to which you want the message sent.

Example of use

DiskHealthNotify sysadmin@here.com

MemoryApplication

The MemoryApplication keyword allocates memory for frame buffers. A frame buffer is a chunk of memory set aside to store image data in RAM for the fastest possible display of frames while working in the application.

In most cases, the MemoryApplication keyword should be commented out. When it is commented out, the default memory configuration is used, and is based on the physical memory installed on the system. This default configuration is sufficient for most projects, regardless of the different resolutions you may be working with.

Uncommenting the MemoryApplication keyword overrides the default memory configuration. You should only override the default memory configuration by uncommenting the MemoryApplication keyword under the following conditions:

The MemoryApplication keyword uses the following syntax

MemoryApplication <megabytes>

where <megabytes> is the amount of memory dedicated to the corresponding token, in megabytes.

Example of use

MemoryApplication 400

Working with 4K 12-bit Film

Even with the recommended amount of RAM, working with 4K 12-bit film puts great demands on memory management. Set the RAM allocated for buffering frames to between 2000 and 4000.

The ability to mix different resolutions in a 4K 12-bit film project increases memory requirements even further. Even with an override of the default memory management configuration, working at this resolution may not support some advanced features that require a large amount of memory such as the Colour Warper.

Cannot Allocate Memory Buffer Messages

“Cannot allocate memory buffer” messages indicate a shortage of memory allocated to frame buffering, so uncommenting the MemoryApplication keyword and defining an amount of memory for frame buffers can resolve this problem. The amount to set in this case depends on how much RAM your system has: start with 400 MB for Finishing applications or 700 MB for Visual Effects applications. Allocate more memory to frame buffers in increments of 50 MB as required.

Memory Panic

A memory panic indicates the system is running out of heap memory. Heap memory is memory allocated for use by applications and the operating system. Make sure no other applications are running. If memory panic still occurs, lower the amount of memory allocated to frame buffers.

Remember that overriding the default memory management configuration is only required under these specific conditions. If your system experiences problems related to memory management under normal conditions, contact Autodesk Media and Entertainment Customer Support.

Video

The Video keyword initialises the video device and specifies the video input type.

Video device
The video input devices supported are AJA_KONA3G and AJA_OEM2K.
Default video input format
The default video input format that corresponds to the input configuration of the video card. This setting is overridden by the video input formats specified by the lines you uncomment for each VTR under the Vtr keyword heading.
The Video keyword uses the following syntax

Video <video_device>, <default_video_format>

Where: Is:
<video_device> The video card used by your workstation.

It can take the following values:

AJA_KONA3G

AJA_OEM2K

<default_video_format> The video input type. For all AJA cards, the supported video input types are Serial1 and SerialDual.
Examples of use

Video AJA_KONA3G, Serial1

DviRamp

The DviRamp keyword enables control of the Miranda DVI-Ramp external device. The DVI-Ramp outputs a standard definition serial digital video signal (SMPTE-259M-C) or a high-definition serial digital video signal (SMPTE-292M).

NoteEnable this keyword only if you are using the Miranda DVI-Ramp external device. The DviRamp keyword is automatically commented out if the application installation script detects a NVIDIA® SDI card connected to the system.
The DviRamp keyword uses the following syntax

DviRamp <serial port>, <baud rate>, <parity>, <size>, <stopBits>

Where: Is:
<serial_port> The type of connection to the DVI-Ramp external device. The values are:
  • ttyS0 for a DVI-Ramp1 connected on a serial port.
  • usb/dviramp for a DVI-Ramp1 connected on a USB port using a USB-Serial adaptor.
  • usb/dviramp2 for DVI-Ramp2 connected on a USB port.
<baud rate> The baud rate used to communicate with the DVI-Ramp.
<parity> The parity setting to communicate with the DVI-Ramp. It can be set to EVEN, ODD, or NOPARITY.
<size> The number of transmitted bits per packet.
<stopBits> The size of the stop bit.
Example of use

DviRamp ttyS0, 38400, none, 8, 1

VideoPreviewDevice

The VideoPreviewDevice keyword specifies the device used for the graphics-to-video display.

Specify entries for the resolutions of the projects on which you will be working as well as the resolutions supported by your hardware configuration.

The init.cfg file contains all supported tokens for the VideoPreviewDevice keyword. The project configuration file will determine which one of these should be enabled for a given project.

VideoPreviewDevice is also used in conjunction with the VideoPreviewWindow keyword in the project configuration template files; VideoPreviewWindow specifies the width and height of the window and the refresh rate. See VideoPreviewWindow.

When the application is started and a project is selected, the VideoPreviewWindow must match one of the VideoPreviewDevice entries. If no match is found, graphics-to-video output is unavailable.

The VideoPreviewDevice keyword applies to workstations configured with either a Miranda DVI-Ramp external device, a NVIDIA SDI card, or graphics readback (SD timings only) if the hardware is not available.

The VideoPreviewDevice uses the following syntax

VideoPreviewDevice <description>, <device>, <channel_number>, <xsize>, <ysize>, <refresh>, <syncsource> [, <xoffset>, <yoffset>

Where: Is:
<description> A string describing the resolution and sync configuration of the video preview device: ntsc, pal, or an HD resolution and timing.
<device> The graphics-to-video configuration for your system. Set to dviramp (if you are using a DVI ramp), nvidia (if you are using a NVIDIA SDI card), or readback.
<channel_number> The channel on which the signal is output.
<xsize>, <ysize> The width and height of the area of the image window output to the graphics-to-video display.
<refresh> The refresh rate of the corresponding resolution.
<syncsource> The reference sync. Set to 601sync when you are using NTSC or PAL timing and you are connected to an external sync generator. Set to DTVsync when you are using HD timing and you are connected to an external sync generator. Set to freesync when you are not connected to a sync generator.
<xoffset>, <yoffset> The horizontal and vertical offset of the video sent to the broadcast monitor relative to the graphics display. These parameters are required for some resolutions to display accurate field dominance during playback. Use these optional parameters with NTSC.
Examples of use

VideoPreviewDevice ntsc, dviramp, 1, 720, 486, 30, 601sync, 0, 1

VideoPreviewDevice pal, nvidia, 1, 720, 576, 25, 601sync

VideoPreviewDevice 1920x1080@50i, nvidia, 1, 1920, 1080, 50i, DTVsync

When working with variable framerate material, enable the video preview device token corresponding to the 720p timings, for example:

VideoPreviewDevice 1280x720@5994p, nvidia, 1, 1280, 720, 5994p, 601sync

Configuring Readback Mode

On systems without a DVIramp or a NVIDIA SDI card, you must enable the following lines to ensure video preview using the readback mode:

VideoPreviewDevice pal, readback, 2, 720, 576, 25, 601sync

VideoPreviewDevice ntsc, readback, 2, 720, 486, 30, 601sync

TabletDriver

The TabletDriver keyword identifies the tablet driver. Only Wacom® Intuos-series USB tablets are currently supported.

The TabletDriver keyword uses the following syntax

TabletDriver wacom

MidiDevice

The MidiDevice keyword identifies MIDI devices that are used with Autodesk Visual Effects and Finishing systems. Only one device is recognized at a time.

The MidiDevice keyword uses the following syntax

MidiDevice <name>, <device_configuration_file>, <serial_port>, <protocol>, <baud_rate>, <parity>[, <stopbit>]

Where: Is:
<name> The name by which you want to identify the MIDI device in the application.
<device_configuration_file> The name and path of the device configuration file for the MIDI device. The path is optional.
<serial_port> The serial port to which the MIDI device is connected.
<protocol> The protocol used to communicate with the MIDI device. It can be either direct_RS422 or direct_RS232.
<baud_rate> The baud rate used to communicate with the MIDI device.
<parity> The parity setting to communicate with the MIDI device. It can be set to EVEN, ODD, or NOPARITY.
<stopbit> The size of the stop bit (optional).
Example of use

MidiDevice myMidiDevice, midi_LUCID_ADA8824_A232, /dev/ttyS1, direct_RS232, 9600, NOPARITY

Vtr

The Vtr keyword identifies video tape recorders that can be used for clip I/O. You can uncomment VTRs of different video formats. Any enabled VTR can be selected for a project, regardless of the project's video I/O timings.

You can also use the Vtr keyword to identify supported High-Speed Dual-Link (HSDL) devices for clip I/O, such as telecines. HSDL devices are supported for clip I/O in Flame Premium. HSDL devices appear as separate entries in the list of supported decks for the Vtr keyword.

The Vtr keyword uses the following syntax

Vtr <protocol>, <name>, <input_format>, <timing>,<colorspace_mode>, <output_format>, <output_sync>, <serial_port>, <timecode_type>, <video_output_delay>, <video_input_delay>, <pre_roll>, <post_roll>, <audio_input_delay>, <audio_output_delay>, <video_precision> [, <cueup_mode>, <TC_transition_delay>, <edit_on_delay>, <edit_off_delay>, <vtr_command_delay>]

Where: Is:
<protocol> The VTR control protocol (SONY, BTS, BVW50, TASCAM, or NONE).
<name> The name by which you want to identify the VTR in the Input Clip and Output Clip menus (D1, DigBeta, D1 BTS, D5, and DVCpro, for example).
<input_format> The video input format. Set to Serial1 to input using a single-link (4:2:2) connection from a device. Set to SerialDual to input using a dual-link (4:4:4) connection from a device.
<timing> The I/O timing associated with the video standard of the VTR (NTSC, PAL, or HD, if applicable).
<colorspace_mode> The mode that indicates whether colourspace conversion and/or headroom is required for clip I/O. See Configuring Colourspace Conversion for Device I/O.
<output_format> The video output type. Set to Serial1 to output using a single-link (4:2:2) connection to a device. Set to SerialDual to output using a dual-link (4:4:4) connection to a device.
<output_sync> The sync source used for clip output. For AJA cards, the possible values are STANDALONE, HOUSE, or DIGITAL1.
<serial_port> The serial port to which the VTR is connected. It takes the value AJA:0:1 for workstations using an AJA KONA 3G or OEM-2K card.
<timecode_type> The timecode type to be returned by the VTR (Auto, LTC, or VITC).
<video_output_delay> Video output delay in frames.
<video_input_delay> Video input delay in frames.
<pre_roll> Preroll in frames or seconds: Use integers to specify preroll in frames. Use decimals to specify preroll in seconds.
<post_roll> Postroll in frames or seconds: Use integers to specify postroll in frames. Use decimals to specify postroll in seconds.
<audio_input_delay> The offset value to have sync audio with video on input. Integer units represent frames; this delay should be 0 by default.
<audio_output_delay> The offset value to have sync audio with video on output. Integer units represent frames; this delay should be 0 by default.
<video_precision> The precision of the video interface (8 or 10 bits).
<cueup_mode> The method by which the VTR is cued. This parameter is optional. Use vtrcueing to make the application use the VTR Cue command directly to cue the VTR. Use vtrff if using vtrcueing causes the VTR to react slowly when cued, such as with a Betacam SP.
<TC_transition_delay> The delay in milliseconds after a vertical sync, before requesting the VTR timecode. This value should only be set or changed with the help of technical support.
NoteThe value '99' is a special case to be used strictly with HDCAM-SR/720P and AJA. It is not to be used in other circumstances unless specified by technical support.
<edit_on_delay> The delay in frames before the edit sync point to send the ON command. This parameter is optional and it applies only to BVW50.
<edit_off_delay> The delay in frames before the edit sync point to send the OFF command. This parameter is optional and it applies only to BVW50.
<vtr_command_delay> The delay in milliseconds before the application sends certain commands to the VTR. This parameter is optional, but useful for older VTRs such as the BTS.
NoteThe init.cfg file contains a comprehensive list of Vtr keyword examples for supported devices. In most cases you just have to uncomment the lines for the device that you want to use. In some cases minor changes to parameters are required.

Configuring Colourspace Conversion for Device I/O

When you set the input or output format for a device in the Vtr keyword, you should also specify its colourspace conversion method using the <colorspace mode> parameter. The supported conversion methods depend on whether a single-link or dual-link connection is used for I/O with the device. The following table shows the colourspace conversion methods that are available for single-link and for dual-link I/O connections.

Colourspace Conversion Method Supported for Single-Link Serial (4:2:2) I/O Supported for Dual-Link Serial (4:4:4) I/O
YCbCR -> RGB Yes No
YCbCR -> RGB + Headroom Yes No
No Conversion No Yes
No Conversion + Headroom No Yes

Emulator

Use the Emulator keyword to enable the VTR Emulation feature and configure your workstation to emulate a Sony VTR that is controllable via the RS-422 serial port.

The VTR Emulation feature supports SD and HD video timings. You can specify more than one emulator. Any enabled emulator can be selected for a project, regardless of the project's video I/O timings.

The Emulator keyword uses the following syntax

Emulator sony, <name>, <input_format>, <timing>, <colorspace_mode>, <output_format>, <output_sync>, <serial_port>, <emulator_output_delay>, <emulator_input_delay>, <audio_input_delay>, <audio_output_delay>, <video_precision (8 to 10 bits)>

Where: Is:
<name> The name for the emulator.
<input_format> The video input format. For a list of the video formats supported by your workstation, see Video.
<timing> The video resolution and timing of the VTR to be emulated.
<colorspace_mode> The colourspace mode for video transfers.
<output_format> The video output format. For a list of the video formats supported by your workstation, see Video.
<output_sync> The source used to synchronize the video output. By default, this value is set to Autodetect.
<serial_port> The serial port to which the VTR control cable is connected.
<emulator_output_delay> The video output delay used by the emulator in frames.
<emulator_input_delay> The video input delay used by the emulator in frames.
<audio_input_delay> The audio input delay used by the emulator in frames.
<audio_output_delay> The audio output delay used by the emulator in frames.
<video_precision> The interface precision used for video transfers.
Examples of use

Emulator sony, NTSC, SERIAL1, NTSC, YCBCR_RGB_CONVERSION, SERIAL1, HOUSE, AJA:0:1,-5, 1, 0.00, 0.00, 8

Emulator sony, HSDL 1499 sf, SERIALDUAL, 2048x1556_1499SF, NO_CONVERSION, SERIALDUAL, STANDALONE, AJA:0:1, -6, 1, 0.00, 0.00, 10

Audiodevice

The Audiodevice keyword initialises the specified audio device.

The Audiodevice keyword uses the following syntax

AudioDevice <type>

where <type> can only be AJA.

AJA specifies that the audio subsystem is part of the AJA audio/video I/O device, respectively. Note that for the audio to work, the Video keyword must be configured with the corresponding video device.

Example of use

Audiodevice AJA

ClipMgtDevice

The ClipMgtDevice keyword defines the devices used for archiving.

The following archiving devices are supported:

You can set multiple archiving devices for use with the application. The first device that is defined will be the default device.

ClipMgtDevice Vtr

You can specify only one VTR for a VTR clip management device. The ClipMgtDevice Vtr keyword contains an optional start timecode parameter:

  • If you specify a default start timecode for VTR archiving, the specified timecode is always used. You cannot override the default start timecode using the Archive menu.
  • If you want to determine through the application the start timecode for archives created with a VTR, do not add the start timecode parameter.
The ClipMgtDevice Vtr keyword uses the following syntax

ClipMgtDevice Vtr[, <timecode>]

where <timecode> is an optional start timecode for the archive.

Example of use

ClipMgtDevice Vtr, 01:00:00:00

ClipMgtDevice HDCAM

To archive to a Sony HDCAM VTR, you must use the ClipMgtDevice HDCAM keyword and not the ClipMgtDevice Vtr keyword. The ClipMgtDevice HDCAM keyword adjusts the metadata encoding mechanism to account for the compression method used by the HDCAM VTR.

The ClipMgtDevice HDCAM keyword contains an optional start timecode parameter:

  • If you specify a default start timecode for HDCAM VTR archiving, the specified timecode is always used. You cannot override the default start timecode using the Archive menu.
  • If you want to determine through the application the start timecode for archives created with an HDCAM VTR, do not add the start timecode parameter.
The ClipMgtDevice HDCAM keyword uses the following syntax

ClipMgtDevice HDCAM[, <timecode>]

where <timecode> is an optional start timecode for the archive.

Example of use

ClipMgtDevice HDCAM, 01:00:00:00

ClipMgtDevice Tape

You can specify several tape devices for clip management. SCSI tape archiving devices are not supported. Use only fibre channel archiving devices, specifically, SAIT and DTF2 devices.

To use a tape device for archiving, you must define the filename, the block size, and the name for the device you are using.

The ClipMgtDevice Tape keyword uses the following syntax

ClipMgtDevice Tape, <file_name>, [<block_size>, [<device_name>

Where: Is:
<file_name> The filename of the fixed block size device.
<block_size> The amount of data per block written to tape.
<device_name> The name of the tape device as it will appear in the Archive menu.
Examples of use
Tape Device Keyword Example
DTF2 ClipMgtDevice Tape, /dev/st0, 65536, DTF2
SAIT ClipMgtDevice Tape, /dev/st0, 65536, SAIT

ClipMgtDevice File

You can define a portion of your system disk or another volume as the destination for archives created using the application.

The ClipMgtDevice File keyword uses the following syntax

ClipMgtDevice File, <file_name>, <size>

Where: Is:
<file_name> The path for archives created using the application.
<size> The maximum size for a file archive in MB.

You can also modify the parameters of this keyword through the application.

  • You can use a path other than the default filename by entering one in the Archive menu.
  • You can change the default maximum size of a file archive in the Archive menu in the application.
Example of use

ClipMgtDevice File, /var/tmp/archive, 1024

MaxLibrarySize

The MaxLibrarySize keyword indicates the maximum size for any single clip library, in megabytes. The higher the value, the more memory the application uses. Using a larger value reduces memory fragmentation, which optimizes memory use. However, the value should not be so high as to compromise system performance.

The software also uses this keyword to determine whether there is enough free hard drive space available at start-up. To start the software, you must have at least 10 megabytes of free hard drive space in addition to the value set by this keyword.

The size of your libraries can be determined using the following command in a terminal:

ls -lh /usr/discreet/clip/*/*/*.000.clib

The MaxLibrarySize keyword uses the following syntax

MaxLibrarySize <size>

where <size> is the maximum library size in megabytes.

Example of use

MaxLibrarySize 75

ArchiveLibrary

The ArchiveLibrary keyword identifies the directory to which online HTML and ASCII tables of contents are saved when archiving. Its default value is usr/discreet/archive.

You can make the target directory relative to the home directory of the application by prefixing the path with a tilde (e.g. ~/archive).

NoteThe ArchiveLibrary keyword of the project configuration file, if set, has precedence over the one in the software initialisation configuration file.
The ArchiveLibrary keyword uses the following syntax

ArchiveLibrary <directory_path>

where <directory_path> is the path to which online HTML and ASCII tables of contents are saved.

Example of use

ArchiveLibrary /usr/discreet/archive

SetupArchiveTape

The SetupArchiveTape keyword identifies the device to which setup information for an archived project is saved. A project's setups are saved as a .tar format archive, creating a single file that can be extracted, preserving the original directory structure.

The SetupArchiveTape keyword uses the following syntax

SetupArchiveTape <device_type>

where <device_type> is the path to the device where you want to save the setup archive. You can set the path to point to a tape device or use a file destination as a virtual device. If you set a file destination, you must add a filename ending with the .tar extension that you want to use for the setup archive.

Example of use

SetupArchiveTape /var/tmp/setups.tar

Environment Directory Pathnames

The three keywords in the Environment Directory Pathnames section specify the paths to directories for resources shared by all projects. These directory paths should not be modified.

Menu

The Menu keyword specifies where application menu files are stored.

Example of use

Menu ~/menu, menu

where the ~ in the directory path stands for /usr/discreet/<product_home>.

Model

The Model keyword specifies where 3D models used by Action are stored.

Example of use

Model ~/dve

where the ~ in the directory path stands for /usr/discreet/<product_home>.

HtmlTemplates

The HtmlTemplates keyword specifies where HTML templates used for archive online tables of contents are stored.

Example of use

HtmlTemplates ~/templates

where the ~ in the directory path stands for /usr/discreet/<product_home>.

HtmlLog

The HtmlLog keyword allows you to specify a directory in which to write the Batch module HTML status and log.

The HtmlLog keyword uses the following syntax

HtmlLog <directory_path>

where <directory_path> is the destination directory.

Example of use

HtmlLog /usr/discreet/html

TextDefaultFont

The TextDefaultFont keyword sets the default font for the Text, Paint, and Action modules.

The TextDefaultFont keyword uses the following syntax

TextDefaultFont <font>

where <font> is the name of the font you want to set as the default.

Example of use

TextDefaultFont Discreet

FontDPSBase

The FontDPSBase keyword identifies the directory in which PostScript® fonts are stored. At initialisation, the application creates links in the /usr/discreet/font directory that point to fonts in the directory identified by this keyword.

The FontDPSBase keyword uses the following syntax

FontDPSBase <directory_path>

where <directory_path> identifies the directory in which fonts are stored.

Example of use

FontDPSBase /usr/lib/X11/fonts/Type1

If you do not specify the directory pathname, the application uses /usr/lib/DPS/outline/base. In most cases this directory—created when you installed the Display PostScript software as part of the installation—should be the one identified by the FontDPSBase keyword. Using this directory provides access to PostScript fonts.

NoteTo use TrueType fonts with the application, copy these fonts into the /usr/discreet/font directory. For the application to recognize TrueType fonts in this directory, they must have the .ttf extension.

FontDPSAFM

The FontDPSAFM keyword identifies the directory in which font metrics are stored. Font metrics provide information about each font that improves kerning. At initialisation, the application creates links in the directory /usr/discreet/font that point to font metric files in the directory identified by this keyword.

The FontDPSAFM keyword uses the following syntax

FontDPSAFM <directory_path>

where <directory_path> identifies the directory in which font metrics are stored.

Example of use

FontDPSAFM /usr/lib/X11/fonts/Type1

If you do not specify a directory pathname, the application uses /usr/lib/DPS/AFM. In most cases this directory—created when you installed the Display PostScript software as part of the installation—should be the one identified by the FontDPSAFM keyword.

FontProxyLowString

The FontProxyLowString keyword, along with the FontProxyHighString keword, specifies which characters to draw in font proxies. By default, the proxy string is “Aa”. You can override the default string for non-extended character sets by uncommenting and editing the FontProxyLowString keyword option.

Both FontProxyLowString and FontProxyHighString keyword options can be uncommented at the same time. Extended character sets try the FontProxyHighString keyword first. If the values in the FontProxyHighString keyword option do not apply to the font, the FontProxyLowString keyword option is used instead.

The FontProxyLowString keyword uses the following syntax

FontProxyLowString <code>[, ...]

Where: Is:
<code> The Unicode value associated with the character that you want to display.
... Up to four (for a total of five) more Unicode values for the font proxy string.
Example of use

FontProxyLowString 0x41, 0x61

This example displays the default proxy string, “Aa”.

FontProxyHighString

The FontProxyHighString keyword, along with the FontProxyLowString keword, specifies which characters to draw in font proxies. By default, the proxy string is “Aa”. If a font includes glyph definitions for extended character sets (such as Asian character sets), you can set a proxy string by uncommenting and editing the FontProxyHighString keyword.

Both FontProxyHighString and FontProxyLowString keyword options can be uncommented at the same time. Extended character sets try the FontProxyHighString keyword first. If the values in the FontProxyHighString keyword option do not apply to the font, the FontProxyLowString keyword option is used instead.

The FontProxyHighString keyword uses the following syntax

FontProxyHighString <code>[, ...]

Where: Is:
<code> The Unicode value associated with the character that you want to display.
... Up to four (for a total of five) more Unicode values for the font proxy string.
Example of use

FontProxyHighString 0x3042, 0x30a2

This example displays the Japanese “Hiragana A” and “Katakana A” characters.

TextFileEncoding

The TextFileEncoding keyword is the list of file encodings that will be supported for importing text files. The encoding must be supported for “iconv”. To get the list of supported encodings, type iconv -l in a terminal.

NoteThe current local encoding and UCS-2 unicode encoding are always included by default.
The TextFileEncoding keyword uses the following syntax

TextFileEncoding <character_set>

Examples of use

TextFileEncoding ISO8859-1

TextFileEncoding EUCJP

Image File Extensions

This list defines the supported image and movie file formats that the application can input or output. These extensions are used to filter files of the corresponding format when you use the file browser. This list may be edited to suit your particular needs.

Image Format Extension
Alias® als
Cineon® cin
Digital Picture Exchange dpx
Jpeg jpg
Pict pict
Pixar picio
Sgi® sgi
Softimage® pic
Targa® tga
Maya® iff
Tiff tif
Wavefront® rla
Photoshop® psd
OpenEXR exr
REDCODE RAW r3d
Quicktime® mov
MXF mxf
MPEG-4 mp4

Audio File Extensions

This list defines the supported audio file formats that the application can input or output. The extensions are used to filter files of the corresponding format when you use the file browser. This list may be edited to suit your particular needs.

Audio Format Extension
AIFF (standard) aiff
AIFFC (extended) aifc
Sun au
Microsoft® wav
Berkeley (BSD) bsf
AVR (Audio Visual Research) avr
MPEG-1 Layer3 mp3

DefaultWebBrowser

The DefaultWebBrowser keyword identifies the Web browser used by the application to browse the Help and view HTML tables of contents for archives.

The DefaultWebBrowser keyword uses the following syntax

DefaultWebBrowser <browser>

where <browser> identifies the Web browser you want to use.

Example of use

DefaultWebBrowser firefox

BackburnerManagerHostname

The BackburnerManagerHostname keyword serves two functions:

The BackburnerManagerHostname keyword uses the following syntax

BackburnerManagerHostname <host_name>

where <host_name> is the hostname of the Windows® workstation that is running Backburner Manager.

Example of use

BackburnerManagerHostname titan.saturn.com

BackburnerManagerPriority

The BackburnerManagerPriority keyword sets the priority for jobs created on your application for Backburner Manager on your rendering network. Enable this keyword if you are running an Autodesk Backburner background processing network in your facility or will be using Cleaner XL to encode jobs exported from the application. All four BackburnerManager keywords must be set correctly for jobs to be sent to the rendering network.

The BackburnerManagerPriority keyword uses the following syntax

BackburnerManagerPriority <priority>

where <priority> is a value from 0 to 100, where 0 is highest priority and 100 is lowest. The default is 50.

Example of use

BackburnerManagerPriority 25

BackburnerManagerGroup

The BackburnerManagerGroup keyword defines the group of machines to which jobs created in your software application will be submitted. Enable this keyword if you are running an Autodesk Backburner background processing network in your facility or will be using Cleaner XL to encode jobs exported from the application. All four BackburnerManager keywords must be set correctly for jobs to be sent to the rendering network.

The BackburnerManagerGroup keyword uses the following syntax

BackburnerManagerGroup <group_name>

where <group_name> is the name of a group of computers on an Autodesk® Burn® rendering network.

Example of use

BackburnerManagerGroup renderfarm1

BackburnerManagerGroupCapability

The BackburnerManagerGroupCapability keyword specifies whether the nodes in your rendering network are equipped with GPU-accelerated graphics cards or not. Based on the value of this keyword, the Visual Effects and Finishing application enables or disables the submission of jobs that require a GPU (such as floating point jobs) to the rendering network.

The BackburnerManagerGroupCapability keyword uses the following syntax

BackburnerManagerGroupCapability <group_capability>

where <group_capability> can be software, gpu, or hybrid depending on the hardware of the nodes in the rendering network.

Example of use

BackburnerManagerGroupCapability software

CleanerDestinationPath

The CleanerDestinationPath keyword sets the default path on a Windows workstation where clips are saved after encoding by Cleaner XL.

The default path you enter appears in the Cleaner Destination Path field when you select Cleaner in the Format Box of the Image Export menu. You can edit the path there. If there is an ftp path in the output profile, the ftp path is used as an additional destination for encoded jobs. See your application help.

The CleanerDestinationPath keyword uses the following syntax

CleanerDestinationPath <path>

By default, <path> is set to C:\Tmp, which is the default file path where Cleaner XL saves exported clips after encoding.

NoteMake sure the folder to which the path points exists and is accessible from the Windows workstation where Cleaner XL jobs will be encoded. Also make sure that this folder has write privileges and has enough space to accommodate encoded jobs.
Example of use

CleanerDestinationPath C:\Cleaner\exported

LogDailyReports

The LogDailyReports keyword specifies the number of application log files that are kept. When the number of application log files on the workstation exceeds this value, the oldest log is deleted to preserve space.

The LogDailyReports keyword uses the following syntax

LogDailyReports <number>

where <number> is the number of log files to be kept on the workstation. Set this value to 0 to keep all application log files.

Example of use

LogDailyReports 10

NetworkPanelDisplay

The NetworkPanelDisplay keyword filters the list of framestores in the Network panel to show framestores that are either available on the network and mounted, or available on the network but with undetermined mount status.

The NetworkPanelDisplay keyword uses the following syntax

NetworkPanelDisplay <filter_setting>

where <filter_setting> is set to either ShowMounted or ShowAll.

Use: To:
ShowMounted Show only framestores verified as both mounted and available on the Wire network.
ShowAll Show all framestores available on the network without first checking whether they are mounted. Using this option slightly reduces the time needed for your application to start because no further checks are performed on remote framestores.
Example of use

NetworkPanelDisplay ShowMounted