Video Thumbnail Extractor
Extract evenly-spaced JPG thumbnails from any video. Bulk-download as ZIP.
Quick answer: Video Thumbnail Extractor: extract evenly-spaced JPG thumbnails from any video. Bulk-download as ZIP. Runs entirely in your browser, free, no signup.
Last updated
Good to know
This tool seeks to evenly spaced timestamps and captures whatever frame is decoded there, which makes it ideal for building a contact sheet — a quick visual index of a long recording so you can find the moment you need without scrubbing. It is also handy for pulling poster-frame candidates for a video player or for grabbing a still to use as a social preview image.
The thumbnails come out at the video's native resolution as JPG at 90% quality, so a 4K source produces large stills. If you are using them as previews or uploading them somewhere with a size budget, run the output through an image compressor or resize afterward — a poster frame rarely needs to be full 4K.
Browser codec support is the usual sticking point. MP4 with H.264 decodes almost everywhere, but many MOV files use codecs that only Safari handles, so a clip that plays fine in QuickTime may extract blank frames elsewhere. If a video refuses to yield thumbnails, transcode it to MP4 first with the video compressor and try again.
One subtlety of seeking: browsers snap to the nearest keyframe, so on heavily compressed footage the captured frame may be a fraction of a second off the requested timestamp. For a rough index that is fine; for frame-exact extraction you would need a desktop tool like ffmpeg.
Frequently asked questions
- What format are the thumbnails?
- JPG at 90% quality — a good balance of size and quality. The dimensions match the video's native resolution.
- How many thumbnails can I extract?
- Up to 24 in one go. Beyond that, the page stays responsive but the extraction takes a few seconds per frame at high resolutions.
- Is my video uploaded?
- No — the browser decodes the video locally and we read frames from a canvas. Nothing leaves your device.
- Why does my MOV file not work?
- MOV files use codecs that browsers other than Safari often don't decode. Open in Safari, or convert to MP4 first using our Video Compressor.
- Can I pick exact timestamps?
- Not yet — we space thumbnails evenly across the video. Custom timestamps are on the roadmap.