BB FlashBack SDK: FBExportToAVIParams

UseAVI10Format

Description

Specifies whether to export an AVI in version 1.0 or 2.0 format.

Syntax

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

[VB.NET]
Public Property UseAVI10Format As Boolean

Remarks

Some movie players only support AVI version 1.0 files.

If AVI format version 1.0 is used, AVI files cannot be larger than 4Gb.

AVI format 2.0 supports very large file sizes, and has a different indexing structure that benefits large files.

This works in connection with the SoundFormat property to allow the SDK to automatically determine the sound format to use on export, based on the format of the various sounds in the movie.