View Source API Reference MP4 Reader and Writer v0.3.0
Modules
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 responsible for parsing and generating AVC Configuration Record.
Module responsible for parsing and generating HEVC Configuration Record.
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.