GIF → MP4
Convert GIF to MP4 in the browser

gif(Rust WASM) → video(WebCodecs) → mp4(mp4-muxer)

LogoLogo
🦀

Rust WASM Decode

GIF frame extraction is handled by gif2mp4-decode (Rust WASM).

🎬

WebCodecs Encode

H.264 encoding uses the browser WebCodecs VideoEncoder.

📦

Pure TS Mux

MP4 container muxing is done with mp4-muxer (pure TypeScript).

🥟

Bun Monorepo

Core, web app, and docs are managed with Bun workspaces at the root.

📖

Docs Site

This Rspress site documents usage and API.

E2E Tests

Playwright verifies the sample app convert-and-play flow.