Initializing... drag & drop files here
Supports: MTS
This tool grabs a single frame from an AVCHD camcorder clip and writes it as a Windows ICO icon file. It is a niche conversion with one genuine trap in it, so this page leads with the trap rather than burying it: the largest size presets — including 256P at the top of the list — produce an icon that Windows cannot describe correctly, because a 16:9 video frame is wider than the ICO format is able to declare.
Read the walk-through before you convert. It takes thirty seconds and saves you working out why your icon looks wrong.
.mts; you can queue several camcorder clips and take an icon from each.An ICO file begins with a directory that describes each image it contains. In Microsoft's own ICONDIRENTRY structure, the image dimensions are stored in two fields declared as BYTE bWidth and BYTE bHeight — a single byte each. A single byte cannot express a number above 255. By modern convention a stored value of 0 is read back as 256, which is how 256×256 icons work at all, but there is simply no way to write a width of 455 into a one-byte field.
That is exactly what the 256P preset asks for. The preset list sets height only, so the width is whatever your footage's aspect ratio produces:
| Preset | Output from a 1920×1080 (16:9) frame | Fits in an ICO directory entry? |
|---|---|---|
| 256P | 455×256 | No — 455 cannot be stored in one byte |
| 192P | about 341×192 | No — 341 exceeds 255 |
| 180P | 320×180 | No — 320 exceeds 255 |
| 128P | about 228×128 | Yes |
| 64P | about 114×64 | Yes |
| 48P | 85×48 | Yes |
| 32P | about 57×32 | Yes |
| 24P | about 43×24 | Yes |
| 16P | about 28×16 | Yes |
Treat 128P as the practical maximum for landscape footage. Anything above it produces a file whose header cannot honestly describe its own contents. The three largest presets are only usable if your source frame is tall or square, which camcorder footage never is — and note that 1440×1080 anamorphic AVCHD modes do not save you either, since 256P on a 4:3 pixel grid still lands around 341 pixels wide.
If you want a proper square icon rather than a letterboxed sliver of video, do it in three steps instead: extract the frame with MTS to PNG, crop it square with the PNG cropper, then run PNG to ICO. That path gives you control over composition, which matters a lot at 32 or 48 pixels.
ICO output exposes a deliberately small option surface, and it is worth knowing what is absent so you are not hunting for it:
| Control | Available here? |
|---|---|
| Preset resolutions (256P down to 16P) | Yes — the only sizing control |
| Width, Height, or Width × Height in pixels | No |
| Resolution by percentage | No |
| Keep original resolution | No |
| Quality or compression setting | No |
| Colour bit depth | No |
| Frame Selection (Specific Frame / Multiple Screenshots) | Yes |
So the two decisions you actually make on this page are which preset and which timestamp. Everything else is fixed.
.mts. Camcorder clips copied by software are often renamed .m2ts, which is handled by a separate page even though the stream inside is the same.An icon made from a video frame is a compromise by nature: you are taking a wide, photographic, often interlaced image and shrinking it to a size designed for simple flat graphics. If the icon matters — an application icon, a website favicon — start from artwork rather than footage, or at minimum crop a square from a still frame and check how it reads at 32 pixels before committing. If what you actually wanted was a good-looking still rather than an icon, MTS to PNG or MTS to JPG will serve you far better, since both keep the full frame and offer real quality and resolution controls.
128P or smaller. Presets on this page set the height, and the width follows your footage's aspect ratio, so a 16:9 frame at 256P becomes 455×256 — and an ICO directory entry stores width and height in single bytes, which cannot represent 455. At 128P a 16:9 frame lands around 228×128, which fits.
Because of how the format records dimensions. Microsoft's ICONDIRENTRY structure defines the image size as BYTE bWidth and BYTE bHeight, one byte each, giving a range of 0–255. A stored 0 is interpreted as 256 by convention, which is why 256×256 icons exist, but anything larger has no valid representation in the directory.
Not on this page. ICO output offers the preset list and nothing else — no width field, no height field, no percentage, and no "keep original" option. If you need exact dimensions, extract the frame as PNG first, resize or crop it there, then convert the PNG to ICO.
Because the conversion preserves your video's aspect ratio and camcorder footage is 16:9 or 4:3, never square. The tool does not crop or pad to a square. To get a conventional square icon, crop the frame before converting — extract to PNG, crop, then convert to ICO.
The "Time (seconds)" field defaults to 0, and second zero of a camcorder clip is frequently the worst frame available: the lens is often still autofocusing and the exposure still settling, and many clips open with a fraction of a second of black. Scrub the clip in a player, find a sharp moment, and type that timestamp in.
No. Neither a quality setting nor a bit-depth setting is exposed for ICO output, so there is nothing to tune. The only two choices on this page are the size preset and which frame you capture.
Not directly from this page — each conversion produces one image at the preset you chose. Windows selects the image closest to the requested size from whatever the file contains, so a single-size icon still works, it just gets scaled by the system when a different size is needed. For a true multi-resolution icon you need a dedicated icon editor.
They can, though shrinking to icon size hides a lot. AVCHD camcorders commonly record 1080i, so frames captured during motion contain comb artefacts, and there is no deinterlacing step in this conversion. Choosing a low-motion timestamp is the reliable fix; at 32 pixels the downscale will mask most of what remains.
Your .MTS file is uploaded over an encrypted connection and the frame is extracted on our servers. Uploaded files and their results are deleted automatically after a few hours, are never shared or made public, and there is no sign-up and no watermark.