Video Trimmer
Trim and cut video files to the desired length
Video Trimmer cuts a clip between start and end times using FFmpeg compiled to WebAssembly — the file is processed inside your browser's memory and never uploaded anywhere.
All processing runs locally in your browser. Your files and text are not sent to Tool-web's server.
How to Use
- Upload your video file
- Set start and end points using the timeline
- Preview the selection
- Download the trimmed video
Features
- Precise timeline selection
- Preview before download
- Supports MP4, WebM, AVI
- Frame-accurate cutting
- No re-encoding option
Tips for getting Video Trimmer right
- First use downloads the ~30 MB FFmpeg core; subsequent trims run offline-fast
- Stream-copy mode cuts instantly but snaps to nearby keyframes — expect ±a-few-second precision on long-GOP footage
- Very large files hit browser memory limits; trim in segments if a 2 GB recording refuses to load
How the cut works
The tool invokes ffmpeg -ss <start> -i input -t <duration> -c copy output. Stream copy avoids re-encoding, which keeps quality identical and speed near-instant — the tradeoff is that cuts land on keyframes rather than exact frames.
Precision vs speed
| Approach | Speed | Precision | This tool |
|---|---|---|---|
| Stream copy (-c copy) | Seconds even for GB files | Keyframe-snapped (±seconds) | Yes |
| Full re-encode | Minutes; heavy CPU | Frame-exact | No |
Troubleshooting
- Cut includes extra footage at the start? That's keyframe snapping — nudge the start time later
- Processing stuck at 0%? The WASM core may still be downloading; check the network tab
- Audio drift after cutting? Rare stream-copy artifact on variable-frame-rate sources
Frequently Asked Questions
What video formats are supported?
Does trimming reduce quality?
What is the maximum file size?
Privacy & Security
Trimming runs via FFmpeg.wasm entirely in your browser. Video files never leave your machine.
Tips & Best Practices
- First use downloads the ~30 MB FFmpeg core; subsequent trims run offline-fast
- Stream-copy mode cuts instantly but snaps to nearby keyframes — expect ±a-few-second precision on long-GOP footage
- Very large files hit browser memory limits; trim in segments if a 2 GB recording refuses to load
Comments
0/1000
Explore more Audio & Video Tools
Browse all tools in the Audio & Video Tools collection.