46 flv, Flv muxer, 1 detailed description – Google Flix Engine Linux Reference Manual User Manual

Page 199: 2 supported codecs, 3 format restrictions, Defines

Advertising
background image

5.46 FLV

193

5.46

FLV

5.46.1

Detailed Description

Muxer Parameters:

Name

|

Type

| Opt/Reqd |

Range

============================================================================

FE2_FLV_CUEPT_EVENT

|

String

| Optional | [0.0,)

FE2_FLV_CUEPT_NAV

|

String

| Optional | [0.0,)

FE2_FLV_CUEPT_PARAM

|

String

| Optional | N/A

FE2_FLV_METADATA_ENABLE

|

Numeric | Optional | flvmetadata_t

FE2_FLV_METADATA_DISABLE

|

Numeric | Optional | flvmetadata_t

Example Usage:

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

// set a navigation cue point at 10s

if(sc == ON2_OK)

sc = Flix2_MuxerSetParamAsStr(muxer, FE2_FLV_CUEPT_NAV, "nav0=10.0");

5.46.2

Supported Codecs

• Video:

FE2_CODEC_H263

FE2_CODEC_VP6

FE2_CODEC_VP6ALPHA

• Audio:

FE2_CODEC_AAC

FE2_CODEC_AACPLUS

FE2_CODEC_LAME

FE2_CODEC_PCM

5.46.3

Format Restrictions

• Audio:

FE2_CODEC_AAC

/

FE2_CODEC_AACPLUS

: 44.1kHz & 2ch

– Others: 44.1/22.05/11.025kHz & 1/2ch

If the input does not meet the above conditions

FE2_FILTER_RESAMPLE

will be automatically

added, overriding user settings if necessary.

Defines

• #define

FE2_MUXER_FLV

FLV muxer. For use with

Flix2_AddMuxer()

.

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

Advertising