Clipelo / about
A video editor with no server behind it
Most online video tools are a queue with a website in front of it: you hand over your file, it waits its turn on someone else's machine, and you hope the copy gets deleted. Clipelo does the work in the tab you already have open.
The short version
Every tool here is the same shape: drop a file in, set what you want, watch the preview change while you set it, then export once. The preview is not an approximation — a crop, a grade or a sound mix is composed on screen with the same numbers the encoder is handed, so the thing you are judging is the thing you will get.
The single-purpose pages exist because most of the time you want one change and nothing else. The studio exists because sometimes you want five, and running a clip through five separate exports costs you quality at every step. There, the settings stack and the encoder applies them in one pass.
Nothing here is a trial, and nothing is held back for a paid tier. There is no paid tier.
Questions worth asking
- Where does my file go?
- Nowhere. The page reads it with the File API and hands it straight to the encoder built into your browser. There is no upload step to skip, because there is no server to upload to — the only network requests this site makes are for the page itself, its font and a privacy-friendly visit counter.
- Why is it fast?
- Because the encoding runs on the same hardware block your phone uses to record video, through WebCodecs. Tools that ship a WebAssembly build of ffmpeg have to decode and encode in software, which is where the minutes go.
- What is the catch?
- Your machine does the work, so a long clip on an old laptop takes as long as your laptop takes. And the tab has to stay open while it runs — closing it stops the encode, the same way closing a video editor would.
- Do I need an account?
- No. There is no sign-up, no email for a download link, and no watermark burned into the corner. Open the page, do the thing, close the page.
- Which browsers work?
- Anything with WebCodecs and the File System APIs — current Chrome, Edge and Safari. Each tool checks before it lets you pick a file, and says so plainly if your browser cannot run it rather than failing halfway through an export.
Try it on something
Nothing is uploaded, so there is no cost to finding out whether it does what you need.