BB FlashBack SDK: FBExportToAVIParams

DefaultCompressor

Description

Sets the FOURCC value indicating which codec to use for video compression during export.

Syntax

[C#/C++]
public long DefaultCompressor;

[VB.NET]
Public Property DefaultCompressor As Long

Remarks

A Four-Character Code used to identify the codec used to compress the movie on export, a FOURCC is a 32-bit quantity represented as a sequence of one to four ASCII alphanumeric characters, padded on the right with blank characters.

Each codec has a unique FOURCC value identifying it. For example, DIVX is the code for the DivX codec, and CRAM indicates the Microsoft Video 1 codec.