Converts between MP4, MOV, MKV, AVI, and WEBM by repackaging the existing video/audio streams into a new container — fast, and no quality loss, when the codecs are container-compatible.
> how it works ... uploaded, processed, and deleted immediately
> what we keep ... nothing — files are removed right after processing
> supported ...... mp4 ↔ mov ↔ mkv ↔ avi ↔ webm
Single files or batches
Process one video at a time, or queue several files and run them all through in a single batch, with a zip download when you're done.
Why some conversions fail
This tool tries a fast, lossless repackage first, and only falls back to a full re-encode when your source codec genuinely isn't valid inside the target container (e.g. H.264/AAC converts cleanly between MP4/MOV/MKV without re-encoding; WEBM's VP9/Opus going into AVI needs one). The re-encode fallback is capped to files under 20MB, so a large file needing re-encode — or a genuinely corrupted file — is what triggers a clear error instead.