46 flv, Flv muxer, 1 detailed description – Google Flix Engine Linux Reference Manual User Manual
Page 199: 2 supported codecs, 3 format restrictions, Defines

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:
–
–
–
• Audio:
–
–
–
–
5.46.3
Format Restrictions
• Audio:
–
: 44.1kHz & 2ch
– Others: 44.1/22.05/11.025kHz & 1/2ch
If the input does not meet the above conditions
will be automatically
added, overriding user settings if necessary.
Defines
• #define
FLV muxer. For use with
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen