Initializing... drag & drop files here
Supports: APNG, PNG
APNG is a web animation format; WTV is the Recorded TV container Windows Media Center wrote to disk. This converter bridges the two: every frame of your animated PNG is re-encoded as video and wrapped in a .wtv file, so a Media Center-era library or a tool that only ingests recorded-TV files will accept it. Two things change on the way — the output is silent, because an APNG has no audio track, and the transparency is composited onto a solid Background Color, because video pixel formats have no alpha channel. WTV is a genuinely niche target; if you simply want a playable clip, APNG to MP4 is the answer instead.
| Property | Value |
|---|---|
| Full name | Animated Portable Network Graphics |
| Origin | Created at Mozilla in 2004 as an extension of PNG |
| Standard | Part of the W3C PNG Specification (Third Edition), a Recommendation since June 2025 |
| Media type | image/apng — still a valid .png to decoders that ignore animation |
| Compression | Lossless DEFLATE, every frame stored in full |
| Colour / alpha | True colour with a full alpha channel |
| Audio | None — it is an image format |
| Browser support | ~96% of users: Chrome 59+, Firefox 3+, Safari 8+, Edge 79+ |
| Property | Value |
|---|---|
| Full name | Windows Recorded TV Show — FFmpeg identifies the muxer as "Windows Television (WTV)" |
| Origin | Microsoft, for the Windows Media Center recording engine |
| Predecessor | DVR-MS, the ASF-based recording format Media Center used earlier |
| Status | Legacy — Media Center shipped through Windows 8.1 and was not carried into Windows 10 |
| Typical contents | Broadcast video and audio plus programme-guide metadata; FFmpeg's WTV muxer defaults to MPEG-2 video with AC-3 audio |
| What this converter writes | H.264 video, no audio track — the page exposes no codec picker for WTV |
| Transparency | None — transparent pixels are filled with the Background Color |
| Plays in | Windows Media Center, and any FFmpeg-based player such as VLC or mpv |
| Best for | Feeding a Media Center library or a recorded-TV ingest workflow; nothing else |
.apng and animated .png are accepted, and each upload becomes its own .wtv..wtv file. Uploads travel over an encrypted connection, run on our servers, and are deleted automatically after a few hours — no sign-up, no watermark.It is the container Windows Media Center used for recorded television — the successor to the earlier DVR-MS format. A real recording holds the broadcast video and audio streams plus programme metadata from the electronic programme guide. Media Center shipped as part of Windows through the 8.1 generation and was not carried forward into Windows 10, which is why the format is now firmly legacy.
H.264. This page exposes no video codec picker — no codec option is offered for the WTV container — so the encoder falls back to H.264 and the muxer writes it into the WTV wrapper using a format tag. That is worth knowing because genuine Media Center recordings normally carried MPEG-2 video with AC-3 audio, which is also what FFmpeg's WTV muxer defaults to when nothing else is specified. If a particular Windows-era tool refuses the file, an MPEG-2 based target such as APNG to MPG is the closer match to what that software expects.
Because the source has none. An animated PNG is an image format with no sound, so the file is muxed video-only and the audio codec control is hidden for image sources. Real recorded-TV files always carry audio, so a handful of strict ingest tools may complain about a video-only stream; mux a silent audio track in with your own tooling if yours does.
No. The encode produces opaque video and the transparency is composited onto the Background Color first — white unless you change it. If preserving the alpha channel matters more than the container, stay in image formats: APNG to GIF keeps the animation and a transparent colour index, while APNG to WebP gives you the first frame as a still image with a full 8-bit alpha channel.
Yes. An animated PNG is detected as a frame sequence and decoded like a video source, so all frames are re-encoded with the timing stored in the file. There is no per-image duration setting on this page because the animation supplies its own.
Windows Media Center, on the Windows versions that shipped with it, and any player built on FFmpeg — VLC and mpv both open WTV on Windows, macOS, and Linux. Browsers do not play it, standalone Windows Media Player is unreliable with it, and video editors generally will not import it. That narrow playback story is the main reason to prefer APNG to MP4 unless a Media Center workflow is specifically what you are targeting.
Use WTV only when something downstream insists on a recorded-TV file. For general playback and sharing, MP4 is the right answer; for a modern web page, APNG to WebM is smaller and plays inline; for broadcast and streaming pipelines, APNG to TS produces the MPEG transport stream those systems expect. All three are far better supported than WTV.
Only if it is unencrypted. Recordings captured from protected broadcast channels are DRM-restricted by design, and no converter can re-encode them without the licence — a limitation of the recording, not of the tool. Recordings from free-to-air sources have no such restriction.
It is uploaded over an encrypted (TLS) connection, converted on our servers, and deleted automatically after a few hours. There is no sign-up, no watermark, and files are never shared or made public. To turn the same animation into other image formats, the APNG converter hub collects those conversions in one place.