Video Trimmer
Set start and end trim points on any video file, preview the clip in your browser, and get a ready-to-run FFmpeg command to export the trimmed segment.
Drop a video file here
MP4, MOV, MKV, WebM, AVI and more
File Info
- Duration
- —
- File size
- —
- Resolution
- —
- Format
- —
Trim Points
0:00
0:00
Clip duration
—
Est. size
—
Load a video file to start trimming.
FFmpeg Trim Command
Run this in your terminal. Requires FFmpeg. Uses stream copy (lossless, near-instant) by default.
Mode:
Copied!
Summary
Set start and end trim points on any video file, preview the clip in your browser, and get a ready-to-run FFmpeg command to export the trimmed segment.
How it works
- Drop or browse to select any video file (MP4, MOV, MKV, WebM, AVI, etc.).
- The video loads in the browser player — duration and file info appear automatically.
- Drag the start and end handles on the timeline, or type exact times in the input fields.
- Click "Preview Clip" to play only the trimmed segment in the player.
- The clip duration and output size estimate update in real time as you adjust points.
- Copy the generated FFmpeg command and run it in your terminal to export the clip.
Use cases
- Cut the opening or ending of a recorded video before sharing.
- Extract a specific scene or highlight clip from a longer video.
- Quickly check how long a segment will be before running a full encode.
- Get the exact FFmpeg -ss / -to flags without memorizing the syntax.
- Preview trim points before committing to an irreversible encode.
- Prepare clips for social media by trimming to platform time limits.
Frequently Asked Questions
Last updated: 2026-06-11 ·
Reviewed by Nham Vu