A 1-minute video at 30fps contains 1,800 individual frames. Each frame is a complete image that can be exported as a standalone picture file. Frame extraction is how you get still images from video without taking a screenshot (which captures the player UI and is limited by display resolution).
Why extract frames instead of taking a screenshot
A screenshot captures what your screen displays, which is limited by your monitor resolution and includes the video player's interface (play button, scrub bar, title bar). A proper frame extraction pulls the raw decoded frame at the video's native resolution, without any player UI.
If your video is 4K (3840x2160) but your monitor is 1080p, a screenshot gives you a 1080p image. Frame extraction gives you a 4K image. The difference matters for print, thumbnails, and high-resolution use.
Common use cases
YouTube thumbnails: Extract the most visually appealing frame from your video and use it as the custom thumbnail. YouTube allows custom thumbnails, and a well-chosen frame with added text overlay dramatically improves click-through rates.
Documentation and tutorials: Extract a specific frame that shows the state of a UI at a particular step. "The screen should look like this" is more useful with an actual image from the video demonstration.
Product photography from video: If you shot a product video and need still images for a website or catalog, extracting frames from the video provides high-quality stills without a separate photo shoot.
Social media still posts: A single compelling frame from a video can serve as a standalone image post on Instagram, Twitter, or LinkedIn.
Evidence and reference: Extracting a specific frame from security footage, dashcam video, or event recordings for documentation or reference purposes.
Image format choices
PNG: Lossless compression. Every pixel is preserved exactly. Larger file sizes. Best for frames with text, UI elements, or graphics where sharp edges matter.
JPG: Lossy compression. Slight quality reduction (usually invisible at quality 90+). Much smaller file sizes. Best for photographic content (people, landscapes, products) where the slight compression is imperceptible.
BMP/TIFF: Uncompressed or lossless. Very large files. Used for professional print workflows where maximum quality is required.
For most purposes, JPG at quality 95 provides the best balance of quality and file size. For frames containing text or UI elements, use PNG.
Choosing the right frame
Video content is often blurry in motion. Between action poses, the subject may be in a position that looks awkward as a still. Selecting the right frame requires scrubbing through the video to find the best single moment.
Tips for finding good frames: - Pause during moments of minimal motion (the subject is between movements) - Look for frames where the subject's eyes are open and expression is natural - Avoid frames during fast camera movement (they are motion-blurred) - Check multiple adjacent frames because the best one might be 1-2 frames before or after your initial selection
The MediaBrew frame extraction tool allows you to scrub frame-by-frame to locate and download the exact uncompressed PNG or full-quality JPG still at full native resolution.