toolsmith

No upload · everything runs in your browser

Video converter

Puts your video in a different container. MP4 leaves the codecs exactly as they are; WebM re-encodes the picture to VP9 and the sound to Opus.

Drop a video here

MP4 · MOV · M4V — one at a time

Where do my files go?

Nowhere. The video is read and rewritten inside this browser tab, and nothing is uploaded. Close the tab and it is gone.

Why is MOV to MP4 finished almost instantly?

Because .mov and .mp4 are the same box with a different label. An iPhone .mov already holds H.264 or HEVC video and AAC sound, all of which an MP4 can hold too, so we copy the streams across untouched and only rewrite the wrapper. Nothing is decoded, so nothing is lost.

Why does WebM take so much longer?

Because WebM cannot hold H.264 or AAC at all. Every frame has to be decoded and encoded again as VP9, and the sound as Opus. That is real work — expect it to take a fair share of the clip's own length, and expect a small quality cost, as with any re-encode.

Can I convert a WebM, AVI or MKV into MP4?

No. We open the container ourselves instead of shipping a 30MB media toolchain to your browser, and what we can open is MP4, MOV and M4V. We would rather leave those formats off the list than accept the file and fail on it.

Does the quality drop?

Not on the MP4 path — not a single frame is re-encoded there. On the WebM path it does, because re-encoding always does. Pick the quality that suits you; the tool tells you which path you are on before you press the button.

Other tools

Worth reading