0.2.1 • Published 9 years ago

uupaa.mp4.js v0.2.1

Weekly downloads
2
License
Apache License Ve...
Repository
github
Last release
9 years ago

MP4.js Build Status

npm

MP4 file parser, builder and muxer.

This module made of WebModule.

Documentation

Browser, NW.js and Electron

<script src="<module-dir>/lib/WebModule.js"></script>
<script src="<module-dir>/lib/MP4.js"></script>
<script>
    ...
</script>

WebWorkers

importScripts("<module-dir>lib/WebModule.js");
importScripts("<module-dir>lib/MP4.js");

Node.js

require("<module-dir>lib/WebModule.js");
require("<module-dir>lib/MP4.js");