User manual
Command Line
392
© 2014 Digital Vision
UM-2014.1-07
The default name will be taken from the two containing directories i.e. "images
train". See below.
Command :
$ film_master --project PROJ1 \
--import-clip Z:\shots\056\056_001.001.dpx
INFO Opening project "PROJ1".
INFO Found range (1, 15).
The clip will be given a name taken from the filename, i.e. "056_001". See
below.
This command only imports one clip. To import multiple clips, see
Importing Folders.
If you perform the same import operation twice, the clip will be
imported again. This differs from previous behaviour that expected
the option --force-import to be used (this option has been
removed).
Specifying a Clip Name on Import
--name <name>
To specify a clip name in the library on import, use the --name option.
Command :
$ film_master --project PROJ1 \
--import-clip Z:\shots\002\shot1002.001.dpx \
--name "clip name"
INFO Opening project "PROJ1".
INFO Found range (1, 99).
INFO Set clip name to "clip name".
You can only set the name of an imported clip when you import it, not
afterwards.
Clip Naming Convention
Unless specified with the --name option, the imported clip is named as
per the settings in the application preferences Auto Assign Name.
Specifying a Clip Description on
Import
--description <description>