Is this video to image sequence tool free?
Yes. It is free with no signup or watermark, and it runs entirely in your browser.
Does it upload my video?
No. Frame extraction and ZIP creation happen locally in your browser, so your video is never uploaded.
What format are the frames?
Frames are exported as numbered PNG files packaged in a single ZIP. This version uses PNG only.
Can I limit which part is extracted?
Yes. Set the start and end times before extracting, and only frames in that range are exported.
How do I control how many frames I get?
Set the frames-per-second (FPS) value: a lower FPS samples fewer frames, and a higher FPS captures more detail with more files.
How do I export video frames as images?
Set the frame rate and the range, then export. The frames are decoded and written out as numbered PNGs inside a ZIP, in your browser, with nothing uploaded.
What frame rate should I extract at?
The default of 2 fps suits most uses. Extracting every frame of a 30 fps video produces 1,800 images per minute, which is almost never what anyone actually wants.
Why are the frames PNG?
Because PNG is lossless, so an extracted frame is a clean starting point for further work rather than a re-compressed copy.
How do I extract only part of the video?
Set the start and end times. A 30-second segment at 2 fps gives you 60 images; extracting a full hour would give you 7,200.
Can I rebuild a video from the extracted frames?
Not with this tool. It takes the video apart. Rebuilding is a separate job, and the per-frame timing is not stored in a PNG.