User manual

Appendices
482
© 2014 Digital Vision
UM-2014.1-07
Definitions
Some configuration file parameters are of a specific type :
Rational :
A Rational number is a fraction and is composed of
a numerator (top) and a denominator (bottom).
Rather than using a floating point number (and
decimal places), a rational number can more
accurate reflect a parameter such as aspect ratio,
or frames per second.
Boolean :
A Boolean value is either true or false.
Sections
FORMATNAME
Type : Identifier
Each output format definition is grouped (using curly braces), and
named. These names :
Must be unique
Must not contain spaces (Only : a-z,A-Z,0-9,_,-)
These names are not related to the user visible name field used
inside the format definition and can be different.
Example :
Main_Feature_2800x1800_Test
{
}
name S
Type : String
This is the user visible display name for the format. It is a string
wrapped in double-quotes ("") and can contain spaces.
Example :
name "2800 x 1800 Test"