User manual
Output Format Confguration
483
© 2014 Digital Vision
UM-2014.1-07
size W H
Type : Rational
The size parameter specifies the pixel width and height as a rational
number.
Example :
size 2800 1800
aspect N M
Type : Rational
The aspect parameter specifies the aspect ratio as a rational number
(fraction with a numerator and a denominator).
A 1:1 aspect can always be chosen by setting the aspect
values the same as the size values.
Example :
aspect 37 20 // 1.85
fps N M
Type : Rational
The fps parameter specifies the frames per second as a rational
number.
Example :
fps 2997 100 // i.e. "29.97"
fieldOrder S
Type : String
The fieldOrder parameter specifies how to interpret a frame in the
format. It is a string wrapped in double-quotes ("") and can take values :
InterlacedUpper
Format uses interlaced frames (fields) with upper
field dominant.
InterlacedLower
Format uses interlaced frames (fields) with lower
field dominant.
Progressive
Format is not fielld based.