3gpp - ffmpeg, 48 3gpp - ffmpeg, 3gpp muxer – Google Flix Engine Linux Reference Manual User Manual

Page 207

Advertising
background image

5.48 3GPP - FFmpeg

201

5.48

3GPP - FFmpeg

5.48.1

Detailed Description

Example Usage:

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

if(sc == ON2_OK)

; //Now using the 3GPP muxer for output

5.48.2

Supported Codecs

• Video:

FE2_CODEC_H263_BASELINE

FE2_CODEC_H264

• Audio:

FE2_CODEC_AAC

FE2_CODEC_AACPLUS

FE2_CODEC_AMR_NB

Additional References:

3GPP homepage

Defines

• #define

FE2_MUXER_3GP

3GPP muxer. For use with

Flix2_AddMuxer()

• #define

FE2_3GP_FASTSTART

FE2_ISOMEDIA_FASTSTART

alias

5.48.3

Define Documentation

5.48.3.1

#define FE2_3GP_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