Initializing... drag & drop files here
Supports: M2V
This walkthrough turns a single frame from an .m2v (MPEG-2 video) clip into a Windows .ico icon — picking the exact frame, then sizing it down to icon dimensions. It is written for anyone who has a video and wants a desktop, app, or favicon icon out of one of its frames, without opening a video editor.
.m2v file onto the page or click "+ Add Files" to pick it from your computer. You can queue several clips and convert them with the same settings.2.5 grabs the frame at two and a half seconds. This single frame becomes your icon..ico supports; smaller targets like 32 or 48 px also work for toolbar and taskbar icons..ico. No sign-up, no watermark.The two settings that decide whether your icon looks good are the frame timestamp and the output resolution. Get the frame first, then worry about size.
For the timestamp, the Time field accepts decimals down to the millisecond, so 2.100 means two seconds and 100 ms. A few patterns that work well:
0.For size, remember a .ico tops out at 256×256 pixels. A standard-definition M2V frame (about 720×480) and an HD frame (1280×720 or 1920×1080) both get scaled down hard to reach icon dimensions, so fine detail and small text will not survive. Square subjects centered in the frame icon best, because the frame's wide aspect ratio is squeezed into a square canvas.
A frame grab is always a solid, opaque rectangle, so if you need a transparent or cut-out icon, convert the frame to a still image first and edit it. For that, convert M2V to PNG to keep full detail with an alpha channel, mask out the background in an image editor, then convert the PNG to ICO. Corrupted or partial M2V streams that no player will open will not decode here either — repair or re-export the file first.
The .ico format maxes out at 256×256 pixels and is built around a standard set of square sizes — 16×16, 32×32, 48×48, and 256×256 are the ones Microsoft lists for application and Control Panel icons. A single .ico file is a container that can hold several of these sizes and color depths at once, similar in concept to how an archive holds multiple files.
No. MPEG-2 is a lossy codec, so the decoded frame already carries some compression artifacts, and shrinking a 720×480 or 1080p frame down to 256 pixels or smaller discards most fine detail. Icons are best made from clear, high-contrast frames; photographic detail and small text rarely read at icon size.
No. The output is a single static .ico — Windows icons and browser favicons do not play animation. This tool captures one frame at the timestamp you choose; it does not produce a moving icon.
Set Frame Selection to "Specific Frame" and type a timestamp in the Time (seconds) field, using decimals for sub-second precision (for example 3.250). Choose "Multiple Screenshots" instead if you want several frames pulled at once so you can compare and keep the best one.
Not automatically. A video frame is a solid rectangle with no alpha channel, so the icon will have an opaque background. The .ico format itself does support transparency, but to use it you would convert the frame to PNG, erase the background in an editor, and then make the ICO from that edited image.
Your file is uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours. There is no sign-up, no watermark, and files are never shared or made public.
In our testing, a 1080p M2V frame exported to ICO at 256P produced a square, opaque icon ready to assign in Windows, whereas the same frame exported to PNG kept the original wide aspect ratio and full resolution. Use ICO when you specifically need a Windows icon or favicon; use PNG or JPG when you just want a still picture of the frame.