Initializing... drag & drop files here
Supports: MPEG2
This is a frame-grab to icon workflow: the converter decodes one still frame from your MPEG-2 video at a time you choose and writes it as a Windows .ico file. This guide is for anyone turning a video freeze-frame into an app icon, desktop shortcut, or favicon — it walks through picking the right frame, choosing an icon size, and the limits of squeezing a video frame down to icon dimensions.
.mpeg2 file onto the page or click "+ Add Files" to browse. You can queue several videos and convert them with the same settings.2.100 means 2 seconds and 100 milliseconds into the video..ico container..ico file. No sign-up, no watermark.The single most important choice is which frame and how big. Because an ICO is tiny and square, a wide 720×480 or 1920×1080 MPEG-2 frame gets downscaled hard — fine detail, small text, and busy backgrounds disappear at icon scale. Pick a moment where the subject is centered, large, and high-contrast.
5.500 = 5.5 seconds). Re-enter a precise time rather than guessing; scrub your video in a player first to find the exact second.If you need an animated icon, ICO is the wrong target — it stores still images only; consider exporting a short clip to GIF instead. If the source is copy-protected or the file is corrupt, the frame may fail to decode. And if you want a multi-resolution favicon set with hand-tuned 16, 32, and 48-pixel versions, it is often cleaner to grab a high-quality still first (MPEG-2 to PNG) and then build the icon from that polished image (PNG to ICO).
The Windows ICO format tops out at 256×256 pixels, which is the standard high-DPI master size. Microsoft's icon guidance recommends a full set of 16, 32, 48, and 256 pixels in one file, with the system scaling the 256 master down as needed. You cannot exceed 256×256 in an ICO regardless of how large the source video frame is.
A frame decoded from MPEG-2 video is fully opaque — video frames carry no alpha channel — so the resulting icon has a solid rectangular image with no transparent areas. ICO itself supports 32-bit RGBA transparency, but there is nothing transparent in a video frame to preserve. To get a transparent-background icon, remove the background from a still image first.
Two things stack up. First, MPEG-2 is a lossy codec, so individual frames already carry compression artifacts. Second, an icon is far smaller than a video frame, so downscaling discards most of the detail. The combination is most visible at 16 and 32 pixels. In our testing, a clean, centered subject survives the shrink far better than a busy frame with small text.
The Frame Selection control has a "Multiple Screenshots" mode for capturing more than one frame from a clip. For a single icon, leave it on "Specific Frame" and set one Time value; switch modes only when you want several stills from the same video.
Yes. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared or made public.
Use ICO when you need a single file that bundles several sizes (16, 32, 48) for broad browser and Windows compatibility, including older browsers that expect favicon.ico. Use PNG when you only need one modern size and want simpler editing. Many sites ship both — a multi-size .ico plus larger PNG icons referenced in the page markup.