User manual
Output Format Confguration
481
© 2014 Digital Vision
UM-2014.1-07
User Configuration File
Name :
userOutputFormats.prefs
Location :
C:\Phoenix\2014_1\root
This file does not exist by default.
If it exists, it will over-ride the default settings in the defaultOutputFormats.
prefs file.
An example userOutputFormats.prefs file exists in the example_files
folder.
Configuration File Format
A high-level overview of the file format is shown below :
outputFormats
[
// Multiple formats allowed
FORMATNAME // Must be unique
{
name "<Format Name>" // as displayed
size N N // X Y pixels
aspect W H // Rational aspect
fps N N // Rational FPS
fieldOrder <FIELD ORDER> // See below
dropFrame <Boolean>
initial <Boolean> // Optional - see below
}
FORMATNAME2 // Must be unique
{
name "<Format Name>" // as displayed
size N N // X Y pixels
aspect W H // Rational aspect
fps N N // Rational FPS
fieldOrder <FIELD ORDER> // See below
dropFrame <Boolean>
initial <Boolean> // Optional - see below
}
insertDefault <Boolean> // insert default list?
]
Note that the entire outputFormats content is wrapped in SQUARE
([,]) brackets.