Exact or fast: which cut to use
Fast cuts only copy MP4 and MOV files. Other formats are encoded to MP4 either way, so the file plays everywhere.
| Cut | How it works | Best for |
|---|---|---|
| Exact | Encodes the kept part again, so it starts on the frame you typed | Clips for posting, where the first frame matters |
| Fast | Copies the video without encoding it again, so it starts at the nearest keyframe before your time | Long MP4 or MOV files where a second either way is fine |
How to write the times
- Seconds: 5, 12.5 or 90.
- Minutes and seconds: 1:05 or 2:30.5.
- Hours too: 0:01:15.
- Leave the end empty to keep everything after the start, or set the start to 0 to cut only the end.
Private by design
The trimmer runs FFmpeg compiled to WebAssembly in your browser. Your file is read into memory on your device and the result is saved from there, so nothing is sent to Percify or anyone else. That is also why there is no queue, no account and no watermark.
Files up to 250 MB and 10 minutes work in the browser. For bigger files, the free FFmpeg command on this page does the same job on your computer.
Platform facts checked on 17 September 2026 against each platform's own help pages.