View Source API Reference MP4 Reader and Writer v0.1.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.
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 an MP4 track.
A module that defines a structure and functions allowing to store samples, assemble them into chunks and flush when needed. Its public functions take care of recording information required to build a sample table.
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.