FileFlipTrim video

Trim Video Online Free

Trim video online: set start and end in seconds, download the segment. MP4, WebM, MOV. No account, in the browser with FFmpeg.wasm.

1Upload
2Trim
3Download

Frequently asked questions

How do I trim a video online?
Upload your video (MP4, WebM, or MOV). The tool shows the total duration. Enter start and end time in seconds. Click "Trim video". FFmpeg.wasm cuts the segment in your browser using stream copy (no re-encoding). Download the result.
Are my videos sent to a server?
No. Trimming runs entirely in your browser using FFmpeg.wasm. Your video never leaves your device.
What formats are supported?
MP4, WebM, and MOV. The output keeps the same format as the input. Trimming uses copy mode, so no re-encoding and no quality loss.
Why does FFmpeg take a few seconds to load?
FFmpeg.wasm is a large WebAssembly module. It is downloaded once and cached. The first time you use the tool you will see a short loading state.
Can I set start and end in minutes?
The inputs are in seconds. For 1:30 enter 90 as the end time. You can use whole numbers; for frame-accurate cuts use a desktop editor.
Does it work on mobile?
Yes, in browsers that support WebAssembly (Chrome, Safari). Trimming with copy mode is fast on mobile.
Is there a maximum video length?
There is no fixed limit. Very long videos may take longer to load and process. Limits depend on your device memory.
Why is the cut not exactly at the times I set?
With -c copy, cuts happen at the nearest keyframe. For frame-accurate trimming you would need to re-encode (slower). This tool prioritizes speed and no quality loss.
Can I trim multiple segments?
This tool produces one continuous segment (start to end). For multiple segments use a desktop video editor.
Does it work in all browsers?
FFmpeg.wasm requires a modern browser with WebAssembly. Chrome, Firefox, Safari, and Edge (recent versions) work.