User manual

Command Line
382
© 2014 Digital Vision
UM-2014.1-07
Conventions
Required parameters are given in angled brackets <> i.e.
--format-spec <path>
Optional parameters are given in square brackets [] i.e.
--timecode-header [1|2]
Possible values are separated with a vertical bar (| as above).
Splitting Long Lines
This document sometimes splits long command lines over multiple lines to
make the command easier to read. The split if delimited by a line-continuation
character "\" i.e.
--export S:\exp\$o\$c..dpx \
--export-mode single
In reality, you would type the above command on a single line only without
the continuation character :
--export S:\exp\$o\$c..dpx --export-mode single