Mp4 - ffmpeg, 51 mp4 - ffmpeg, Mp4 muxer – Google Flix Engine Linux Reference Manual User Manual

Page 213: 1 detailed description, 2 supported codecs, Defines, 3 define documentation

Advertising
background image

5.51 MP4 - FFmpeg

207

5.51

MP4 - FFmpeg

5.51.1

Detailed Description

Example Usage:

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

if(sc == ON2_OK)

; //Now using the MP4 muxer for output

5.51.2

Supported Codecs

• Video:

FE2_CODEC_H264

• Audio:

FE2_CODEC_AAC

FE2_CODEC_AACPLUS

Additional References:

ISO - International Organization for Standardization

ISO/IEC 14496-12

:ISO base media file format

Attention:

The current implementation does not write a ’ctts’ table (cf., ISO/IEC 14496-12) to the output. This
will cause playback under QuickTime to stutter should

FE2_H264_B_FRAME_RATE

be used. Note

playback under the Flash Player is unaffected. This will be addressed in a future release.

See also:

H.264 notes for

Apple device support

Defines

• #define

FE2_MUXER_MP4

MP4 muxer. For use with

Flix2_AddMuxer()

.

• #define

FE2_MP4_FASTSTART

FE2_ISOMEDIA_FASTSTART

alias

5.51.3

Define Documentation

5.51.3.1

#define FE2_MP4_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.

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

Advertising