CODDY Tool

Video Frame Grabber

Capture a still image from any moment in a video, at full resolution.

Scrub to the exact frame you want and save it as PNG, JPG or WebP at the video's native resolution. Far cleaner than a screenshot, which captures your screen rather than the video.

Your files are processed locally in your browser and are never uploaded to our servers.

Loading tool…

About Video Frame Grabber

Taking a screenshot of a playing video gives you your screen, not the video: whatever scaling your display applied, any interface drawn over the top, and the colour handling of your window manager. Grabbing the frame directly gives you the actual pixels the file contains, at the resolution it was encoded at — a 4K video yields a 4K still even on a laptop screen.

This matters most for the obvious job of picking a thumbnail. A frame captured at native resolution has the detail to survive being re-encoded by whatever platform you upload it to; a screenshot of the same moment has already lost that detail before you start.

Seeking is the part that is easy to get wrong. A browser fires its seek event before the new frame is necessarily painted, so a naive implementation captures the *previous* frame — off by a fraction of a second in a way that is maddening when you are trying to catch a specific moment. This waits for the browser to confirm a frame was rendered before reading the canvas.

How to grab a frame

  1. Add your video

    MP4, WebM or MOV. It is decoded locally and never uploaded.

  2. Scrub to the moment

    Drag the slider, then use the nudge buttons to step by a tenth of a second to land on the exact frame.

  3. Pick a format and save

    PNG for text and sharp edges, JPG for photographic frames, WebP for the smallest file at similar quality.

Which format to save

  • PNG — lossless, larger. The right choice for frames with text, interface elements or hard edges, and for anything you will edit further.
  • JPG — smaller, lossy. Best for photographic frames, and universally accepted where PNG sometimes is not.
  • WebP — smallest at comparable quality, supported everywhere in current browsers. Occasionally rejected by older desktop software.

Frequently asked questions

What resolution is the captured frame?

The video's own resolution, not your screen's. A 3840×2160 video produces a 3840×2160 image even on a small laptop display, which is the main advantage over taking a screenshot.

Why does my capture look slightly different from the preview?

The preview is scaled to fit the page while the capture is at full resolution, so fine detail visible in the saved file is not visible in the preview. The moment captured is the same.

Can I extract every frame at once?

Not here — a minute of video is well over a thousand full-resolution images, which would exhaust browser memory. For a sequence rather than a single still, the Video to GIF tool covers most of what people want that for.

Which video formats work?

Whatever your browser can play, which in practice means MP4 with H.264 and WebM. MKV and AVI generally will not open, because browsers do not ship decoders for them.

All Video Tools

Video Frame Grabber is free to use with no account, no watermark and no usage limits. Last updated 14 August 2026.