Mov - ffmpeg, 50 mov - ffmpeg, Muxer – Google Flix Engine Linux Reference Manual User Manual

Page 211: 1 detailed description, 2 supported codecs, Defines

Advertising
background image

5.50 MOV - FFmpeg

205

5.50

MOV - FFmpeg

5.50.1

Detailed Description

Example Usage:

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

if(sc == ON2_OK)

; //Now using the MOV muxer for output

5.50.2

Supported Codecs

• Video:

FE2_CODEC_H263_BASELINE

FE2_CODEC_H264

• Audio:

FE2_CODEC_AAC

FE2_CODEC_AACPLUS

FE2_CODEC_AMR_NB

Additional References:

ISO - International Organization for Standardization

ISO/IEC 14496-12

:ISO base media file format

QuickTime 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.

Defines

• #define

FE2_MUXER_MOV

MOV muxer. For use with

Flix2_AddMuxer()

.

• #define

FE2_MOV_FASTSTART

FE2_ISOMEDIA_FASTSTART

alias

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

Advertising