Skip to content
No watermark

Free video editor with no watermark

Cut a section out, trim to the part you want, change the speed, drop the audio or convert the format — then download a file with nothing stamped on it. No account, no export limit, no paid tier, and the video never leaves your browser. The reason that is possible is worth understanding before you trust it, so it is explained below rather than asserted.

Drop your video here

or click to browse — MP4, MKV, MOV, WebM, AVI and more

Why free online editors put a logo on your video

Not out of malice, and not as a trick. A server-based editor has to receive your file, decode it, apply the edit, re-encode it and send it back, and every one of those steps runs on hardware someone is paying for by the minute. Video is the most expensive common workload on the web: a few minutes of 4K can occupy a machine for longer than the clip itself lasts.

A free tier has to pay for that somehow. The watermark is the neatest way — it costs nothing to add, it does not degrade the edit, and it advertises the paid plan that removes it to everyone who sees the video. That is a rational trade for a company with an encoding bill.

What "free" usually costs instead

Worth checking for before you upload anything, because these are the six ways the bill comes back:

A watermark

A logo burned into the frames. It cannot be removed afterwards without cropping or re-encoding over it, because it is now part of the picture.

A sign-up

An email address before the export button works, which is the point of the free tier for the operator.

A length or size cap

Free up to a few minutes, or a few hundred megabytes, then a paid plan. Reasonable on their side: those minutes cost them CPU time.

A resolution cap

The edit is free; getting it back at the resolution you gave them is not.

A queue

Your file waits its turn on shared hardware, which is why a two-minute clip can take twenty minutes at busy times.

The upload itself

The slowest step, and the one that puts a copy of your recording on someone else's disk under a retention policy you did not write.

Why this one has nothing to stamp

The encoding does not happen on a server here. It happens in the tab you are reading this in: FFmpeg compiled to WebAssembly is downloaded once, your file is read off your own disk into the page, and the edit runs on your processor. The operator's cost per edit is not small — it is zero. Serving the page and the engine costs the same whether you edit one clip or fifty.

With no per-edit cost there is no free tier to defend, so there is no watermark, no account, no queue, no length cap and no upsell. This is not generosity; it is what the architecture makes cheap. The full pipeline is documented, and the no-upload claim is one you can verify yourself in about ninety seconds with your browser's network tab.

What you actually get

  • The output at the source's own resolution, unless you cap it at 1080p, 720p or 480p on purpose.
  • H.264 video and AAC audio in MP4, MKV or MOV; VP8 and Opus if you pick WebM. The encoder settings are published.
  • A file named after the one you opened, so a folder of edits does not become output (3).mp4.
  • Nothing added to the frames, nothing written into the metadata, and no branded intro or outro.

And the honest costs

Three of them, all of which follow from doing the work locally. The first edit downloads about 32 MB of engine, cached afterwards. Encoding uses your CPU, so a long clip on a modest laptop or a phone takes longer than it would on rented hardware. And the practical ceiling is memory, not a policy: the input, the working buffers and the output all sit in the tab at once, which this guide puts real numbers around.

There is also a feature cost. This is a cutting, retiming and converting tool — there is no crop, no rotate, no joining several files, no titles and no transitions. If you need those, a full editor is the right answer, and several free ones exist that do not watermark either.

Questions about watermarks and limits

Is the output really free of any watermark?
Yes. The file you download is exactly what FFmpeg wrote — no logo, no corner text, no intro or outro frames, no metadata tag naming the site. There is no paid tier here for a watermark to advertise.
Why do other free online editors add one?
Because their encoding runs on their servers, and server CPU time costs money per minute of video. The watermark is how a free tier pays for itself: it is an advertisement for the paid plan that removes it. It is a fair trade on their side, not a trick. This site avoids the cost rather than recovering it, because the encoding happens on your machine.
Do I need an account or an email address?
No. There is no account system, no email capture and no sign-in. Nothing is stored about you because there is nowhere to store it — the site is a static build with no user database.
Is there a length limit or a file size limit?
There is no rule-based limit, but there is a real one: the input, the working buffers and the output all live in your browser tab's memory at the same time. A clip of a few minutes is comfortable on most machines; a long 4K recording is where a browser tab runs out of room. That limit is your hardware, and it is the same whether the tool is free or not.
What is the catch, then?
Your CPU does the work, so a long or high-resolution encode takes longer than it would on a rented server, and the first edit downloads about 32 MB of WebAssembly engine. The encoder is also run at a fast preset rather than a slow, high-quality one, which trades some efficiency for time. Those are the honest costs; there is no second one hiding behind a sign-up.
Can I use the output commercially?
Yes. Nothing is added to the file, no licence is asserted over it, and the site never has a copy of it. It is your recording, edited on your machine.

The same editor, by job

Every one of these is the tool above with a different starting point: cut a section out, trim to one part, speed a stretch up, slow one down, remove the audio, downscale it or change the container. None of them watermark anything either.

Guides related to this

How to check any online tool's claims for yourself, where a browser tab actually runs out of room, and what a re-encode costs in quality.

All video editing guides