User manual

Splice and Overwrite Clips
403
© 2014 Digital Vision
UM-2014.1-07
Command :
$ nucoda_fuse --project PROJ1 --composition COMP1 \
--overwrite --name "slate" \
--record-in 100 --source-in 10
INFO Opening project "PROJ1".
INFO Opening composition "COMP1".
INFO Clip added to composition.
Clip Frame
Instead of using the --source-in option to select the first frame of the source
to splice, we splice the source clip from the frame we pass in.
If we have a clip :
008[200-300].dpx
The following command :
Command :
$ nucoda_fuse --project PROJ1 --composition COMP1 \
--splice Z:\images\008220.dpx
--record-in 100
INFO Opening project "PROJ1".
INFO Opening composition "COMP1".
INFO Clip added to composition.
will splice the clip from frame 008220.dpx i.e. splicing frames 008[220-
300].dpx.
This is equivalent to using the option --source-in 8220.
Splice/Overwrite of Particular
Material Lengths
We can choose to splice or overwrite a particular length of clip using the --
length. The following command will splice in the first 10 frames (--length
) of clip "slate" onto the timeline at frame 100 (--record-in).