User manual

Running Batch Operations
425
© 2014 Digital Vision
UM-2014.1-07
Command :
$ nucoda_film_master --project PROJ1 \
--composition COMP1 \
--ops-file ops.txt
INFO Opening project "PROJ1".
INFO Opening composition "COMP1".
INFO Found range (1, 5).
INFO Clip added to composition.
INFO SPLICE : /server/shots/shot1/clip.00001.dpx (0.03 secs)
INFO Found range (1, 5).
INFO Clip added to composition.
INFO SPLICE : /server/shots/shot2/clip.00001.dpx (0.01 secs)
INFO Found range (1, 3).
INFO Clip added to composition.
...
Commands are read from the file and then run, the project and composition
are opening only once. The
project will be saved every now and then.
Supported Commands
Currently supported commands are:
splice
overwrite
add-version
replace-source
Command Format
Each operation will be on a separate line and have the following format :
<operation> <path> [record in] [source in] [track]
e.g.
splice Z:\shots\dpx\056_004.001.dpx 100
overwrite Z:\shots\test\011_v1.0001.cin 10 1 V2
replace-source Z:\server\ttt\ttt.0001.cin 95662 - V1
splice \images\test\ttt\ttt.0001.cin 1002 - V2
add-version Z:\server\scene4\78818.cin 67711 211 V3
A dash "-" acts as a place-holder.