Initializing... drag & drop files here
Supports: AV1
This is a frame-grab conversion, not a video export: the tool pulls a single still frame out of your AV1 video and saves it as a Windows .ico icon. This page walks through picking the right frame, choosing an icon size, and avoiding the usual trap — a full-scene frame shrunk to 32 pixels is unreadable, so ICO only pays off when the frame is a logo, mark, or simple symbol.
.av1 file onto the page or click "Add Files" to browse. AV1 here is the raw video bitstream — each uploaded file produces its own icon, and batch uploads convert with the same settings..ico file. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark.The two decisions that make or break an icon are which frame and how big. Frame Selection drives the first. Specific Frame + Time (seconds) is the precise route: scrub the clip in VLC or your player, read the timestamp at the bottom, and type that value — decimals work, so 5.25 lands a quarter-second past the five-second mark. If you are not sure which moment reads best at icon size, Multiple Screenshots sweeps the clip and gives you a batch of candidates to choose from.
For size, match the output to where the icon lives:
Always render at the largest size you actually need: a high-resolution source frame downscales far better than a small one upscales.
.ico is a static container; Windows does not support animated .ico files. For an animated thumbnail, use AV1 to GIF instead.A few cases fall outside a simple frame-grab. For a transparent-background icon, extract the frame to PNG first with AV1 to PNG, erase the background in an image editor (GIMP, Photopea, Photoshop), then run PNG to ICO — alpha is preserved through that path. For a multi-size favicon.ico that bundles 16, 32, 48, and 256 px in one file, convert at each size, then merge the results in a multi-image ICO editor such as GIMP or icotool. And if you are starting from a plain image rather than a video, Image to ICO takes JPG, PNG, WebP, and more directly.
For a favicon, 16×16 is what browsers show in tabs, bookmarks, and history; 32×32 covers high-DPI tabs and the Windows taskbar; and 48×48 also fits Windows desktop shortcuts. Microsoft's app-icon guidance recommends supplying at minimum 16, 24, 32, 48, and 256 px. Pick the matching Image resolution preset; 256P gives you one large image that downscales cleanly.
Two reasons. First, ICO is capped at 256×256 px (per Microsoft's guidance), so a detailed video frame is downscaled to a tiny square and fine detail disappears. Second, a low-resolution source — a 240p clip — has little detail to keep at any size. Start from the highest-resolution AV1 you have and choose a frame that is a simple logo or symbol rather than a busy scene.
Not directly — AV1 video has no alpha channel, so the extracted frame always has a solid background. To add transparency, extract to PNG with AV1 to PNG, remove the background in an image editor, then convert with PNG to ICO. ICO supports transparency through an 8-bit alpha channel, so the cleaned PNG carries its transparency into the icon.
Set Frame Selection to Specific Frame and enter the timestamp under Time (seconds). Decimals are supported, so 5.25 means five-and-a-quarter seconds in. If you do not know the timestamp, scrub the clip in VLC, read the time at the bottom of the player, and type that value. For a spread of candidates, Multiple Screenshots captures frames across the whole clip.
No. AV1 is a royalty-free video codec finalized by the Alliance for Open Media in June 2018; AVIF is the still-image format built on top of it. This tool treats your input as AV1 video and extracts a frame from it. If your file is a single AVIF image, use an image-to-ICO converter instead — extracting "a frame" from a one-frame image is unnecessary.
Yes — .ico is the format Windows requires for app, shortcut, and folder icons. Right-click a folder in File Explorer, then Properties → Customize → Change Icon, and point it at your .ico. Microsoft's recommended minimum set is 16, 24, 32, 48, and 256 px; a single converted size still works because Windows scales it, though a purpose-built multi-size icon stays sharper across the small and large slots.
Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, and never shared or made public. In our testing, a single-logo AV1 frame rendered to a 256×256 ICO came back well under 100 KB, since an icon at that size holds far fewer pixels than a full-resolution video frame.