uupaa.mp4.js

0.2.1 • Public • Published

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");
 

/uupaa.mp4.js/

    Package Sidebar

    Install

    npm i uupaa.mp4.js

    Weekly Downloads

    0

    Version

    0.2.1

    License

    Apache License Version 2.0

    Last publish

    Collaborators

    • uupaa