🦀
Rust WASM Decode
GIF frame extraction is handled by gif2mp4-decode (Rust WASM).
gif(Rust WASM) → video(WebCodecs) → mp4(mp4-muxer)
GIF frame extraction is handled by gif2mp4-decode (Rust WASM).
H.264 encoding uses the browser WebCodecs VideoEncoder.
MP4 container muxing is done with mp4-muxer (pure TypeScript).
Core, web app, and docs are managed with Bun workspaces at the root.
This Rspress site documents usage and API.
Playwright verifies the sample app convert-and-play flow.