Initializing... drag & drop files here
Supports: ICO
An ICO holds a static Windows icon, so an MP4 made from one is a held still — the same frame on screen for however long you ask, with no motion and no audio track at all. People need this for slideshow placeholders, logo bumpers, test clips, and upload forms that only accept video. This walk-through covers the three settings that decide whether the result is usable: how long the frame is held, what pixel size it is encoded at, and what colour fills the space around it.
.ico onto the page or click "+ Add Files". Queue several icons if you want them in one clip.The encoder does not run at 24 or 30 fps here. A still image needs one frame per second of output, so the clip is encoded at 1 fps with B-frames disabled — identical frames gain nothing from inter-frame prediction, and disabling B-frames avoids a start-time offset at such a low frame rate. That is why a five-second icon clip is a handful of kilobytes rather than a megabyte.
MP4 output defaults to the H.264 codec, which supports true constant-quality encoding, so the Quality Preset becomes a CRF value — lower means better. The listed figures are the reference values for a 1080p frame; the encoder shifts them by up to two steps for much smaller or much larger frames, which is why an icon-sized clip encodes slightly finer than the table suggests.
| Quality Preset | H.264 CRF at 1080p | In practice |
|---|---|---|
| Highest | 17 | Archival, visually lossless |
| Very High (Recommended) | 18 | Preselected; no visible artefacts |
| High | 20 | Transparent for most content |
| Medium | 23 | Standard web quality |
| Low | 26 | Artefacts on close inspection |
| Very Low | 28 | Noticeably compressed |
| Lowest | 32 | Heavy artefacts, smallest file |
If you would rather set the number yourself, switch File Compression to "Constant Quality" and move the CRF slider, or to "Constraint Quality" to cap the peak bitrate.
| Setting | Value for an ICO source |
|---|---|
| Video codec | H.264 by default; AV1, H.265, MPEG-1, MPEG-2, MPEG-4, VP9 and Xvid are selectable |
| Audio | None — an icon has no audio stream, so no audio track is created |
| Frame rate | 1 fps |
| B-frames | Disabled |
| Clip length | The Image Duration you pick, 5 seconds by default |
| Input preparation | The icon is re-encoded to a clean PNG first, capped at 4096 px on the long edge |
| Measured output | A 256 x 256 test icon at 5 seconds and the default preset produced a 6.1 KB MP4 of 5 frames with a single video stream |
If you actually want motion, a single ICO cannot provide it — there is nothing to animate. Build the clip from a sequence instead, for example with PNG to MP4, or export the icon as a still first using ICO to PNG and assemble it in an editor. Files that are really PNG or GIF data renamed to .ico, and truncated favicons served by broken web servers, may also fail to decode; re-saving from an icon editor fixes almost all of those.
It is exactly the Image Duration you select. The dropdown goes from a single frame at 60 fps up to 10 seconds per frame, so sub-second clips are available — 1/60s, 1/30s, 1/24s, 0.1s, 0.2s, 0.3s and 0.5s are all offered — with 5 seconds per frame preselected.
Because "Keep original" is the default and an ICO is small by design. A standard icon directory entry stores each dimension in a single byte, with 0 meaning 256, so 256 x 256 is the largest image a normal entry can describe, and 16 to 64 pixels is far more common. Choose a Fixed or Preset resolution if you need a larger frame.
Almost. H.264 in MP4 is supported by about 97% of tracked browser usage worldwide, including Chrome, Edge, Firefox 35 and later, and Safari, plus effectively every phone, TV and editor. Where a file is rejected it is usually the unusual 1 fps frame rate or a tiny frame size that upsets a strict validator, not the format itself.
Not for a still source, and it would not help. Duplicating one image 30 times per second produces an identical picture in a larger file. If a downstream tool insists on a specific frame rate, re-encode the finished MP4 in that tool or in an editor.
No. The converter decodes one image — the first entry in the icon's directory — and holds it for the chosen duration. It does not walk through the 16, 32, 48 and 256 pixel versions in turn. To build that kind of montage, export each size separately and queue them with the Merge strategy set to "Merge images".
Stay on H.264 unless something specific requires otherwise; it is the broadest-compatibility option in the container. H.265 and AV1 produce smaller files but need newer decoders, and the older MPEG-1, MPEG-2, MPEG-4 and Xvid choices exist for legacy hardware. If the target device wants a different container entirely, ICO to AVI and ICO to MOV run the same still-image pipeline.
Yes, in any editor. The MP4 we produce has a video stream only, so there is nothing to overwrite — dropping an audio file onto the timeline and re-exporting is enough. We do not add silent audio padding, which keeps the file smaller and avoids a phantom track in players.
Because video formats cannot store transparency. Every frame is opaque, so the alpha channel is composited onto the Background Color, which is preselected as White and offers 24 further named colours including Black. The same colour also fills any letterbox bars when the icon's shape does not match the output frame.
It is sent over an encrypted connection, converted on our servers, and both the upload and the finished MP4 are deleted automatically after a few hours. No account is needed, nothing is watermarked, and files are never shared or made public.