A simple Next.js website to compress videos targeting Whatsapp size limit
Everything is done client side, leveraging ffmpeg.wasm, a pure Webassembly / Javascript port of FFmpeg.
-
Works offline, since it's a PWA
-
Local and private video processing
- Slow, especially on mobile
After cloning the repository and installing the dependencies, just run
npm run dev