This reference page is linked to from the following overview topics: MotionBuilder 2014.
#include <mobu-python-api.h>
Video Grabbing Options structure. Contain options to control how the grabbing process will occur.
Public Member Functions |
|
def | __reduce__ () |
def | __init__ () |
Public Attributes |
|
FBTimeSpan | TimeSpan |
FBTime | TimeSteps |
FBCameraResolutionMode | CameraResolution |
FBVideoRenderDepth | BitsPerPixel |
FBVideoRenderFieldMode | FieldMode |
FBVideoRenderViewingMode | ViewingMode |
FBStereoDisplayMode | StereoDisplayMode |
int | RendererCallbackIndex |
int | RendererCallbackPrefIndex |
FBString | OutputFileName |
bool | ShowSafeArea |
bool | ShowTimeCode |
bool | ShowCameraLabel |
bool | AntiAliasing |
bool | RenderAudio |
FBAudioFmt | AudioRenderFormat |
int | StillImageCompression |
def __reduce__ | ( | ) |
def __init__ | ( | ) |
Video grab stereo display mode. default (kFBStereoDisplayModeCount) to use current viewpane's setting.
Specify renderer callback index. Set to -1 to use MotionBuilder default renderer, or any valid non-negative index corresponding to registered custom callback. Any other invalid values, e.g., -2 (default value) means that the renderer attached to the current viewpane will be used.
Specify custom renderer callback's preference index.
FBString OutputFileName |
Grabbing destination file. When the image files are being rendered, the hash letters (###) specified in the file name will be replaced with the frame number. Zeros will be inserted when the digits of the frame number is less than the number of hash letters. All hash letters will NOT be altered except the one closest to the file extension.
bool ShowSafeArea |
If true, display safe area. NOTE: If you use your own FBView, set also this option in FBViewingOptions.
bool ShowTimeCode |
If true, display time code information. NOTE: If you use your own FBView, set also this option in FBViewingOptions.
bool ShowCameraLabel |
If true, display camera label information. NOTE: If you use your own FBView, set also this option in FBViewingOptions.
bool AntiAliasing |
bool RenderAudio |
If true and there's audio in the scene, add audio to the output file.
FBAudioFmt AudioRenderFormat |
Compression ratio for image(jpg) 0-100 where 0=Greatest compression, 100=Least Compression.