User manual
EDL Import and Conform
407
© 2014 Digital Vision
UM-2014.1-07
Command :
$ nucoda_film_master --project "PROJ1" \
--import-edl S:\edl\ttt.edl --new \
--name compname
INFO Opening project "PROJ1" from "D:\Nucoda\2014_1\projects\PROJ1".
INFO ttt.edl imported.
Adding to an Existing Composition
--import-edl <path> --add
The --add option will import the named EDL and add it to the named
composition.
Requirements :
Name the composition we are operating on using the --composition
option.
Command :
$ nucoda_film_master --project "PROJ1"
--composition "compname" \
--import-edl S:\edl\ttt-extra.edl --add
INFO Opening project "PROJ1" from "D:\Nucoda\2014_1\projects\PROJ1".
INFO Opening composition "compname".
INFO ttt-extra.edl imported.
Target Track
--track-target N
Use this option to add the imported EDL to the specified track. If this option is
not given, the EDL is added to the next available track (which will be created).
The imported EDL will overwrite the target track.
Marking an Existing Composition
--import-edl <path> --mark --track-target N
The --mark option imports the named EDL and places "marks" (scene edits)
on the track specified. We place the edits on the target track as per the EDL
In/Out record timecode (for each EDL event).
Requirements :
The --composition option is required
The --track-target option is required to specify the target track we
mark