User manual
Exporting Shots
419
© 2014 Digital Vision
UM-2014.1-07
The <path> argument should be the full path, including the drive
letter, filename and extension.
The export mode option is required.
Command :
$ film_master --project PROJ1 --composition COMP1 \
--export-mode single \
--export Z:\jobs\001\graded_m.dpx
INFO Opening project "PROJ1".
INFO Opening composition "COMP1".
INFO export ... exported 0 frames of 60 (0%)
...
INFO export ... exported 60 frames of 60 (100%)
Exporting shots on the command line will not generate caches. This
is different behaviour to the GUI where you have a choice of caching
behaviour when exporting media.
Export Variables
The export path specified with - - expor t can contain export variables such as
$o, $f etc.
See section Export Variables for a description of available variables.
Example
--export S:\exports\$o\$c_graded..dpx \
--export-mode single
Producing a single file sequence named from the clip name, in a folder
named from composition :
GRADED_MASTER\approved.090000.dpx ... approved.092421.dpx
Exporting Numeric Files
To export files with numeric filenames only, use the $f (frame number)
variable :
--export S:\exports\$e\$f.tiff
Produces numeric files in event folders e.g.
0045\008331.tiff
Export Modes
--export-mode <single|multi> REQUIRED