mocha Logo
developed by
imagineer systems
Sections
Home > Support > Documentation > Command Line

Command Line

Command Line

Below you will find a list of command line arguements that can be used to load mocha with preset parameters.

Note that loading a project file on the command line will ignore all other parameters.

Standard usgae:

mocha [arguments] [file...]

Arguements

--i frame

Specifies an in point frame for your footage. The frame value is zero-indexed, so all in points assume a base of 0. For example, If your frames start at 250 and you want to begin at 261, you would type mocha --i 12 myFootage.mov. A 0.5 value will let you set on the second field in interlaced footage, for example:mocha --i 12.5

--o frame

Specifies an out point frame for your footage. The frame value is zero-indexed, so all out points assume a base of 0. For example, If your frames start at 250 and you want to end at 261, you would type mocha --o 12 myFootage.mov. A 0.5 value will let you set on the second field in interlaced footage, for example:mocha --i 12.5

--frame-rate fps

Set the frame rate for the imported footage. For example mocha --frame-rate 24 myFootage.mov

--par par

Set the Pixel Aspect Ratio for the imported footage. For example mocha --par 0.5 myFootage.mov

--interlace-mode mode

Set the interlacing mode for field ordering and pulldown for the imported footage. For example mocha --interlace-mode 1 myFootage.mov See Table 18.2 below for interlace mode codes.


Interlace Modes

0

Sets interlaced mode UPPER FIELD FIRST

1

Sets interlaced mode LOWER FIELD FIRST

2

Sets interlaced mode 3:2 PULLDOWN UPPER FIELD FIRST AA

3

Sets interlaced mode 3:2 PULLDOWN UPPER FIELD FIRST BB

4

Sets interlaced mode 3:2 PULLDOWN UPPER FIELD FIRST BC

5

Sets interlaced mode 3:2 PULLDOWN UPPER FIELD FIRST CD

6

Sets interlaced mode 3:2 PULLDOWN UPPER FIELD FIRST DD

7

Sets interlaced mode 3:2 PULLDOWN LOWER FIELD FIRST AA

8

Sets interlaced mode 3:2 PULLDOWN LOWER FIELD FIRST BB

9

Sets interlaced mode 3:2 PULLDOWN LOWER FIELD FIRST BC

10

Sets interlaced mode 3:2 PULLDOWN LOWER FIELD FIRST CD

11

Sets interlaced mode 3:2 PULLDOWN LOWER FIELD FIRST DD


Document Actions