Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 575 Bytes

File metadata and controls

13 lines (8 loc) · 575 Bytes

Video → Binary Waterfall

Live at https://randomtypek.github.io/bwv_encode/

Static, client-side converter. Drop a video, get a raw file whose bytes are the frames, with the original audio packed into the upper bytes of each 32-bit sample.

Hosting on GitHub Pages: put index.html in the repo root (or docs/), enable Pages in the repo settings, done. No build step. mp4box.all.min.js (BSD-3) is bundled for the WebCodecs fast path.

Companion CLI (ffmpeg + numpy): bw_encode.py.

Made with the help of Binary Waterfall: https://github.com/nimaid/binary-waterfall