Save Frame from Video
Save a single still image from any video at full native resolution, without editing software.
How to use
- 1Upload the video containing the moment you want.
- 2Set a frame count high enough that the interval covers your target moment.
- 3Extract, then scan the preview gallery for the frame you need.
- 4Download the ZIP and keep the one image.
Landing on a specific moment
Frames are sampled at even intervals, so hitting an exact moment is a matter of making the interval small enough that one capture falls where you want it. The interval is duration divided by frame count.
Work out roughly where in the video the moment sits, then choose a count giving sub-second spacing around it. On a three-minute clip, 180 frames produces one image per second and 360 produces one every half second. Extraction is fast enough that over-sampling costs almost nothing but disk space, which you reclaim the moment you delete the frames you do not need.
| Video length | Count for ~1s spacing | Count for ~0.5s spacing |
|---|---|---|
| 30 seconds | 30 | 60 |
| 2 minutes | 120 | 240 |
| 10 minutes | 600 | 1,200 |
| 45 minutes | 2,700 | 5,400 |
The single-frame case is different
Setting the count to 1 does not give you the first frame. With midpoint sampling, a count of 1 captures the exact middle of the video - t = duration x 0.5. It is a reasonable way to get a representative still from a clip, but it is not a way to grab the opening shot.
This is intentional. The first frame of a video is very often black, a fade-in, or a title card, and returning it as the single representative image would be technically correct and practically useless.
What limits precision
Two things bound how precisely you can target a moment. The first is the video’s own frame rate - a 24 fps source has a new image only every 41.7 milliseconds, so nothing finer than that exists to capture.
The second is seek accuracy. The decoder seeks to the nearest point it can decode from and then advances to your requested timestamp, and on files with sparse keyframes or damaged indexes this can land a frame or two off. In practice you get frame-accurate results on well-formed H.264 files and occasional small drift on heavily compressed or unusually encoded ones.
FAQ
How do I save just one frame?
Extract a batch dense enough to cover your target moment, then keep the single image you want and delete the rest. Setting the count to 1 captures the exact midpoint of the video rather than a moment you choose.
What resolution is the saved frame?
Native video resolution. A 4K source gives a 3840x2160 image. The preview thumbnails in the gallery are downscaled to keep the page responsive, but the files in the ZIP are full size.
Can I get an exact timestamp?
Not directly. Raising the frame count shrinks the interval - 600 frames on a 10-minute video gives roughly one image per second, which is close enough for most purposes.
Why is my frame slightly blurry?
Most likely motion blur that exists in the source footage, which is normal for anything shot at a standard shutter angle. Try an adjacent frame where the subject is moving less.