User manual
Command Line
402
© 2014 Digital Vision
UM-2014.1-07
Splice/Overwrite to a Specific
Record Position
We can splice or overwrite to a specific position on the composition timeline
using the option --record-in.
Original timeline video track with clip "alex one":
Command :
$ nucoda_fuse --project PROJ1 --composition COMP1 \
--overwrite --name "train" --record-in 100
INFO Opening project "PROJ1".
INFO Opening composition "COMP1".
INFO Clip added to composition.
After overwrite to frame 100 of clip "train"
Splice/Overwrite from a Specific
Source Position
There are two methods to splice or overwrite a clip from a specific source
position. Explicitly using the --source-in option or implicitly using the
timecode of the frame of the clip we pass in.
The second implicit method needs the full path of the clip frame to be
used not the clip name.
Source-In
We can splice/overwrite from a specific source position by using the option
--source-in :