How the Auto Clip Generator Works
AnyTool splits a long video into short clips entirely in the browser. Before any encoding, two analyzers run locally: scene detection samples downscaled frames and measures luminance differences to find cut points, and silence detection computes audio RMS to find speech gaps; clip boundaries snap to silences so clips don't start mid-word. Proposed clips appear on a thumbnail timeline in a second or two. On export, the self-hosted ffmpeg engine cuts each clip (instant stream-copy or precise re-encode), optionally reframes to 9:16/1:1/4:5 and burns captions, and the clips are bundled into a ZIP with per-clip SRT.
- Runs client-side — the video is never uploaded
- Instant local scene + silence detection (no engine boot)
- Instant stream-copy cuts or precise re-encode
- Optional 9:16/1:1/4:5 reframe and caption burn-in
- Batch ZIP export + per-clip SRT
- No watermark, no sign-up, no minute cap
