Initializing... drag & drop files here
Supports: ICO
This is an unusual conversion, so it helps to know what you are making before you start. An ICO is a Windows icon container — a still raster image at most 256 × 256 pixels — while AV1 is a modern, royalty-free video codec published by the Alliance for Open Media in 2018. Converting ICO to AV1 takes one static icon and encodes it as a short, silent video clip that holds the same picture for a set number of seconds. This guide covers the upload, the settings that actually matter, the rename that catches most people out, and the very common mix-up between AV1 the video codec and AVIF the still-image format built on it.
AV1 is a codec, not a container, so .av1 is not a real container extension. What you download is a Matroska file that has been given an .av1 name — the same container .mkv uses, holding one AV1 video track and nothing else. The encoder is SVT-AV1, which is fast enough that a five-second still-image clip finishes quickly rather than grinding away the way the reference AV1 encoder would.
In our own check, a 256 × 256 icon held for five seconds encoded to a Matroska file only a few kilobytes in size, containing a single video stream at one frame per second and no audio stream at all.
The practical consequences:
.av1 to .mkv if an application refuses to open it. Nothing inside changes; you are only correcting the label, and no re-encoding happens.Before you convert, check which size inside your .ico will be used. An icon file can hold several sizes, and the format does not require them to be stored in any particular order; the converter reads the first entry in the file. An icon saved smallest-first will produce a 16 × 16 clip even though a 256 × 256 layer is sitting in the same file. Re-save with the large entry first, or export a single-size icon, if the output looks smaller than it should.
Scale is the whole game here. A favicon-sized 32 × 32 icon has roughly a thousandth of the pixels of a 1080p frame, so blowing it up to fill a video frame produces a soft, blocky picture — there is no hidden detail to recover. A few patterns work well:
| Property | ICO (source) | AV1 (this output) |
|---|---|---|
| What it is | A Microsoft Windows icon container holding one or more still images | An AV1 video stream inside a Matroska container |
| Standardisation | Microsoft format, no open specification | AOMedia Video 1, published by the Alliance for Open Media in 2018; royalty-free |
| Maximum size | 256 × 256 pixels per entry | Far beyond anything an icon needs |
| Downloaded file name | .ico |
.av1 — rename to .mkv if an app refuses it |
| Transparency | Yes — 32-bit entries carry an 8-bit alpha channel | None; alpha is flattened onto the Background Color |
| Audio | None | Supported by the container in general, but silent here |
| Frame rate here | Not applicable | 1 frame per second, for the duration you choose |
| Best for | Desktop icons and favicon.ico |
Small, high-quality video where modern decoder support is a given |
| AV1 (this page) | AVIF | |
|---|---|---|
| What it produces | A video clip that plays over time | A single still image |
| Container | Matroska (named .av1 here) |
ISO Base Media File Format (.avif) |
| Transparency | No — flattened onto the Background Color | Yes — full alpha channel |
| Use it when | You need a video file: a bumper, a placeholder clip, a timeline stand-in | You want a small, sharp picture for a web page or an app |
| Where to go | You are already here | ICO to AVIF |
Both are built on the same AV1 compression technology, which is exactly why the two get confused. If what you want is a smaller, sharper version of the icon that you can place on a page, you want AVIF, not AV1 video.
.av1 file" — Rename it to .mkv. The bytes are a standard Matroska file; some applications simply decide what to do from the extension..ico was the small one. Re-save the icon with the largest entry first, or set an explicit size under Video resolution → Width x Height.If your goal is to view, share or store the icon, AV1 video is the wrong target — keep the .ico, or export it as a PNG, which is lossless, tiny and keeps transparency. If you searched for "ICO to AV1" but really wanted a modern image format, ICO to AVIF is what you are after: one AV1-encoded frame saved as a picture, with alpha transparency intact. ICO to AV1 video only makes sense when you genuinely need a video file — a logo bumper, a placeholder clip on a timeline, or a stand-in in a codec-conscious pipeline. If broad device compatibility matters more than efficiency, ICO to MP4 with H.264 plays almost everywhere, and ICO to WebM is the open-format middle ground.
Quite possibly. AVIF is the still-image format built on the AV1 codec — essentially one AV1-compressed frame saved as a picture, with alpha transparency and much smaller files than PNG at comparable quality. AV1 itself is a video codec, so this page produces a short silent clip rather than an image. If you wanted a smaller, sharper icon to place on a web page, use ICO to AVIF. If you genuinely need a video file, you are in the right place.
.av1 instead of .mkv?Because AV1 is a codec name, not a container, and the output is named after the codec you asked for. The bytes are a standard Matroska file — the same container .mkv uses — holding a single AV1 video track. Renaming it to .mkv changes nothing inside the file and makes extension-driven applications open it happily. Players that identify files by content, such as VLC, work either way.
Because an icon contains no audio. This is a still-image-to-video conversion, so there is no source audio to draw from, and the page shows no audio codec control for that reason. If you need sound, open the finished clip in a video editor and add a music or voiceover track there.
The first entry stored in the file, which is not necessarily the largest. The ICO format does not require entries to be in any particular order — Windows scores them at display time rather than relying on position — so an icon saved smallest-first will convert at 16 × 16 even with a 256 × 256 layer present. Inspect the order in an icon editor, or export a single-size icon, if the output size surprises you.
It can, if the icon is small and you scale the video up. An icon entry is at most 256 × 256 pixels, so stretching it to a 1080p frame magnifies every pixel and there is no extra detail to add. For the crispest result, keep the output resolution at or near the icon's native size and let the Background Color fill the rest of the frame.
No, and it cannot. Video formats have no alpha channel, so transparent pixels are filled with the Background Color, which starts on White. Choose a colour that suits the artwork rather than accepting white by default. To keep real transparency you need an image target: ICO to AVIF and ICO to PNG both preserve the alpha channel.
Because image-to-video conversions do not expose the size and bitrate modes — a still image has no source bitrate to scale from, so those controls would have nothing meaningful to work with. What you get instead is Quality Preset, plus Constant Quality and Constraint Quality for direct control. In practice a still-image clip at one frame per second is tiny whatever you choose.
No. AV1 decoding is well established in current browsers and in recent graphics hardware and mobile chips, but older devices either fall back to software decoding or cannot play it at all. For a small still-image clip, software decoding is not a burden — the risk is a device with no AV1 support whatsoever. When compatibility matters more than efficiency, ICO to MP4 with H.264 is the safe choice.
Exactly as long as the Image Duration you choose — 5 seconds to start with, adjustable from a single frame up to 10 seconds. A still image needs no motion, so the clip is encoded at one frame per second: a five-second clip is five identical frames. That is also why the output is so small compared with any real footage.
Your file is uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public.