Initializing... drag & drop files here
Supports: APNG, PNG
Windows Media Player, older PowerPoint decks, and a long tail of Windows-only software will not open an .apng at all. This tutorial walks through turning that animation into a WMV clip those tools do play — and through the two things that always surprise people: the result is silent, and the APNG's transparency is replaced by a solid colour you choose before converting.
.apng and animated .png are accepted, and each upload becomes its own WMV..wmv. Uploads travel over an encrypted connection, run on our servers, and are deleted automatically after a few hours — no sign-up, no watermark.WMV is not one codec but a family, and the file you download is a Windows Media Video bitstream inside Microsoft's ASF container. The Video Codec control in the advanced options offers the two encodable generations.
| Codec option | What it really is | Notes |
|---|---|---|
| WMV 2 | Windows Media Video 8 | The default output here, and the more efficient of the two |
| WMV 1 | Windows Media Video 7 | Only worth choosing for very old decoders that choke on WMV 8 |
| (not offered) | Windows Media Video 9 / VC-1 | Microsoft's current generation — decoders are everywhere, but no open-source encoder for it exists, so it cannot be produced here |
The practical consequences:
.wmv, .wma) are not supported in PowerPoint for macOS, and it recommends MP4 with H.264 video and AAC audio as the format to use. Convert the APNG to MP4 instead for any cross-platform deck.<video> element. WMV is a desktop and Office format; use MP4 or WebM for web pages.WMV earns its place in exactly one situation: a Windows-only workflow that will not accept anything else — an old PowerPoint template, a kiosk or digital-signage player from the Windows Media era, a corporate tool that predates HTML5 video. Everywhere else it costs you compatibility for no gain, because Windows Media Video 8 is a codec generation behind H.264 and two behind HEVC. If your clip has to reach a Mac, a phone, a browser, or a social platform, APNG to MP4 is the right target; for a modern web page, APNG to WebM is smaller again. And if the animation should stay an animation with its transparency intact, do not convert to video at all — APNG to GIF keeps both the motion and a transparent colour index.
Because the source has no audio. An animated PNG is an image format, so the converter muxes a video stream only — that is why there is no audio codec choice on this page. WMV itself can carry Windows Media Audio; the track simply has nothing to hold. Add a soundtrack in a video editor after conversion if the clip needs one.
No. The encoder writes opaque video and composites transparent pixels onto the Background Color before compressing, so pick that colour to match wherever the clip will sit. If the transparent background is essential, keep it as an image: APNG to GIF preserves the animation and a single transparent colour index, while APNG to WebP preserves a full 8-bit alpha channel on the first frame.
Windows Media Video 8 — the codec FFmpeg calls wmv2 — unless you switch the Video Codec control to WMV 1 (Windows Media Video 7). Microsoft's own documentation covers Windows Media Video 9 as the current generation with legacy access to versions 7 and 8, but there is no open-source WMV 9 / VC-1 encoder, so version 8 is the newest that can be produced here. Every mainstream Windows decoder still handles it.
| Player or app | Plays a WMV? |
|---|---|
| Windows Media Player, Films & TV (Windows) | Yes, natively |
| PowerPoint on Windows | Yes — .wmv and .asf are listed, though Microsoft flags them as deprecated |
| PowerPoint for macOS | No — Microsoft states Windows Media files are unsupported |
| QuickTime Player (macOS) | No, without third-party components |
| VLC, mpv, and other FFmpeg-based players | Yes, on every platform |
Web browsers (<video>) |
No |
Almost. ASF (Advanced Systems Format) is Microsoft's container; a .wmv file is an ASF file whose video stream is Windows Media Video, and a .wma is an ASF file carrying Windows Media Audio. If a tool asks specifically for an .asf wrapper, APNG to ASF produces the same kind of file with the other extension.
Nearly always, and often by a wide margin. APNG stores every frame losslessly with DEFLATE and cannot describe what stayed the same between frames; a WMV encode only codes the differences. The saving is largest on long loops with static areas. Note that a modern H.264 MP4 of the same animation will usually be smaller still at matching quality — WMV's efficiency is a generation behind.
Yes. The animated PNG is decoded as a frame sequence, so the whole animation is re-encoded with the frame delays stored in the source file. That is why there is no per-image duration setting here, unlike the still-image-to-video pages.
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.