Drag the timeline handles or type timestamps to cut a clip. Runs entirely in your browser.
Drop a video file or click to browse
About this tool
The Trim tool cuts a precise segment from your video by setting a start time and duration. It uses FFmpeg's stream-copy mode by default, meaning the video and audio tracks are not re-encoded — the output quality is identical to the source and processing is nearly instant.
Guide & tips
Frequently asked questions
No, as long as stream copy mode is used (the default). The video bitstream is copied byte-for-byte — no decode or re-encode cycle happens. If you enable re-encode, quality is controlled by the CRF setting.
Stream copy mode snaps the cut to the nearest I-frame (keyframe) that precedes your start time. This is a limitation of the MP4/H.264 format. For frame-accurate cuts, enable re-encode mode at the cost of a slower export.
Yes, and that is the default. Stream copy preserves the original codec, resolution, and quality. Re-encode is only needed when you need frame-accurate cuts or want to change the output format at the same time.
There is no imposed limit. The only constraint is your device's available RAM, since the output is assembled in memory before download.