How to convert MNG to APNG online
Upload a legacy MNG animation and download a modern APNG — frames and timing preserved, no server upload.
MNG (Multiple-image Network Graphics) was designed as PNG's animated sibling, but no mainstream browser ever adopted it. APNG (Animated PNG) gives you the same lossless, alpha-friendly animation in Chrome, Firefox, Safari, and Edge. The MNG to APNG converter runs FFmpeg in your browser — the same approach used by server-side tools like ezgif.
How it works
- Upload — drop or select a
.mngfile (up to 200 MB). - Convert — FFmpeg WASM decodes each frame and muxes them into APNG with original delays.
- Download — preview the animation in-browser and save the
.apngfile.
Why MNG → APNG?
MNG supports complex compositions (JNG layers, nested animations) but lacks practical support. APNG is a simpler animated PNG extension that browsers render natively and that falls back to the first frame in software that does not understand animation. Converting lets you publish legacy MNG assets on the web without re-authoring frames.
Limitations
First visit downloads ~25 MB of FFmpeg WASM (cached afterward). Very large MNG files are limited by browser memory. Complex MNG features (JNG sub-images, nested segments) may not translate perfectly — most MNG files are straightforward frame sequences and convert cleanly.