BB FlashBack SDK: FBEditor

UseLibavcodec

Description

Set this property to True to have the FlashBack SDK use libavcodec for encoding exported FLV files.

Libavcodec encoding gives faster encoding and slightly better quality for the same file size than the 'standard' method.

If the property is set to True, and the libavcodec files have been included in the installation (see Installing the SDK with your application), libavcodec is used for encoding. Otherwise the 'standard' encoding method is used.

Syntax

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

[VB.NET]
Public Property UseLibavcodec As Boolean
 

See also

FBMovie::ExportToFLV