In this tab. A two gigabyte holiday video never leaves your laptop.
Every online video converter uploads your file to somebody's server, transcodes
it there, and hands you back a link. People put family videos, medical
recordings and unpublished work through them because there is no obvious
alternative. This one has no endpoint to upload to — turn off your wifi
after the page loads and it still works.
It tells you whether it is copying or re-encoding.
Cutting a video does not have to re-encode it. If the output can hold the codec
the file already uses, the compressed video is copied across untouched —
the result is bit for bit your original, just shorter, and it takes
seconds rather than minutes. Change the size, the rotation or the quality and it
has to be decoded and encoded again, which is slower and costs a generation of
quality.
Every other converter re-encodes everything and says nothing. This one works out
which one your settings mean and tells you before you press the button.
1. Open a video
Drop a video here, or click to chooseNothing is uploaded — it is opened inside this tab
This browser cannot decode this video.
2. Choose the part you want
3. Choose what comes out
MB
— precise to the frame, but the picture has to be re-encoded to get there.
The honest notes
Nothing is uploaded. Static page, no endpoint, no account. The file is read from disk into this tab and the result is written back out of it.
Copying is not re-encoding, and the difference is the whole point. When the output container can hold the codec your file already uses and nothing about the picture changes, the compressed video is copied across untouched — identical quality, and roughly ten times faster. The panel above says which of the two your settings mean before you start.
Changing container is usually free. An MP4 can hold VP9 and a Matroska file can hold almost anything, so “convert this WebM to MP4” is normally a repackage rather than a conversion. The codec your file already uses is preferred over whatever this page would otherwise call best, precisely so that stays true.
A copied cut lands on a keyframe. Every frame in a compressed video is stored as a change from the one before it, back to a keyframe — a frame stored whole. A copy has to begin at one, because there is nothing to describe its first frame against otherwise. The page reads your file to find the last keyframe before your start point and tells you exactly where the cut will land and by how much it moved. If you need the frame you actually pointed at, tick the box and it will re-encode to get there.
Copying needs no codec at all. Repackaging never decodes anything, so a video in a codec this browser cannot play — an old phone's HEVC, say — can still be trimmed and moved into another container here. Only re-encoding needs the codec, and the page says when it does not have it.
Which formats appear depends on your browser, and it is asked rather than assumed. The codecs come from the browser itself. Chrome, Edge and Safari ship H.264 and AAC, so MP4 works. Some builds of Chromium — and Firefox on some systems — ship only the open codecs, and there MP4 can only be written with AV1 or VP9 inside it. Rather than offer a format and fail three minutes in, the page asks the browser what it can actually encode and offers that.
“Fit under 10 MB” is arithmetic, not a slider. A bitrate is a size divided by a duration, so the target sets it directly rather than being guessed at. The sound is subtracted first, because it is spent whatever happens to the picture — which is why a short clip at a small target can be impossible, and the page says so instead of producing something broken. Whether the result will look like anything is judged in bits per pixel, which is the only measure that means the same thing at 480p and at 4K.
A sharp small picture beats a smeared large one. Squeezing 4K into 10 MB does not give you 4K, it gives you mush at 4K's dimensions. Where dropping the resolution would land the same target in the clear, the page names the height and offers to apply it.
Re-encoding is real work. It decodes and re-encodes every frame, using the same hardware video engine a video call uses. It is fast for a phone clip and slow for an hour of 4K, and it will make a laptop's fan audible. Trimming without re-encoding does not.
Large files are held in memory. The result is assembled in the tab before you download it, so a very large output can run a tab out of memory. Trimming first is the fix.
What it does not do: subtitles, chapters, multiple audio tracks, joining two videos, or anything creative. It cuts, converts, resizes, rotates, mutes and extracts.
It downloads about 620 KB the first time, once you open a file: mediabunny, which reads and writes the container formats. The codecs themselves are the browser's own WebCodecs — there is no ffmpeg here and no WebAssembly, which is why it is quick.