10000 GitHub - dyegoaurelio/whatsapp-video-compressor.wasm: A simple website to compress videos targeting Whatsapp size limit
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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
0