All tools

Video Trimmer

Cut a clip out of any video, in your browser.

About

Drop a video file, mark start and end times, and download the trimmed clip. Uses ffmpeg compiled to WebAssembly, so the whole thing runs locally — no upload, no waiting in a queue. First load is heavy (~30 MB) because the encoder has to come down once.

How to use

  1. Drop a video file (MP4, MOV, WebM, etc.).
  2. Pick start and end times.
  3. Download the trimmed video.

FAQ

Why does the page download a chunk on first load?+

It's pulling ffmpeg.wasm — the video engine that runs in your browser. After the first load it's cached, so subsequent visits are fast.

What file size can I handle?+

Up to roughly 1 GB on a typical laptop. Browser memory is the limit. For huge files, use desktop ffmpeg.