User manual

Creating a Composition
391
© 2014 Digital Vision
UM-2014.1-07
Command :
$ film_master --project PROJ2 --format-spec FORMAT \
--composition COMP2
INFO Creating new project "PROJ2".
INFO Creating new composition "COMP2".
Create a New Composition with
Multiple Video Tracks
--num-tracks <N>
The following command creates a new composition "COMP3" containing 3
video tracks (V1,V2 and V3) inside project "PROJ1".
Command :
$ film_master --project PROJ1 --composition COMP3 \
--num-tracks 3
INFO Opening project "PROJ1".
INFO Creating new composition "COMP3".
Video tracks can be selected using the --track ID option on the
command line, where ID is "V1", "V2" etc.
Importing Clips
--import-clip <path>
Import clip from specified path
--name <name>
Give the clip a library name on import
--description <descr>
--clip-description <descr>
Give the clip a library description on
import
Importing a Clip
--import-clip <path>
The following command imports a clip from the specified path into the library
of project "PROJ1":
Command :
$ film_master --project PROJ1 --import-clip \
M:\images\train\300001.dpx
INFO Opening project "PROJ1".
INFO Found range (300000, 300164).
The clip imported above will be given a default name in this case because the
filename is numeric only.