FBVideoGrabOptions Struct Reference
 
 
 
FBVideoGrabOptions Struct Reference

This reference page is linked to from the following overview topics: MotionBuilder 2014.


#include <fbvideograbber.h>


Class Description

Video Grabbing Options structure.

Contain options to control how the grabbing process will occur.

Definition at line 91 of file fbvideograbber.h.

Public Attributes

FBTimeSpan  mTimeSpan
  Start and stop selection time to grab.
FBTime  mTimeSteps
  Time step length between each grab.
FBCameraResolutionMode  mCameraResolution
  Camera Resolution.
FBVideoRenderDepth  mBitsPerPixel
  Video grab color depth.
FBVideoRenderFieldMode  mFieldMode
  Video grab field mode.
FBVideoRenderViewingMode  mViewingMode
  Video grab viewing mode.
FBStereoDisplayMode  mStereoDisplayMode
  Video grab stereo display mode.
int  mRendererCallbackIndex
  Specify renderer callback index.
int  mRendererCallbackPrefIndex
  Specify custom renderer callback's preference index.
FBString  mOutputFileName
  Grabbing destination file.
bool  mShowSafeArea
  If true, display safe area.
bool  mShowTimeCode
  If true, display time code information.
bool  mShowCameraLabel
  If true, display camera label information.
bool  mAntiAliasing
  If true, video frames will be anti-aliased.
bool  mRenderAudio
  If true and there's audio in the scene, add audio to the output file.
FBAudioFmt  mAudioRenderFormat
  Audio render format.
int  mStillImageCompression
  Compression ratio for image(jpg) 0-100 where 0=Greatest compression, 100=Least Compression.

Member Data Documentation

Start and stop selection time to grab.

Definition at line 93 of file fbvideograbber.h.

Time step length between each grab.

Definition at line 94 of file fbvideograbber.h.

Video grab stereo display mode.

default (kFBStereoDisplayModeCount) to use current viewpane's setting.

Definition at line 99 of file fbvideograbber.h.

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.

Definition at line 100 of file fbvideograbber.h.

Specify custom renderer callback's preference index.

Definition at line 101 of file fbvideograbber.h.

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.

Definition at line 102 of file fbvideograbber.h.

If true, display safe area.

NOTE: If you use your own FBView, set also this option in FBViewingOptions.

Definition at line 103 of file fbvideograbber.h.

If true, display time code information.

NOTE: If you use your own FBView, set also this option in FBViewingOptions.

Definition at line 104 of file fbvideograbber.h.

If true, display camera label information.

NOTE: If you use your own FBView, set also this option in FBViewingOptions.

Definition at line 105 of file fbvideograbber.h.

If true, video frames will be anti-aliased.

Definition at line 106 of file fbvideograbber.h.

If true and there's audio in the scene, add audio to the output file.

Definition at line 107 of file fbvideograbber.h.

Compression ratio for image(jpg) 0-100 where 0=Greatest compression, 100=Least Compression.

Definition at line 109 of file fbvideograbber.h.


The documentation for this struct was generated from the following file: