MP4 - FFmpeg
[Muxers]

Defines

#define FE2_MUXER_MP4
 MP4 muxer. For use with Flix2_AddMuxer().
#define FE2_MP4_FASTSTART
 FE2_ISOMEDIA_FASTSTART alias

Detailed Description

Example Usage:

   sc = Flix2_AddMuxer(&muxer, flix, FE2_MUXER_MP4);
   if(sc == ON2_OK)
       ; //Now using the MP4 muxer for output

Supported Codecs

Additional References:

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

Define Documentation

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

Note:
Default: 0 (disabled)
Attention:
The current implementation is a post-process. A temporary file is created within the output directory as the necessary boxes are rewritten, with the result then replacing the original output file.

Definition at line 188 of file isomedia.h.

#define FE2_MUXER_MP4

MP4 muxer. For use with Flix2_AddMuxer().

Definition at line 183 of file isomedia.h.


On2 Technologies, Inc Flix Engine Windows documentation, generated on Tue Nov 2 15:38:08 2010 by doxygen 1.6.1