2017

Table Of Contents
such as media file locations. Using DLEDLs in your post-production workflow allows you to automate the
import of media files (video and audio) residing in different locations. Instead of performing media import
for each file separately, you can use a DLEDL to import all media files in a single operation.
DLEDL Structure
The following table lists the DLEDL flags used in creating an EDL file. It describes the comments used in
creating DLEDLs and provides examples of basic EDLs that you can use in your projects.
Note that the order of flags always remains the same:
Clip name (EDL comment)
Start TC
File path
Video file name
Audio 1 file name
Audio 2 file name
Audio 3 file name
Audio 4 file name
DescriptionDLEDL Flag Example
The start timecode of the clip that will be created from the
media files imported into Smoke. This timecode can be dif-
DLEDL: START TC: 10;00;00;00
ferent from the source start timecode of the EDL event. Both
drop-frame (00:00:00:00) and non-drop-frame (00;00;00;00)
timecodes are supported.
The location of the files on the filesystem. All the files for an
event must be in the same directory.
DLEDL: PATH /CXFS1/PRODUCTION1/SHOW5
Name of the video file sequence to load. Numbers in paren-
thesis refer to frames in the sequence. In this example, the
following files are referenced:
INTRO.010.dpx, INTRO.011.dpx, ...,
DLEDL: EDIT:0 FILENAME: INTRO .(010@240).dpx or DLEDL:
EDIT:0 FILENAME: (009@100).dpx
INTRO.240.dpx or
009.dpx, 010.dpx, ..., 100.dpx
Audio file name to import. The audio files can contain one
file per track (_1), one file per stereo pair (_12), or one file
DLEDL: EDIT:0 FILENAME: TONE-8TRK-44KHZ.AIFF_CHAN-
NEL_1.AIF
per multiple tracks (_1234). Supported formats are wave
(.WAV) or AIFF (.AIF).
The CMX EDL format limits the length of the tape name to
eight characters. Some editing systems do not impose a tape
DLEDL: REEL: 12345678 123456781234556
name length limit. If the tape name exceeds eight characters,
Smoke generates a short name to be used in the EDL and
stores the original name in the Source Table list at the end
of the EDL file (one Source Table per EDL).
NOTE File names, tape names, and clip names cannot contain spaces or special characters. For example, TAPE 1
should be set to TAPE_1 (no space) and CLIP$,12/2 to CLIP_12_2 (no special characters).
Importing an EDL Sequence | 85