User manual
Command Line
400
© 2014 Digital Vision
UM-2014.1-07
Note that the timeline is assumed to start at 00:00:00:00.
Clips will be placed at the end of the timeline (or 00:00:00:00 if
timeline empty) unless a record-in point is set with the --record-in
option.
Original "alex one" clip (splice to empty composition)
Command :
$ nucoda_fuse --project PROJ1 --composition COMP1 \
--name "alex one" \
--splice
Result:
If we now :
Splice Clip
Command :
$ nucoda_fuse --project PROJ1 --composition COMP1 \
--name "train" \
--splice --record-in 0
We end up with :
Overwrite Clip
Command :
$ nucoda_fuse --project PROJ1 --composition COMP1 \
--name "train" \
--overwrite --record-in 0
We end up with :
It is best to always set the explicit in point for an overwrite operation
using the --record-in option.