Initializing... drag & drop files here
Supports: ICO
An ICO file is a still Windows icon, and TS (MPEG Transport Stream) is a video container — so this conversion turns one small square image into a short, silent video clip that displays that icon for a set duration. This guide is for anyone who needs a .ts segment built from an icon (for example, a placeholder or bumper for an HLS stream) and walks through the duration, resolution, and background controls that matter for such a tiny source image.
.ico onto the page or click "Add Files." You can queue several icons and use the Merge strategy option to either combine them into one clip ("Merge images") or output a separate .ts per icon ("Video per image")..ts file. The output is H.264 video with no audio track. No sign-up, no watermark.Because an icon is often only 16–256 pixels square, the main thing to get right is how it's scaled into the video frame. A few patterns:
To keep the artwork as an image instead of a video, use ICO to PNG — it preserves the icon's transparency as a standard raster image.
This conversion is genuinely niche — a .ts segment from an icon only makes sense inside a streaming or broadcast pipeline (for example, a placeholder segment in an HLS playlist). If you actually want a playable video of your icon for everyday use, ICO to MP4 gives a far more compatible file. And if you simply want the icon as a normal picture, convert to PNG or another image format instead of a video container.
It's an uncommon need. TS (MPEG Transport Stream, defined by ISO/IEC 13818-1) is the segment container used for HLS streaming and broadcast, so the main reason is to generate a short placeholder or filler segment built from an icon. For ordinary playback you'd choose MP4 instead.
No. An ICO is a still image, so the result is a silent H.264 video. xconvert hides the audio codec option for image-to-video conversions because there's no sound to encode.
It matches the Image Duration you set — anything from a single frame (1/60s) to 10 seconds per icon. The default is 5 seconds. If you merge several icons into one clip, the total length is the sum of each icon's duration.
ICO files are small (often 16×16 to 256×256 pixels). Scaling that up to a large video resolution stretches the limited detail, which looks blocky. For the sharpest result, keep the original resolution or start from a 256×256 icon.
Both wrap H.264 video, but TS is a packetized broadcast/streaming container (HLS segments, DVB, IPTV) while MP4 is the general-purpose container that plays almost everywhere. In our testing, a single 256×256 icon held for 5 seconds produced a .ts clip of roughly 30–60 KB at the default quality — but for sharing, an ICO to MP4 file opens in more players.
Yes. 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 or made public.