Rendering utilities

FCheck options

Using options

FCheck options are a set of FCheck features operated using command lines. The options are typed into the command prompt window/shell window when FCheck is executed.

Note

When re-opening FCheck, please note that FCheck does not remember options set in previous executions. An image must be written to disk to retain image modifications and adjustments executed in FCheck. See Save images or sequences.

The standard convention to enter a command line is given below:

fcheck -<option> <spec> myimage.ext

<option>

<spec>

myimage.ext

For example:

fcheck -r 15 

Where r specifies the frame rate option and 15 is the number of frames per second.

You can combine some options together in one command line using the following convention:

fcheck -<option> <spec> -<option> <spec> ... myimage.ext

For example,

fcheck -B -G 1 -r 15 myimage.ext

-B
-G 1
-r 15

For the list of options with full descriptions, see FCheck options list.