How to export video frames as images
To export video frames, load one video, set the start and end of the range you want, and choose a frame rate to control how many frames are sampled per second. The tool extracts each frame as a PNG, numbers them in order, and bundles them into a ZIP for a single download. Extraction and ZIP packaging run locally in your browser, so the video is never uploaded.
Choosing a lower FPS samples fewer frames (good for quick reference or large clips), while a higher FPS captures more detail at the cost of more files and a larger ZIP. Limiting the range first keeps the output focused on the seconds you actually need.
- Upload one video file
- Set the start and end time
- Choose the FPS to sample
- Export and download the ZIP of numbered PNGs
Why ZIP is the right output for a frame sequence
A frame sequence can produce dozens or hundreds of files at once, so packaging them into a single ZIP keeps the download tidy and avoids saving images one by one. The numbered filenames preserve frame order so the sequence stays usable in editors and animation tools.
Common uses include rotoscoping and masking, frame-accurate review of fast motion, building sprite sheets or reference sets, and pulling several stills from one clip. The frames export as PNG, which keeps edges and UI captures sharp.