Initializing... drag & drop files here
Supports: MKV
This conversion does something narrow and easily misread: it grabs a single frame out of an MKV video and saves that one still as an ICO — the Windows icon format behind a favicon, an app icon, or a shortcut. Two things trip people up. First, the frame you get is whichever moment you name, not a preview you scrub to. Second, an icon is tiny and an ICO directory entry can only describe an image up to 256 pixels on a side, while a video frame is a wide rectangle. This tutorial covers how to pick the frame, which size preset actually fits inside the icon format, and when you should be converting to a normal image instead.
.mkv onto the page or click "+ Add Files" to browse from your computer. You can queue several videos and run them with the same settings.0, which grabs the very first frame — usually a black or title frame. Type a real timestamp instead, for example 5 for the frame five seconds in. Switch to "Multiple Screenshots" and set a "Capture Rate" if you would rather sample frames across the whole clip and choose afterward..ico. No sign-up, no watermark.The preset is a height, not a bounding box, and the converter does not crop or pad the frame to make it square. Widescreen video therefore produces a widescreen icon. That matters more than it sounds, because the ICO directory stores each image's width and height in a single byte each, with the value 0 standing in for 256 — so 256 pixels is the largest dimension an entry can honestly describe. Ask for a 256-pixel-tall icon from 16:9 footage and you get an image roughly 455 pixels wide, which the directory has no way to record correctly.
Here is what each preset produces from a 16:9 source such as 1920×1080 or 1280×720:
| Preset | Output from a 16:9 frame | Width fits an ICO directory entry? |
|---|---|---|
| 256P | ≈455 × 256 | No — 455 exceeds the 256-pixel ceiling |
| 192P | ≈341 × 192 | No |
| 180P | 320 × 180 | No |
| 128P | ≈228 × 128 | Yes |
| 64P | ≈114 × 64 | Yes |
| 32P | ≈57 × 32 | Yes |
| 16P | ≈28 × 16 | Yes |
Practical reading of that table: treat 128P as the ceiling for landscape footage. If you genuinely need a 256×256 icon, crop the frame to a square first — extract it as a still with MKV to PNG, crop it 1:1 in any image editor, then run PNG to ICO. Starting from square artwork also gives you a much better-looking icon than a downscaled action frame, because detail collapses fast at these sizes: pick a calm, high-contrast, centred moment — a logo card or title screen — not a busy wide shot.
| Property | Value |
|---|---|
| Directory entry width / height fields | One byte each; 0 means 256 |
| Largest image an entry can describe | 256 × 256 |
| Non-square images | Allowed, anywhere from 1×1 up to 256×256 |
| Frame storage | Bitmap data, or PNG-compressed frames since Windows Vista |
| Transparency | 1-bit mask; 8-bit alpha channel added in Windows XP |
| Common favicon sizes | 16×16, 32×32, 48×48 |
| What the source contributes here | One decoded MKV frame — opaque, no alpha, no audio, no subtitles |
0 seconds, and many videos open on black or on a fade-in. Enter a later "Time (seconds)" value, or use "Multiple Screenshots" to sample across the clip.ICO is the right target only when the destination is literally an icon slot. If you want to see, print, edit, or post the frame, convert it as a real image: MKV to PNG keeps it at full resolution, and MKV to JPG gives a smaller full-size photo. If you need a multi-resolution favicon — one .ico holding 16×16, 32×32 and 48×48 layers together — that is a job for a dedicated icon builder; a conversion produces the single frame at the single size you asked for. If you want an animated favicon, export a short MKV to GIF clip and feed that to an animated-icon tool. And if you already own the artwork, skip the video entirely: PNG to ICO from clean source art always beats pulling a frame out of compressed footage.
Because the size preset sets the frame's height, not a square bounding box, and video is wide. A 16:9 frame at the 256P preset lands around 455 × 256. That is a problem specifically for the icon format: an ICO directory entry records width and height in one byte each, with 0 meaning 256, so there is no way to describe a 455-pixel width correctly. Use 128P or smaller for widescreen footage, or crop the frame square first and build the icon from that.
Classic favicons are 16×16, 32×32 and 48×48, so 16P, 32P and 48P line up with them — but only if your frame is already square, since those presets set height and the width follows. For a larger shortcut or app icon, 128P is the practical ceiling for 16:9 footage. Note that modern sites increasingly reference a PNG through a <link rel="icon"> tag instead of shipping a favicon.ico at all, which sidesteps the whole 256-pixel directory limit.
Type the timestamp into "Time (seconds)" under Frame Selection. The default is 0, which takes the opening frame — often black. There is no scrubbing preview here, so note the moment while watching the file in your own player, then enter that number. Frames that survive being shrunk to icon size are simple, centred and high-contrast; a busy wide shot turns to mush at 32 pixels tall.
Yes. Switch Frame Selection from "Specific Frame" to "Multiple Screenshots" and pick a "Capture Rate" — for example one frame per second, or one every five seconds. You get a spread of stills across the clip, which is far more reliable than guessing a single timestamp when you are hunting for the one frame that still reads clearly at icon size.
No, because there is nothing to keep. MKV holds ordinary opaque video, so every frame is a full rectangle with no alpha channel, and the resulting icon is a solid image. The ICO format itself does support transparency — a 1-bit mask historically, and a full 8-bit alpha channel since Windows XP — but that only helps when your source already has transparent areas. For a favicon with a transparent background, start from a PNG that has one and use PNG to ICO.
No. An ICO file can hold several images at different sizes in one file, and Windows picks the closest match for each context. What this conversion produces is the one frame you selected at the one preset you chose. If you need a genuine multi-resolution icon, build it in an icon editor from a square master image — or convert the frame to PNG first and feed that into an icon builder.
They are all discarded, and there is nowhere for them to go. A Matroska file commonly carries several audio tracks, multiple subtitle tracks and chapter markers; an ICO is a still image with no place for any of it. If you also need the sound, pull it separately with MKV to MP3, and keep the original MKV if the subtitle tracks matter.
Because ICO does not have to compress aggressively. Depending on how the frame is stored, an icon can hold plain uncompressed bitmap data — four bytes per pixel once an alpha channel is present — rather than the heavily compressed JPEG or PNG data you may be used to. At icon dimensions the file is still small in absolute terms, but do not expect it to scale the way a compressed photo would.
Your MKV is uploaded over an encrypted connection, the chosen frame is decoded and packaged into ICO on our servers, and the files are deleted automatically a few hours later — no sign-up, no watermark, never shared or made public. Since only one frame is needed, the practical limit is how long a large video takes to upload rather than the conversion itself; trimming the source first with the video cutter makes that upload much faster.