Video Screenshot
Capture a single frame from any video at a chosen timestamp and download it as PNG or JPEG.
100% client-side · no upload
Large file detected. Trim with the Video Trimmer first if you only need a still near one moment.
Output format
Load a video file to begin.
How to capture a video screenshot
- Load a video file — MP4, WebM, MOV all work.
- Use the preview player to find the moment you want and note the time.
- Enter the timestamp in HH:MM:SS form (or as plain seconds) and pick PNG or JPEG.
- Click Capture frame and download the still image.
Common use cases
- Thumbnails: Grab a hero frame for a YouTube or video-podcast thumbnail.
- Documentation: Capture an exact UI state from a screen recording to drop into a how-to guide.
- Photo from movie: Extract a memorable shot from a family video for a print or wallpaper.
- Evidence stills: Pull a single frame from CCTV or dashcam footage to share without sending the full file.
Related tools: Video Frame Extractor · Video Thumbnail Maker · Video Trimmer · Video to GIF
よくある質問
- How precise is the timestamp?
- You can target frames with second-level precision by entering HH:MM:SS or sub-second precision with HH:MM:SS.mmm. ffmpeg will seek to the nearest keyframe and decode forward, so the actual extracted frame is the closest one to your timestamp.
- Should I export as PNG or JPEG?
- PNG is lossless and ideal for screenshots with text, UI elements or sharp edges. JPEG is smaller and good for natural photos or social media sharing. Both are universally supported.
- What is the resolution of the screenshot?
- The screenshot is captured at the original video resolution — a 1080p video produces a 1920×1080 image. If you need a smaller image, resize it after download with an image-resizing tool.
- Can I capture multiple frames at once?
- This tool extracts one frame per run. For an evenly-spaced grid of frames, use the <a href="/video/frames/">Video Frame Extractor</a> which generates a sequence of stills.
- Is my video uploaded?
- No. ffmpeg.wasm decodes the video locally in your browser. The file never leaves your device.
- Why is the captured frame slightly blurry?
- Video codecs use motion blur and inter-frame compression, so individual frames are often softer than dedicated photos. Choose a moment with little motion for the sharpest result.