M2V to ICO Converter

Convert M2V files to ICO format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: M2V

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Image resolution
Preset
Frame Selection
Time (seconds)
Capture a single frame at the specified time. For example, 2.100 means 2 seconds and 100 milliseconds into the video.

Convert M2V to ICO: What This Tutorial Covers

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.

How to Convert M2V to ICO

  1. Upload Your M2V File: Drag and drop your .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. Pick the Frame with Frame Selection: Open Advanced Options, set Frame Selection to "Specific Frame," and enter a Time (in seconds) — for example 2.5 grabs the frame at two and a half seconds. This single frame becomes your icon.
  3. Set the Icon Resolution: Under Image resolution, choose an icon-friendly size such as 256P (256×256), the largest a .ico supports; smaller targets like 32 or 48 px also work for toolbar and taskbar icons.
  4. Convert and Download: Click "Convert" and download your .ico. No sign-up, no watermark.

Walk-through: Choosing the Right Frame and Size

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:

  • If you want a clean, well-lit shot, scrub to a moment where the subject is still — motion frames in MPEG-2 often carry compression smearing.
  • If the very first frame is a black lead-in or a fade, push the time forward a second or two rather than using 0.
  • If you need several candidates, switch Frame Selection to "Multiple Screenshots" to pull a spread of frames, then keep the one you like.

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. The preset also sets the height only — the width follows the frame's aspect ratio, with nothing cropped or padded — so a 16:9 frame at 256P lands at 455×256, wider than an ICO directory entry can record. Crop the still square first, or stay at 128P for widescreen sources.

Which preset you pick under Image resolution depends on where the icon will be seen:

Resolution preset Pixels Where that size normally shows up
16P 16×16 Window title bars, small taskbar icons, and browser favicons
32P 32×32 Desktop shortcuts at default scaling, and the Alt+Tab switcher
48P 48×48 File Explorer's "Medium icons" view
64P / 128P 64×64 / 128×128 Intermediate steps for high-DPI displays that scale between the standard sizes
256P 256×256 File Explorer's "Extra large icons" view — and the largest image an ICO can hold

ICO vs PNG for a Frame Grab

Both targets take the same decoded frame; they differ in what the resulting file is for. Export ICO when something needs an icon resource, and PNG when you want the picture itself.

Property ICO PNG
Purpose Windows icon resource and browser favicon General-purpose lossless still image
Maximum dimensions 256×256 2³¹−1 pixels per side
Canvas shape Square by convention; a wide frame is squeezed to fit Any aspect ratio, so the frame keeps its shape
Several sizes in one file Yes — the format is a directory that can index multiple images No, one image per file
Colour depth 1, 4, 8, 24, and 32-bit (32-bit adds an 8-bit alpha channel) Up to 16 bits per channel, with optional alpha
Transparency from a video frame None; a decoded frame is fully opaque None either, until you mask it in an editor
Compression Uncompressed bitmap data, or an embedded PNG for the 256×256 entry on Windows Vista and later Deflate, lossless
Best for Assigning a desktop, application, or site icon Keeping the frame at full resolution for editing or sharing

Common Errors and How to Fix Them

  • "My icon is just a black square" — The timestamp landed on a black lead-in or fade. Increase the Time value by a second or two and re-convert.
  • "The icon looks blurry or blocky" — You are seeing the downscale from a large video frame to a tiny icon, plus MPEG-2 compression artifacts. Pick a sharper, low-motion frame and use the 256P resolution so Windows has the largest size to scale from.
  • "The icon is wider than it is tall" — Expected: the preset sets the height and the width follows the 16:9 frame, so nothing is cropped or stretched. Crop the frame square first if the destination needs a square icon.
  • "Nothing happens at time X" — The timestamp is past the end of the clip. Use a value within the video's actual duration.
  • "The background isn't transparent" — A frame grab is a solid rectangle; video has no alpha channel. To get a transparent icon you need to cut out the background in an image editor first.

When This Doesn't Work

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.

Frequently Asked Questions

What sizes can the output ICO contain?

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.

Will my icon keep the video's full quality?

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.

Can I turn the whole M2V into an animated icon?

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.

How do I pick which frame becomes the 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.

Does the converted ICO have a transparent background?

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.

Is my M2V file kept private?

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.

Why can't an ICO be bigger than 256×256?

It is a limit baked into the file's structure. Each image inside an .ico is described by a directory entry that stores the width and height as a single byte each, so the largest number that fits is 255 — and the format reserves the value 0 to mean "256". That makes 256×256 the ceiling no matter how large the source frame was, which is why a 1080p M2V frame has to be scaled down substantially on the way in.

Can I use the converted ICO as a website favicon?

Yes. Browsers still read .ico for favicons, either from a favicon.ico file at the site root or from a <link rel="icon"> tag pointing at it. Because a favicon renders at roughly 16 to 32 pixels in a browser tab, choose the 32P resolution preset rather than 256P — a frame reduced that far only reads if the subject is a single high-contrast shape, so pick a close-up or a graphic element rather than a wide scene.

What's the difference between converting to ICO and to a regular image?

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.

Rate M2V to ICO Converter Tool

Rating: 4.8 / 5 - 89 reviews