MP4Box.js
JavaScript version of GPAC's MP4Box tool.
JavaScript library to process MP4 files in the browser (and in NodeJS), with support for progressive parsing. Inspired by the MP4Box tool from the GPAC project. It can be used to:
- get information about an MP4 file,
- segment an MP4 file for use with the Media Source Extension API,
- extract samples from an MP4 to create TextTracks.
See also
- javascript
- mp4
- MP4Box.js - segment an MP4 file for use with the Media Source Extension API
- mux.js - inspection and manipulation tools for video files
- broadway.js - A JavaScript H.264 decoder.