Need a single still image, the first or last frame, or every frame of a clip as separate pictures? This guide shows you the fastest way to extract frames from a video — free, in your browser, with no software to install and no uploads.
You’ll learn how to grab one frame at an exact moment, how to capture an image from a video, how to get the first or last frame, and how to split a whole video into frames in a single batch. We’ll use the free online Video Frame Extractor, with quick notes on FFmpeg and VLC for comparison at the end.
Quick answer: Open the Video Frame Extractor, drop in your video (MP4, MOV, WebM), scrub to the moment you want, and click Capture frame — or use batch mode to export every frame at once. Download as PNG or JPEG at full resolution. Everything runs on your device, so your video is never uploaded.
What does “extracting frames from a video” mean?
Table of Contents
ToggleA video is just a fast sequence of still images called frames — typically 24, 30, or 60 of them every second. Extracting a frame means saving one of those individual images as a standalone picture file (a PNG or JPEG), at the video’s true resolution. People also call this getting a still from a video, taking a picture from a video, or using a frame grabber.
This is different from taking a screenshot. A screenshot captures whatever your screen shows — often a scaled-down, compressed view with player controls on top. Extracting the frame pulls the real image data straight from the file, so you get a sharper, full-resolution result with nothing overlaid.
The easiest way to extract frames from a video (no install)
The quickest method for most people is a browser-based video frame extractor made by Snaplytics. There’s nothing to download; it works on Windows, Mac, Linux, ChromeOS, and mobile, and because the whole process happens locally in your browser, your footage never leaves your computer.
Here’s what it can do:
- Capture a single frame at any timestamp you choose.
- Grab the first or last frame of a clip.
- Split a video into frames in a batch — by time interval, by frames per second, or by a total number of frames.
- Step frame by frame to land on the exact moment.
- Save as PNG or JPEG at native resolution, one at a time or all at once in a ZIP.
Supported formats include MP4, MOV, and WebM — essentially anything your browser can play.
How to extract frames from a video, step by step
- Open the frame extractor. Go to the free Video Frame Extractor. No account, no install, no watermarks — it loads instantly in any modern browser.
- Add your video. Drag your file onto the drop zone, or click to browse and pick it. The video loads straight from your device — nothing is uploaded to a server. MP4, MOV, and WebM all work.
- Find the frame you want. Scrub the timeline to the moment you need. Use the step-back and step-forward buttons to move roughly one frame at a time so you can land on the exact frame — perfect for catching a fast action or a clean facial expression.
- Capture the frame (or batch-extract). Click Capture frame to grab the current moment at full resolution. To pull many frames at once, switch to Batch extract and choose a mode: every N milliseconds, a set number of frames per second, or a total number of frames spread across the clip.
- Choose format and download. Pick PNG (lossless, best for editing and text) or JPEG (smaller files), set the quality, then download. Save a single frame, or grab everything at once with Download all (ZIP). Every image comes out at the video’s native resolution.
Do it instantly — no install, no sign-up, no upload: extract frames from your video.
Extracting frames with FFmpeg or VLC (advanced alternatives)
If you prefer desktop software, two free options can also pull frames from a video:
- FFmpeg (command line): a command such as
ffmpeg -i input.mp4 -vf fps=1 frame_%04d.pngexports one frame per second. It’s powerful and scriptable, but requires installing FFmpeg and learning its syntax. - VLC Media Player: under Video → Take Snapshot (or the scene filter for batches), VLC can save the current frame. It’s convenient if you already have VLC, though frame-accurate captures and bulk export are fiddly.
Both work, but for a quick, frame-accurate result without installing anything, a browser-based video frame grabber is usually faster — and it keeps your video private on your own device.



