Tested tool guide
Tested browser tools
Checked August 16, 2026
What Video Thumbnail Extractor does, with a checked example
A video is a sequence of still pictures, and this page lets you pull one of those pictures out as an image file. You pick a video file, set a timestamp in seconds or clock time, and the page moves the playhead to that moment and saves the frame on screen as a downloadable image. The file is decoded entirely in your browser and is never uploaded. What surprises people most: the result is not a small thumbnail. It comes out at the video's native resolution, so a 1080p clip yields a 1920x1080 image.
Worked example
A concrete input and expected output from the current implementation.
Input
clip.mp4 - 1920x1080, 1:30 long - timestamp 12.5 s
->
Expected output
A downloadable still image, 1920x1080 pixels, showing the picture in clip.mp4 at the 12.5-second mark.
The exported image is taken from the frame the player displays after seeking to 12.5 s, which for compressed video is the nearest frame the decoder can reconstruct (within one frame duration of the target). It keeps the source frame's pixel dimensions, so a 1080p clip produces a 1920x1080 image.