Initializing... drag & drop files here
Supports: MPG, MPEG
MPG is a video container — a stream of MPEG-1 or MPEG-2 frames originally designed for Video CD, DVD-Video, and digital broadcast. ICO is the opposite: a single still (or a bundle of stills at multiple sizes) that Windows reads to draw a desktop icon, taskbar pin, Alt-Tab thumbnail, or browser tab favicon. Going from MPG to ICO almost always means picking ONE meaningful frame from a clip and re-encoding it at a small fixed size. Common reasons people pull an ICO from an MPG:
.ico file. Pull a representative frame from the MPG (a wedding clip, a vacation rip, a home video) and use it as the folder icon for that project's archive directory.<link rel="icon">..exe resources still take ICO with embedded 16, 32, 48, 64, 128, and 256 px sizes. An MPG product walkthrough makes a useful source for the highest-resolution frame in that bundle..exe — Tools like Resource Hacker and rcedit accept ICO; the source MPG gives you a brand asset to mine the best frame from when the original artwork is lost.If you want a multi-size favicon bundle (16, 32, 48 in one ICO) or higher-fidelity output, convert through MPG to PNG first to keep the source frame lossless, then build the ICO. For a single still without the icon constraints, MPG to JPG is the smaller path.
| Property | MPG | ICO |
|---|---|---|
| Type | Video container (animated) | Image container (still) |
| Codec / encoding | MPEG-1, MPEG-2 video | BMP or PNG image data |
| Frames | Hundreds to thousands | 1 still per size |
| Typical resolution | 352×240 (VCD), 720×480 (DVD NTSC), 720×576 (DVD PAL) | 16, 32, 48, 64, 128, 256 px square |
| Color depth | 24-bit (4:2:0 chroma) | 1-bit, 8-bit, or 24/32-bit |
| Transparency | Not supported | 1-bit (mask) or full 8-bit alpha |
| Plays in browser | Limited (legacy container) | Rendered as favicon, not played |
| Where Windows uses it | Media Player, legacy DVD apps | Taskbar, desktop, Explorer, tray, Alt-Tab |
| Designed for | Video CD, DVD, broadcast (1990s–2000s) | Windows shell icons (since Windows 3.x) |
| Size | Where Windows uses it | Notes |
|---|---|---|
| 16×16 | Browser favicon, Explorer list view, app title bar | Anti-alias and simplify; fine detail disappears |
| 24×24 | Toolbar buttons, tray icons (some DPI scales) | Often paired with 32 in a single ICO |
| 32×32 | Desktop (small icons), taskbar pinned apps | The default Windows icon size for decades |
| 48×48 | Desktop (medium icons), Open With dialog | Favicon spec also includes 48 |
| 64×64 | Desktop (large icons), Start Menu tile foreground | Useful step between 48 and 128 |
| 128×128 | Desktop (extra-large icons), HiDPI taskbar | Sharp on 1.5× / 2× display scaling |
| 256×256 | File Explorer "Extra large" view, installers | The maximum ICO size; introduced in Windows Vista |
A typical Windows ICO bundle ships at 16, 32, 48, and 256. Favicons usually only need 32×32 (or 16/32/48 combined). Pick the size that matches where you'll actually use the icon.
Use Specific Frame with Time in seconds — for example, 2.5 grabs the frame 2.5 seconds in. For a title card or logo bumper, the frame just after the fade-in (often within the first second or two) gives the cleanest icon. If you don't know exactly when the right frame appears, switch to Multiple Screenshots at 0.5s or 1s capture rate, get a sequence, then re-run the conversion with the exact timestamp once you've spotted the keeper.
The icon-sized resolution presets are 256p, 192p, 180p, 128p, 64p, 48p, 32p, 24p, and 16p — matching the sizes Windows actually uses for desktop, taskbar, tray, Explorer, and favicons. Larger video presets (1080p, 1440p, 4K) aren't useful for ICO because Windows won't render anything above 256 px in icon contexts.
DVD and broadcast MPEG-2 sources are often interlaced (480i / 576i), which can show comb artifacts on a single still if the captured field happens to land mid-motion. Pick a frame from a stationary moment (a title card, a settled logo, a static product shot) rather than mid-pan. If the result still combs, scrub a few frames forward or back with Multiple Screenshots at 0.1s capture rate to find a clean field.
ICO supports a 1-bit mask and, in modern PNG-encoded ICOs, full 8-bit alpha. MPG video frames are always opaque — MPEG-1 and MPEG-2 don't carry an alpha channel — so the extracted frame is a solid rectangle. To layer an icon over a folder background or transparent shell surface, export to PNG first, mask out the background in an image editor, then convert that PNG to ICO.
Detail that fits comfortably at 720×480 turns into mush at 16×16. A DVD-resolution frame with text or fine line art downscales to a smear. For tiny sizes, capture the MPG frame at 256 px first (using the 256p preset) and design around a bold silhouette with no fine text and high contrast — that's what reads at favicon size.
Yes — if the file is a valid MPEG program stream or system stream with MPEG-1 / MPEG-2 video inside, the frame extractor decodes it. DVD rips (with the VOB demuxed to MPG), Hauppauge / Plextor capture-card output, MiniDV-to-MPEG-2 transfers, and legacy editor exports all work. The extractor reads the source video stream directly, so the resulting ICO matches the original pixels.
Quality preset controls how aggressively the encoder optimizes the icon's image data — Very High is a sensible default and keeps the icon sharp at every Windows display scale. Image bit depth controls the color count: 1-bit gives a monochrome silhouette icon (smallest file, retro aesthetic), 8-bit gives 256 indexed colors (good for flat-color logos), and 16-bit preserves more photographic detail. For most modern app icons, 8-bit or higher is the right call.
Yes. Drop in multiple MPG files and each one extracts its own ICO with the same frame selection settings — handy when every clip's title frame should become the icon for a corresponding folder or shortcut. Output downloads individually or as a ZIP archive.
Generate the highest-resolution ICO first (256p) from the MPG frame, then run additional conversions at 48p, 32p, and 16p. Bundle them in a tool that supports multi-image ICO (IcoFX, or magick convert with multiple input PNGs). For straight favicon use, a single 32×32 ICO is enough — most modern browsers also accept the source PNG via <link rel="icon" type="image/png">.