BB FlashBack SDK: FBExportToWMVParams

VideoVBR

Description

Sets whether constant or variable bitrate encoding will be used in the video stream of the exported WMV file.

Syntax

[C#/C++]
public Bool VideoVBR;

[VB.NET]
Public Property VideoVBR As Boolean

Remarks

Set to True for variable bitrate encoding.

Variable bitrate encoding varies the bitrate of the stream depending on its content at a particular moment. This can mean smaller files This value is in bits per second.

See Exporting to Windows Media Video for more details on using WMV codecs and formats.
 

See also

FFBExportToWMVParams:VideoCodecID  FBExportToWMVParams::VideoNumPasses  FBExportToWMVParams::VideoVBR   FBExportToWMVParams::VideoQuality