mattdesl / mp4-wasm

[proof-of-concept] fast MP4 mux / demux using WASM
MIT License
284 stars 24 forks source link

mp4-wasm

This module is still under development and may change. :sparkles:

Fast MP4 mux / demux using WASM, for modern browsers and Node.js.

What's supported:

What's still WIP:

:sparkles: Live Demo (Chrome only behind "Experimental Web Platforms" flag)

This is built on top of the C/C++ library minimp4, and the primary motivator behind this project is to create a hassle-free solution for creating MP4/H264 videos fully client-side in the browser, without running into H264 patent issues.


Docs are WIP.

License

MIT, see LICENSE.md for details.