Video Screenshot Tool
Take clean screenshots from any video without player controls, scaling loss, or manual pausing.
How to use
- 1Upload the video you want screenshots from.
- 2Set how many screenshots to capture across the duration.
- 3Choose your image format and click Extract Frames.
- 4Download every screenshot in one ZIP.
A screenshot of a video is not a frame from it
Pressing the system screenshot key while a video plays captures what your display is showing, which is not the same thing as what the file contains. Three things get lost along the way.
The first is resolution. A 4K video playing in a window on a 1080p screen has already been scaled down before it reaches your screenshot. You capture 1080p or less of a source that held four times the detail. Frame extraction reads from the decoded video buffer at native resolution regardless of window size.
The second is interface. Play buttons, scrub bars, timestamps, watermarks and cursor overlays all end up in a screen capture. Extracted frames contain only the picture.
The third is colour. Video players apply their own colour management, and some use hardware overlay rendering that a screenshot captures incorrectly - which is why screenshots of video sometimes come out as a solid black or purple rectangle.
Letterboxing and display scaling
When a video does not match the aspect ratio of the window it plays in, the player adds black bars. A screenshot captures those bars as part of the image, and cropping them afterwards costs you accuracy at the edges.
High-density displays add another layer. On a Retina or 4K monitor with fractional scaling, a screenshot may be captured at a non-integer multiple of the source resolution, which resamples every pixel and slightly softens the whole image. Extraction sidesteps all of this because it never touches the display pipeline.
When a plain screenshot is fine
None of this means screen capture is wrong. If you want one image from a video streaming in a browser tab and you do not have the file, a screenshot is the only option and the quality is usually good enough.
Frame extraction is the better tool when you have the actual file, when you need more than two or three images, when the source is higher resolution than your display, or when the images need to be free of interface elements. Past a few dozen images the difference stops being about quality and becomes about time.
FAQ
How is this better than pressing print screen?
Screenshots capture your display, which has already scaled the video down and layered player controls on top. Extraction reads the decoded frame at native resolution with nothing overlaid.
Will player controls appear in the images?
No. Extracted frames come from the video buffer rather than the screen, so there are no play buttons, scrub bars, cursors or timestamps.
What resolution are the screenshots?
The video’s native resolution. A 4K source produces 3840x2160 images regardless of monitor size or how large the browser window is.
Can I screenshot a video that is streaming online?
Not directly - the tool works on files you have on your device. Download the video first if you have the right to do so, then extract from the local file.