This PR includes the following changes to the plugin:
addition of an ISOM.Muxer element
The element can be used to assemble one or more AAC/H264 streams in a regular MP4 container (ISO/IEC base media file format).
addition of modules for assembling common boxes
The modules provide common functions for assembling MP4 boxes for both ISOM and CMAF muxers.
modules grouping in docs
usage examples
credo
reorganisation of existing modules (breaking change)
Closes #15, #12
This PR includes the following changes to the plugin:
ISOM.Muxer
element The element can be used to assemble one or more AAC/H264 streams in a regular MP4 container (ISO/IEC base media file format).