User manual
Command Line
390
© 2014 Digital Vision
UM-2014.1-07
Command :
$ nucoda_film_master --detach-project project-x
INFO Detached project "project-x".
Removing Project Caches
--remove-cache
When attaching projects, specify this argument to have their caches removed
after attachment.
Command :
$ nucoda_film_master \
--attach-project D:\archived\project-x \
--remove-cache
INFO Imported "D:\archived\project-x" \
(project name is "project-x") and removed cache.
Creating a Composition
--composition <name>
Name and create a new composition
--num-tracks <N>
Create a composition with N video tracks
Create a New Composition
--composition <name>
The following command creates a new composition named "COMP1" inside
project "PROJ1".
Command :
$ film_master --project PROJ1 --composition COMP1
INFO Opening project "PROJ1".
INFO Creating new composition "COMP1".
If the project does not exist, it will be created. This will require a format
specification option.
Create a New Project and New
Composition
The following command creates a new project "PROJ2" according to the
format specification file "FORMAT". It will then create a new composition
named "COMP2" inside the newly created project.