How to Trim a Video Online (Without Re-Encoding)
Cut the start, end, or both of a video while preserving original quality. Browser-based, no upload, no watermark. Stream-copy is fast and lossless; re-encode is frame-accurate.
Trimming a video — chopping off the dead air at the start, the fumbling at the end, or both — is one of the most common video edits. You don't need a full editing suite for it; a focused tool that does just trim, fast and lossless, is the right move.
Two flavors of "trim"
Different tools mean different things by "trim." Two distinct operations:
Trim — keep a single contiguous range. Remove the start, the end, or both. The result is one continuous clip from your chosen start to your chosen end.
Cut — remove a section from the middle. Keep the before-segment and the after-segment, joined together.
Both are common. Trim Video handles the first; Cut Section from Video handles the second.
The fastest way to trim
Trim Video on Dropvert:
- Drop the video. Most formats work — MP4, MOV, MKV, WebM, AVI.
- The page shows a video preview and two range markers (start / end).
- Drag the markers. The preview seeks to whichever marker you're moving so you can see the exact frame.
- Pick whether you want stream-copy (default — fast and lossless) or frame-accurate (re-encoded for precision).
- Click Trim. Download.
For most use cases — "remove the first 5 seconds where I was setting up the camera" — stream-copy is the right choice. The trim runs in roughly 1 second per minute of source duration, and the output is bit-identical to the original within the kept range.
Stream-copy vs. frame-accurate
These are the two modes Trim Video offers, and the difference matters.
Stream-copy mode (fast, lossless)
The video file isn't decoded or re-encoded. The bytes corresponding to your chosen range are copied directly from input to output. Result:
- Fast — typically a few seconds for any video size.
- Lossless — no quality change, no re-encoding artifacts.
- No re-encoding overhead — you can trim a 60-minute video in under a minute.
The catch: video can only be cut on keyframes. H.264 and most other codecs encode some frames as full images (keyframes) and others as deltas from previous keyframes. Stream-copy can only start a new file from a keyframe — so the actual cut may snap to slightly before your chosen start time, by up to the keyframe interval (typically 1-2 seconds for H.264 at default settings).
For most "rough trim" use cases, this is fine. If you marked the start at 0:15 and the cut snaps to 0:14, the extra second is usually preferable to a slow re-encode.
Frame-accurate mode (slower, exact)
For situations where the keyframe snap is unacceptable — you need the cut to start exactly at a specific word in a podcast, or a specific frame in a sports clip — frame-accurate mode re-encodes the trimmed section.
- Slower — typically 25–50% of the trimmed clip's duration.
- Exact — the cut starts on the precise frame you marked.
- Slight quality loss — re-encoding always introduces some compression.
The quality loss is usually invisible at default settings (CRF 22 H.264). The speed difference is the main trade-off.
When to use which
Use stream-copy when:
- The trim is "remove the dead air at the start/end" and a 1-2 second slack is acceptable.
- The video is long and you don't want to wait for a re-encode.
- You'll edit the trimmed video further in another tool that re-encodes anyway.
Use frame-accurate when:
- You need a precise cut on a specific moment.
- The trimmed clip is short enough that re-encoding is fast.
- The output is final (no further editing).
Trimming for upload
Common platforms have hard upload limits or aspect-ratio requirements. After trimming, you may want to:
- Compress the trimmed video for email, WhatsApp, or web upload.
- Convert to GIF for short loops in chat.
- Extract just the audio if you only need the soundtrack.
Trimming preserves the original file
The trim is non-destructive — your original video file isn't modified. The output is a new file with the same name suffixed with "-trimmed". You can re-trim with different start/end times by repeating the process.
Common questions
Will the trimmed audio stay in sync with the video? Yes. Both modes preserve audio sync. If sync is off in your source, it'll be off in the output too — that's a different problem.
Can I trim multiple sections at once? Use Cut Section from Video for removing a single section from the middle. For multiple non-contiguous sections, run the cut tool multiple times in sequence.
Are my videos uploaded? No. The trim runs entirely in your browser via FFmpeg.wasm.
What if my video has multiple audio tracks? Trim preserves all audio tracks present in the source. The output has the same track structure as the input.
Why isn't the start exactly where I marked? That's the stream-copy keyframe snap. Switch to frame-accurate mode if you need exact precision.
Tools mentioned in this guide
Related guides
How to Compress a Video for Email (Under 25 MB)
Gmail, Outlook, and most corporate email systems cap attachments at 20-25 MB. Here's how to compress a video to fit, without obvious quality loss.
How to Compress a Video for WhatsApp (16 MB Limit)
WhatsApp caps video attachments at 16 MB. Here's how to compress a video to fit, plus the trade-off between quality and the WhatsApp re-encode.
How to Extract Audio from a Video (MP3, WAV, FLAC)
Pull just the audio track out of a video file. Useful for podcasts recorded on video, music videos, voice memos saved as MP4, and more. Browser-based, no upload.