BB FlashBack SDK: FBExportToMP4Params

H264Encoder

Description

Selects the 3rd party H264 encoder to be used, when H264 encoding has been selected by FBExportToMP4Params::MP4Codec

Syntax

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

[VB.NET]
Public Property H264Encoder As Long

Remarks

1 = QuickTime
Apple's QuickTime v7 or later must be installed on the user's PC to enable use of this option.

2 = Microsoft Media Foundation
Microsoft Media Foundation (MSMF) is a component of Windows installed with Vista and newer. Since Windows 7 it includes the ability to encode H264 video.

3 = Openh264
Cisco has taken their H264 implementation and open sourced it under BSD licence terms, enabling it to be used by open source or commercially licensed projects.

See Selecting an MP4 Encoder for details of how openh264 should be used.

See also

FBExportToMP4Params:VideoQuality  FBExportToMP4Params:VideoBitrate  FBExportToMP4Params::MP4Codec