AVI to ICO Converter

Extract frames from AVI video and convert to Windows ICO icon format for application icons, favicons, and custom thumbnails.

Initializing... drag & drop files here

Supports: AVI

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.

How to Convert AVI to ICO Online

  1. Upload Your AVI File: Drag and drop or click "+ Add Files" to select one or more AVI videos. Batch is supported — turn a folder of clips into icons in one pass.
  2. Pick Frame Selection and Time: Choose Specific Frame to grab one icon-worthy frame at the timestamp you enter (Time in seconds), or Multiple Screenshots to fan out several frames across the clip. The opening frames of an AVI are often a fade-in — pick a moment 1-3 seconds in for cleaner detail.
  3. Set Resolution and Quality (Optional): Choose a Preset (4320p down to 144p) or enter exact width/height. For Windows icons enter a square size — 256×256 for modern Start menu and high-DPI desktops, 48×48 for Explorer tiles, 32×32 for shortcuts, 16×16 for taskbar/favicon. Pick a Quality Preset (Highest down to Lowest; Very High is the recommended default).
  4. Convert and Download: Click Convert. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared.

Why Convert AVI to ICO?

AVI (Audio Video Interleave) is the Microsoft container introduced in 1992 with Video for Windows, and it is still the format of choice for many camcorders, screen recorders, and legacy editing pipelines. ICO is the Windows icon container — a single file that can hold multiple bitmap or PNG images at different sizes so the OS can pick the right resolution for each context. Converting AVI to ICO grabs a still frame from the video and packages it as a Windows-recognized icon you can wire into a desktop shortcut, an executable's resource section, a Control Panel entry, or a website's favicon.

  • Custom desktop shortcut icon — pull a hero frame from a product demo, save as a 256×256 ICO, then right-click your shortcut → Properties → Change Icon to point at the file. Windows scales it down for the taskbar automatically.
  • App or installer branding — ship a multi-resolution ICO (16/32/48/256) embedded in your .exe resource section so Explorer, the Start menu, and Alt-Tab all pick the right pixel-perfect variant.
  • Favicon from brand-video frames — pull a recognizable frame from a 30-second brand reel and ship it as favicon.ico for legacy browser support; pair it with PNG/SVG icons for modern browsers.
  • Folder and library icons — replace the generic Windows folder glyph with a frame from a tutorial or family video so Explorer thumbnails are scannable at a glance.
  • Game and mod assets — many older Windows games and emulators load .ico for save-slot or profile thumbnails; an extracted gameplay frame fits the slot natively.
  • Documentation and screencast packaging — when shipping a .zip of training videos, an icon extracted from each clip's title card makes the archive much easier to navigate.

AVI Frame to ICO — Container Differences

Property AVI ICO
Type Video container Image container (icon)
Vendor Microsoft (Video for Windows, 1992) Microsoft (Windows 1.0, 1985)
Holds Many video + audio frames per second 1-256 still images at different sizes
Color depth 24-bit RGB or higher (codec-dependent) 1, 4, 8, 24, or 32-bit (32-bit adds alpha)
Max image size Codec-dependent (often 4K+) 256×256 pixels per image
Compression Codec inside (DivX, Xvid, MJPEG, etc.) BMP (uncompressed) or PNG (since Vista)
Transparency No Yes — 32-bit ARGB and 1-bit AND mask
Typical use Recording, editing, archival Shortcut, taskbar, favicon, Explorer tiles
File extension .avi .ico

ICO Size Guide — Which Pixel Dimensions to Pick

Size Stored payload Where Windows uses it
16×16 BMP Title bar, taskbar tray at 100% scaling, browser favicon
24×24 BMP Taskbar at 100% scaling on some Windows 11 contexts
32×32 BMP Desktop shortcut at 100% scaling, Alt-Tab
48×48 BMP File Explorer "Medium icons" view, Windows tiles
64×64 BMP or PNG "Large icons" view
128×128 PNG (recommended) Tablet UI, mid-DPI scaling
256×256 PNG (recommended) "Extra large icons", Start pins at 300%+ scaling, high-DPI displays

Microsoft's own guidance for app icons is to ship at least 16, 24, 32, 48, and 256 so Windows only ever scales down. PNG payload inside the ICO container has been supported since Windows Vista and is the recommended encoding for any frame 256×256 (saves significant bytes vs. a 32-bit BMP at the same size).

Frequently Asked Questions

Which frame from my AVI gets used?

With Specific Frame the converter samples the frame at the Time you enter in seconds (e.g., 3.5 grabs the frame at 3.5 seconds in). With Multiple Screenshots it spaces several captures across the clip and produces one ICO per capture. If your AVI fades from black, set Time to 1-2 seconds in to skip the dark intro.

Will the converted ICO contain multiple sizes inside one file?

Each conversion produces an ICO containing the frame at the resolution you specified. If you need a true multi-resolution ICO (16/32/48/256 stacked in one file), the standard approach is to convert at each size separately, then merge them with a Windows icon editor like the open-source GIMP (Export As → .ico lets you add multiple layers to one file) or a dedicated icon editor.

What resolution should I use for a Windows app icon?

For a single-size icon, pick 256×256 — Microsoft's design guidance says shipping a 256 px variant means Windows only ever scales your icon down, never up, which keeps it crisp at every display scale. For a favicon, 32×32 is the practical default for 2026 browsers; ship a 16×16 alongside if you need IE/legacy support.

Does the ICO support transparency?

ICO supports 32-bit color with an 8-bit alpha channel, which is true per-pixel transparency. But your AVI frame is opaque video, so the converted icon will have a solid rectangular background. To get a transparent icon, edit the extracted frame in a tool like Photopea or GIMP (chroma-key, magic-wand, or manual masking) before exporting to ICO.

Why is my icon blurry on the Windows taskbar?

Two common reasons. First, the source frame may be lower resolution than the target ICO size — upscaling video frames doesn't add detail. Second, fine details in a 1080p video frame (text, thin lines, small features) get lost when squeezed to 32×32 or 16×16; pick a frame with bold, simple shapes for small icon sizes, or design a separate simplified version for the smaller variants.

Can I convert multiple AVI files at once?

Yes — drop several AVIs into the queue and the same Frame Selection, Time, Resolution, and Quality settings apply to each. Each file produces its own ICO, downloadable individually or as a ZIP.

What's the difference between ICO and CUR?

Same Microsoft container format — the only difference is a 2-byte header field (1 = icon, 2 = cursor) and that cursors store a hotspot offset. If you need a custom Windows mouse cursor instead of an icon, the workflow is identical but the file extension and that header byte change.

Will Windows show my new ICO immediately after I set it?

Sometimes Windows caches the old icon in IconCache.db. If your new ICO doesn't appear after assigning it to a shortcut or folder, refresh the icon cache (ie4uinit.exe -show from an elevated prompt, or delete %LocalAppData%\IconCache.db and sign out / back in).

Are there other AVI conversions I should consider?

If you want a still image rather than a Windows icon, AVI to PNG preserves transparency support and arbitrary dimensions, while AVI to JPG gives smaller files for photo-like frames. To re-container the video itself, AVI to MP4 is the modern equivalent. To turn an existing image into an icon directly, use Image to ICO.

Rate AVI to ICO Converter Tool

Rating: 4.8 / 5 - 69 reviews