Trimming a video means cutting out a specific segment between two time markers and saving just that portion as a new clip. For beginners, the fastest way to do this online is to pick a start and end time, let the browser process the chosen range, and download the result. Video Trimmer at Lizely does exactly that: you choose a local file, type in two time values, and receive a WebM clip of the selected section without ever uploading the source. The whole flow runs inside your browser tab using built-in HTML5 playback and the MediaRecorder API, so nothing leaves your computer unless you actively save the file. Because the operation is a real-time re-encode rather than a frame-perfect splice, the tool is designed for short, casual cuts — think trimming the start off a phone recording, pulling a single quote out of a longer clip, or shaving a few seconds off the end of a download. You do not need to install software, create an account, or learn a timeline editor to get a clean short clip in a few minutes.

What trimming a video actually means
Trimming is one of the most basic edits in any video workflow, and it is the right starting point for beginners. When you trim a clip, you keep a continuous run of footage between two timestamps and discard everything outside that range. The source file itself stays intact on your computer; the tool produces a separate, shorter file that contains only the segment you selected.
This is different from three other operations beginners often confuse it with:
- Cutting usually means splitting a clip into two or more pieces so you can rearrange or remove sections in the middle. Trimming only ever produces one output clip from one continuous range.
- Cropping changes the visible frame by removing pixels from the top, bottom, left, or right. The timeline length stays the same.
- Compressing reduces file size by re-encoding at a lower bitrate or smaller dimensions. The duration stays the same and the pixels stay the same.
If your only goal is "keep seconds 12 through 47 and throw away the rest," you are trimming. That single-purpose task is what the Video Trimmer is built for, which is why its interface only asks for two numbers: where to start and where to stop.
What you need before you click Trim
Before you open a trimmer, it helps to know three things: what your file is, how long it is, and what your browser can actually play. Most beginners are surprised to learn that the filename extension (the .mp4 or .mov part) only describes the container, not the audio and video codecs inside it. Two files named the same thing can behave very differently depending on how they were recorded.
The Video Trimmer accepts five common containers: MP4, WebM, MOV, M4V, and Ogg. The file you choose must be 500 MiB or smaller, and the decoded clip the browser loads from it must be no longer than five minutes, no wider or taller than 4096 pixels, and no greater than 3840 × 2160 in total pixel area. If your source is a longer phone recording, you will need to trim it in pieces or pre-trim it in another tool first.
You should also have a rough idea of the timestamps you want. Beginners often open the tool, play the video locally in a separate player, and write down the seconds where their desired section begins and ends. The Trimmer accepts values with milliseconds, so you can enter 12.5 or 90.25 if you need precision, but plain whole numbers work fine for most casual cuts. Because nothing leaves your browser during the operation, beginners who worry about cloud uploads can read a practical walkthrough of how a no-upload clip cut actually works in this kind of browser tool.
| Item | Limit or behavior |
|---|---|
| Accepted containers | MP4, WebM, MOV, M4V, Ogg |
| Maximum file size | 500 MiB |
| Maximum decoded duration | 5 minutes |
| Maximum width or height | 4096 pixels |
| Maximum total resolution | 3840 × 2160 |
| Minimum clip length | 0.1 seconds |
| Time precision | Seconds, with optional milliseconds |
| Processing location | Current browser tab, no upload |
How to trim a video online in a few steps
When you are ready, the actual cut takes only a few clicks. Open the Video Trimmer, and follow the same workflow each time so you build the habit of checking your inputs before exporting.
- Choose one supported local video. Click the file picker and pick a single MP4, WebM, MOV, M4V, or Ogg file. The tool reads the file in your browser tab, so you are not uploading anything. Wait for the reported duration to populate; this number comes from the browser's own playback engine, and it is the upper bound your end value cannot exceed.
- Enter a start time and a later end time. Both values are in seconds, and the end must be later than the start. The start must be zero or greater, and the end cannot exceed the decoded duration. Milliseconds are allowed, so 7.25 is a valid entry. The selected range must be at least 0.1 seconds long.
- Select Trim video. The tool seeks the media element to your start time, captures the browser-exposed playback stream, and records in real time until it reaches your end time. Because it is a real-time re-encode, a 60-second clip takes roughly 60 seconds to process.
- Review the reported clip duration and output size. The result panel shows both numbers. If those do not match what you expected, change your start or end values and trim again. Invalid or reversed ranges fail visibly instead of being silently clamped, so a wrong entry will not produce a surprising output.
- Download the WebM clip. Select the download link to save the new file. The link points at a temporary object URL managed by the page, so it can be revoked if you cancel or start over.
If you only need one short segment, this is the entire workflow. There are no keyframes to set, no tracks to manage, and no render queue to monitor.
Why the downloaded clip is a WebM
Beginners are often confused the first time they expect an MP4 and download a file ending in .webm. The reason is technical but worth understanding: the Trimmer records the playback using your browser's built-in MediaRecorder API rather than running a dedicated video encoder. Most browsers expose WebM with VP9 or VP8 as their stable video recording combinations, with Opus audio included when available, so the tool selects the first supported configuration from that list and produces a WebM container that wraps it. The capture path is documented in the MDN MediaRecorder reference and in the MDN guide to recording a media element.
The WebM format plays in every modern browser, in VLC, and on most smart TVs, and you can usually remux it to MP4 with a free tool if a specific platform insists on MP4. The Segment Info of the generated WebM is patched with your selected duration so compatible players report a finite timeline rather than the original longer length.
What is and is not preserved
| Property in the output | Behavior |
|---|---|
| Frame dimensions | Preserved from the source |
| Duration of selected range | Matches your start and end values |
| Visual quality, keyframes, color metadata | May differ from the source |
| Audio layout and channel count | May differ from the source |
| Output container and codec | Always WebM with VP9 or VP8 video (Opus audio when available) |
| File size | Smaller or larger than a same-range slice of the source |
A worked example: if your source is 180 seconds long and you set start to 45 and end to 90, you will get a clip whose length is 90 − 45 = 45 seconds. The tool reports this duration back to you before you download, which is the simplest way to confirm your inputs were read the way you intended.
The cut is also not frame-accurate. Because MediaRecorder samples playback time rather than packet boundaries, the last encoded frame can land a small fraction of a second around your requested end. For a casual clip or a social post, that drift is invisible; for broadcast delivery or for matching an exact beat, you need a desktop editor.
What goes wrong the first time you trim
Most beginner problems fall into a handful of categories, and recognizing them saves a retry.
The first is codec confusion. A file named .mp4 almost always works, but a .mov recorded with an unusual codec, an .m4v from a niche app, or an .ogg from an old recorder might fail to decode even though the extension is in the supported list. If the duration never populates after you pick the file, the browser cannot decode the codecs inside the container, and the tool has nothing to trim from.
The second is reversed or out-of-range timestamps. Entering end smaller than start, or end larger than the decoded duration, produces a visible failure rather than a clipped or padded result. Always read the populated duration first, then choose two values that fit inside it.
The fourth is mismatched expectations. Beginners often expect MP4 output, frame-accurate cuts, and metadata identical to the source. The tool instead gives WebM, a real-time re-encode, and dimensions-only preservation. Confirming those trade-offs up front avoids disappointment on the first download.
When to skip a browser trimmer
Browser trimming is the right tool for short, casual, single-range cuts on files you control. It is the wrong tool when you need any of the following:
- A clip longer than five minutes of decoded video
- A frame-accurate cut on a keyframe boundary
- MP4 output for a platform or device that rejects WebM
- Subtitle tracks, multitrack audio, or specific color metadata preserved
- Removal of watermarks, bypassing of DRM, or editing remote content you do not own
For those cases, a dedicated desktop editor with timeline-based export is the safer choice. Use the browser Trimmer as the fast option for the everyday jobs it handles well, and reach for heavier software only when the requirements actually demand it.
For a deeper look, see Trim Video Online Free Without Sign-Up.