Initializing... drag & drop files here
Supports: MOV
MOV is Apple's QuickTime container — the default for iPhone clips, macOS screen recordings, and ProRes exports. APNG (Animated PNG) turns a short MOV into a looping image that keeps full 24-bit color and real 8-bit alpha transparency, with no 256-color palette and no quality loss between frames. Upload your MOV, set a frame rate and size, and download an APNG that plays inline in every modern browser. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark.
APNG is the right output when you want a GIF-style auto-looping image but with smooth gradients, clean transparent edges, and exact colors. Keep the clip short: because APNG is lossless, it is usually larger than the source MOV and larger than an equivalent lossy WebP.
| Property | Value |
|---|---|
| Standard | Part of the PNG Specification, Third Edition (W3C, Candidate Recommendation 2023) |
| Media type | image/apng |
| First proposed | 2004 (Mozilla — Stuart Parmenter & Vladimir Vukićević) |
| Compression | Lossless (DEFLATE / zlib), same as PNG |
| Color depth | Up to 24-bit RGB (16.7M colors) |
| Transparency | Full 8-bit alpha (smooth, anti-aliased edges) |
| Audio | None (image format) |
| Looping | Automatic, with a configurable loop count |
| Native browser support | ~95% global — Chrome 59+, Firefox 3+, Safari 8+, Edge 79+, Opera 46+ (caniuse); not Internet Explorer |
| Fallback in unsupported viewers | Shows the first frame as a static PNG (no broken image) |
| Best for | Stickers, emoji, logos, UI loops, and short clips needing transparency or exact color |
| Property | APNG | GIF | Animated WebP |
|---|---|---|---|
| Color depth | 24-bit (16.7M colors) | 8-bit (256 colors/frame) | 24-bit (16.7M colors) |
| Transparency | Full 8-bit alpha | 1-bit (hard edges) | Full 8-bit alpha |
| Compression | Lossless | Lossless (LZW) | Lossy or lossless |
| Relative file size | Largest of the three | Large | Smallest (lossy) |
| Quality | Exact, no loss | Color banding likely | Near-exact (lossy) or exact |
| Browser support | ~95% (no IE) | Universal | ~96% modern browsers |
| Email-client support | Poor | Excellent | Poor |
| Best for | Transparency + exact color, no loss | Maximum compatibility | Smallest web download |
If your priority is the smallest file for the web, MOV to WebP compresses far better than APNG because WebP can use lossy encoding. If your priority is rendering inline in email clients or the oldest possible viewers, MOV to GIF is the safest. Choose APNG when you specifically need lossless quality with clean alpha transparency — for example a logo loop or a sticker over a patterned background.
APNG (Animated PNG) extends the standard PNG format to store multiple frames as a looping animation, while keeping PNG's lossless compression, 24-bit color, and full alpha transparency. It was retrospectively standardized as part of the W3C PNG Specification, Third Edition in 2023. Modern browsers open APNG directly in an <img> tag — Chrome, Firefox, Safari, Edge, and Opera all render it, and macOS Preview, iOS, and Android image viewers do too. In any viewer that does not understand APNG, the file degrades gracefully to its first frame as a static PNG rather than showing a broken image.
Because APNG is lossless and stores every frame as full-color PNG data, while the MOV uses inter-frame video compression (H.264 or HEVC) that references previous frames and discards detail you can't see. A few-second 1080p MOV can become several times larger as an APNG at full resolution and frame rate. To shrink it: lower the framerate (10 FPS is plenty for most loops), reduce the resolution, and either lower Image quality (%) or enable "By Color Reduction + Dither." If small file size matters more than lossless quality, MOV to WebP will be much smaller.
Only if the source MOV actually has an alpha channel. Standard iPhone and QuickTime screen recordings are opaque — there is nothing transparent to preserve. ProRes 4444 MOVs do carry alpha, and in that case APNG keeps the full 8-bit alpha channel with smooth, anti-aliased edges — a real advantage over GIF, which only supports 1-bit (fully transparent or fully opaque) transparency and produces jagged edges.
Pick APNG when you need lossless quality with clean transparency — logos, stickers, and detailed UI loops where exact color and smooth alpha edges matter. Pick GIF when maximum compatibility matters, especially for email clients, which render animated GIF but generally not APNG. Pick WebP when you want the smallest possible web download; Google's data shows lossless WebP is about 26% smaller than PNG, and lossy animated WebP is smaller still. APNG sits between GIF and WebP: better quality and color than GIF, larger files than lossy WebP.
10 FPS is the recommended default and works well for stickers, reaction loops, and UI demos. Because APNG stores each frame as full lossless PNG data, the frame count directly drives the file size — doubling the framerate roughly doubles the size. Use higher framerates only when smooth motion is essential, and keep the clip short. In our testing, a short 480px screen-recording MOV at 10 FPS produced a clean, smoothly looping APNG, while the same clip at 30 FPS tripled in size with little visible benefit.
Generally no. Animated GIF is the only animated image format that renders reliably across email clients such as Gmail, Outlook, and Apple Mail. Most email clients display only the first frame of an APNG, the same fallback an unsupported browser shows. If your animation is going into an email, convert to GIF instead. APNG is best for the web, app stickers, and messaging surfaces that support it.
Yes. Drop in multiple MOV files and each is converted on our servers; you can download them individually or as a ZIP. Framerate, resolution, quality, and color settings can be applied across the batch. There is no watermark, and uploads are deleted automatically after a few hours.
Yes. APNG is lossless and stores full 24-bit color (16.7 million colors), so smooth gradients and subtle tones from the MOV survive without the banding you would see in a GIF, which is limited to 256 colors per frame. Leave Colors on ORIGINAL to preserve every color; switching to "By Color Reduction + Dither" trades some color accuracy for a smaller file. This exact-color fidelity, together with full alpha transparency, is the main reason to pick APNG over GIF.