3gpp2 - ffmpeg, 49 3gpp2 - ffmpeg, 3gpp2 – Google Flix Engine Linux Reference Manual User Manual

Page 209: 3gpp2 muxer

Advertising
background image

5.49 3GPP2 - FFmpeg

203

5.49

3GPP2 - FFmpeg

5.49.1

Detailed Description

Example Usage:

sc = Flix2_AddMuxer(&muxer, flix, FE2_MUXER_3G2);

if(sc == ON2_OK)

; //Now using the 3GPP2 muxer for output

5.49.2

Supported Codecs

• Video:

FE2_CODEC_H263_BASELINE

FE2_CODEC_H264

• Audio:

FE2_CODEC_AAC

FE2_CODEC_AACPLUS

FE2_CODEC_AMR_NB

Additional References:

3GPP2 homepage

Defines

• #define

FE2_MUXER_3G2

3GPP2 muxer. For use with

Flix2_AddMuxer()

• #define

FE2_3G2_FASTSTART

FE2_ISOMEDIA_FASTSTART

alias

5.49.3

Define Documentation

5.49.3.1

#define FE2_3G2_FASTSTART

FE2_ISOMEDIA_FASTSTART

alias

Influence ’moov’ box placement.

When enabled places the ’moov’ box near the beginning of the file allowing for progressive download.

Note:

Default: 0 (disabled)

Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen

Advertising