How the Video Trimmer Works
AnyTool trims video in the browser with a self-hosted ffmpeg engine (no CDN). It offers two modes. Fast uses stream copy (-c copy) to cut the chosen start–end range without re-encoding: it is lossless and near-instant, with cuts snapping to the nearest keyframe. Precise re-encodes the range with H.264 (veryfast preset, CRF 18) and AAC for frame-accurate boundaries. The start and end default to the clip's real duration read from the native video element, and the result is read back as an MP4 blob. Everything runs locally on the device.
- Runs client-side — the clip is never uploaded
- Self-hosted ffmpeg core — no CDN
- Fast = lossless stream copy (near-instant, keyframe-aligned)
- Precise = frame-accurate H.264 re-encode
- Start/end seeded from the real clip duration
- No backend, no watermark, no size cap
