Trim a video

Cut the start or end off any video, right in your browser. No upload, no signup.

Why trim video in the browser

Most video edits don't need a desktop video editor. Trimming the first three seconds of dead air at the start of a clip, or cutting off the wave-goodbye at the end, is a 20-second job that should not require Premiere, DaVinci, or a multi-gigabyte download. The web has caught up: modern browsers can decode video, re-encode it, and write the result to a downloadable file without sending a single byte to a server.

This tool does exactly that. Pick a video file, drag the in-handles where you want the cut to happen, click trim, save the file. The whole pipeline lives in your browser tab.

What's actually happening under the hood

When you pick a file, the browser hands it to a JavaScript library called mediabunny that knows how to read most consumer video containers - mp4, mov, webm. It seeks to the trim points you set on the timeline, copies the relevant audio and video samples into a new container, and emits a Blob you can download. There is no re-encoding for the cuts you make at the start and end - the original codec is preserved - so quality is identical to the source and the operation is fast even for long clips.

Privacy

The video file never leaves your device. There is no upload, no account, no temporary storage. When you close the tab, the browser discards the in-memory copy. This is a meaningful difference from SaaS video editors, which upload everything to their servers.

What this tool is not

It is not a multi-clip editor. You cannot stitch two videos together, add titles, or apply filters. It does one thing - trim the start or end of one file. If you need anything more, this is the wrong tool; try Storrito's full video editor or a desktop application.