Skip to content

dyegoaurelio/whatsapp-video-compressor.wasm

Repository files navigation

whatsapp-video-compressor.wasm

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.

Key features:

  • Works offline, since it's a PWA

  • Local and private video processing

Limitations:

  • Slow, especially on mobile

Running locally

After cloning the repository and installing the dependencies, just run

npm run dev