How the Thumbnail Frame Finder Works
AnyTool scans a video using the native HTML5 <video> + <canvas> pipeline (no ffmpeg boot, so it starts instantly) and scores each sampled frame on four objective signals: sharpness (variance of the Laplacian), exposure (mean luma, penalising clipped/black frames), contrast (luma standard deviation) and colorfulness (Hasler-Susstrunk on opponent channels). Frames are ranked by a weighted blend, near-duplicates are suppressed so the shortlist is diverse, and the winners are re-decoded at full resolution for export as JPG/PNG/WebP stills, aspect-ratio crops (16:9, 1:1, 9:16) or a contact-sheet grid.
- Runs client-side — the video is never uploaded
- Scores frames on sharpness, exposure, contrast, colorfulness
- Ranked shortlist + near-duplicate suppression
- Native video/canvas — instant start, no ffmpeg boot
- Full-resolution export + 16:9 / 1:1 / 9:16 crops + grid
- No sign-up, no watermark
