ICO to AV1 Converter

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

Initializing... drag & drop files here

Supports: ICO

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Show All Options
Merge strategy
Select Merge images to combine all uploaded files into a single video. Use Video per image to create a separate video for each individual file.
Image Duration
Duration
How long each still image is held on screen. This applies to static images — including a static WebP, AVIF or HEIC. It is ignored for animated sources, which keep their own frame timing: GIF, APNG, and an animated WebP, AVIF or HEIC.
Background Color
Background Color
File Compression
Preset
Video resolution

Convert ICO to AV1: What This Tutorial Covers

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.

How to Convert ICO to AV1

  1. Upload Your ICO File: Drag and drop your icon onto the page, or click "+ Add Files" to browse. Several icons can be queued at once.
  2. Set the Image Duration and Merge Strategy: Open the options. Image Duration starts on 5 seconds per frame and ranges from a single frame up to 10 seconds per frame — this is the length of the clip. Merge strategy starts on Merge images, which joins a batch into one video; switch it to Video per image to get a separate clip per icon.
  3. Set the Video resolution and Background Color: Video resolution starts on Keep original, and also offers Fixed Resolutions, Preset Resolutions, Width, Height and Width x Height. Background Color starts on White and offers 24 more named colours including Black — it fills the area around the icon and replaces the icon's transparent pixels.
  4. Convert and Download: Click Convert. File Compression starts on Quality Preset at Very High (Recommended), with Constant Quality and Constraint Quality as the alternatives. No sign-up, no watermark.

Walk-through: The File You Get, and What to Rename It To

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:

  • Rename the download from .av1 to .mkv if an application refuses to open it. Nothing inside changes; you are only correcting the label, and no re-encoding happens.
  • Content-sniffing players do not care. VLC and mpv identify the file by its bytes and play it under either name.
  • The clip is genuinely silent. An icon has no audio, so there is no audio track and no audio codec control on this page.
  • A still image needs no frame rate. The clip is written at one frame per second, so a five-second clip is five identical frames — which is exactly why the file comes out so small.

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.

Getting a Watchable Clip From a Tiny Icon

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:

  • For the sharpest result, set a Fixed Resolution or Width x Height at or near the icon's own size — 256 × 256 for a full-size icon — and let the Background Color frame it, rather than stretching the icon to 1920 × 1080.
  • For a placeholder on an editing timeline, set the resolution to match your project (1920 × 1080 or 1280 × 720) and accept that the icon sits small and centred on the background colour. Set Image Duration to the gap you need to fill.
  • For transparent artwork, pick the Background Color deliberately. Video has no alpha channel, so transparent pixels become whatever colour you choose; White is the starting point and Black or a brand colour often suits a logo better.
  • Do not expect a bitrate or file-size control. On an image-to-video conversion the size and bitrate modes are not offered — the meaningful controls are Quality Preset, Constant Quality and Constraint Quality, all of which drive the encoder's quality target rather than a byte budget.

ICO and AV1 at a Glance

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 the Video Codec vs AVIF the Image Format

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.

Common Errors and How to Fix Them

  • "My player will not open the .av1 file" — Rename it to .mkv. The bytes are a standard Matroska file; some applications simply decide what to do from the extension.
  • "The clip came out 16 × 16" — The first entry in your .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.
  • "The video looks blocky or soft" — You upscaled a low-resolution icon. Keep the output resolution close to the icon's native size and let the Background Color pad the frame instead.
  • "There is no sound" — An icon has no audio, so the output is silent by design and no audio codec is offered. Add music or narration afterwards in a video editor.
  • "The transparent parts turned white" — Video formats have no alpha channel, so transparency is flattened onto the Background Color. Change it from White to Black or a brand colour if white looks wrong.
  • "I cannot find a file-size setting" — Image-to-video conversions do not offer the bitrate and size modes. Use Quality Preset, or Constant Quality for direct control of the quality target.
  • "An older device will not play it" — AV1 decoding needs reasonably recent software or hardware. Where it is missing, playback falls back to software decoding, which copes easily with a small still-image clip, but a genuinely old device may not play it at all. Use ICO to MP4 for maximum compatibility.

When This Doesn't Work

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.

Frequently Asked Questions

Did I actually want AVIF instead of AV1 video?

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.

Why is the downloaded file called .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.

Why is my ICO to AV1 clip silent?

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.

My ICO holds several sizes — which one is used?

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.

Will my icon look pixelated in the clip?

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.

Does the icon's transparency survive?

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.

Why can't I set a target file size or bitrate?

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.

Will every device play an AV1 file?

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.

How long does the clip run, and how many frames does it hold?

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.

How are my files handled, and how long are they kept?

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.

Rate ICO to AV1 Converter Tool

Rating: 4.8 / 5 - 86 reviews