stereo | Request a stereoscopic visual.
|
width | Width in pixels (or
auto for available desktop size).
|
height | Height in pixels (or
auto). |
depth | Depth in bits per pixel (or
auto). |
fpsMax | Limit GUI refresh rate in frames/second (default = 60fps).
|
out | Dump video frames to JPEG or PNG image files.
The filename path may include a printf-style (with frame number as argument).
For example,
%08d.jpg will output frames to 00000001.jpg, 00000002.jpg, etc.
|
outFirst | Override first frame number (default = 0).
|
outLast | Terminate application after # frames have been rendered.
|
bgColor | Solid background color (see
AG_ColorFromString(3)). Default is "rgb(0,0,0)".
|
bgPopup | Show popup menu upon middle / right-button click in the background.
|
jpegQual | If exporting to JPEG, set quality factor (100% = best).
|
jpegDCT | If exporting to JPEG, specify DCT method ("islow" for slow but accurate
integer method, "ifast" for fast but less accurate integer method, or
"float" for floating point method).
|