Convert audio and video without uploading a single file
Tonvert runs a full FFmpeg engine inside your browser tab. Your file never leaves your device — no upload, no waiting queue, no account, no watermark.
How Tonvert works
How a browser converter can be this capable
WebAssembly lets us compile the real FFmpeg codebase — the same engine professional editors use — into something your browser can execute locally. When you pick a file, the bytes are read straight from disk into the page, the conversion happens on your CPU, and the result is handed back to you as a download. Nothing is transmitted over the network.
What you can convert today
The audio group covers the everyday jobs: M4A, MOV, WAV and WEBM into MP3, and MP3 into WAV. The video group turns MP3 into MP4, and repackages MOV or MKV into MP4 — either instantly with stream copy, or with a full H.264 re-encode when a player refuses the original codecs.
The first run downloads the engine
Because FFmpeg is a real program, not a thin wrapper, the engine is about 32 MB and is fetched the first time you press Convert. After that your browser caches it, and the second conversion starts immediately. Nothing large is downloaded until you actually ask for a conversion.