View Source API Reference MP4 Reader and Writer v0.2.0

Modules

ExMP4

ISO-MP4 reader and writer.

A module containing a function for assembling an MPEG-4 file type box.

A module containing a function for assembling an MPEG-4 media data box.

A module providing a function assembling an MPEG-4 movie box.

A module containing a set of utilities for assembling an MPEG-4 track box.

Module for parsing and serializing MP4 files.

A structure describing the header of the box.

MP4 structure schema used for parsing and serialization.

Helper functions.

A behaviour defining how to read data from an mp4 input

Implementation of the ExMP4.Read behaviour using filesystem.

This module contains function to read mp4 sources.

A struct describing an MP4 sample (a video frame, an audio sample, ...etc)

A struct describing the metadata of a sample.

A struct describing an MP4 track.

A behaviour defining how to write data to a destination

Implementation of the ExMP4.Write behaviour using filesystem.

This module contains functions to write MP4.