Initializing... drag & drop files here
Supports: APNG, PNG
Most people arrive here for one of two reasons: an editor or a Keynote deck refuses to import an .apng, or the animation is simply too heavy to move around. Converting to a QuickTime MOV solves both — but it also throws away the alpha channel, which catches people out. This page walks through the conversion, then spends most of its length on the part that actually goes wrong: what happens to transparency, and what to do when you genuinely need a transparent video instead.
.apng onto the drop zone or use the file picker. A .png that contains animation chunks is accepted too, since several exporters save APNG under that extension..mov. No sign-up and no watermark. Files upload over an encrypted connection, are processed on our servers, and are deleted automatically after a few hours.This is the step that decides whether the result looks professional or looks like a mistake, so it is worth understanding what happens under the hood.
Your APNG has an 8-bit alpha channel: every pixel carries an opacity value, which is what gives a logo its clean anti-aliased curve instead of a jagged staircase. H.264 — the codec written into the MOV here — has no alpha channel, and the frames are converted to 8-bit 4:2:0 before encoding, a format that has no place to put opacity. So the alpha has to be resolved into real pixels first. The converter composites every frame onto your chosen Background Color, and the semi-transparent edge pixels blend into it rather than being cut off.
That gives you a simple rule: set the background to whatever the clip will sit on.
If you actually need a transparent video — a lower-third, an overlay, a sticker to composite in an edit — no conversion on this page will give you one, and neither will any other H.264-based tool. Transparency in a MOV requires a codec that carries an alpha channel, and in Apple's ecosystem that means ProRes 4444 or ProRes 4444 XQ, the only ProRes variants with alpha support. Those are not produced here. Your options are to render the alpha version out of the application that created the animation, or to keep an image format that supports alpha natively — an animated WebP is the closest thing to "transparent video" that plays widely. The other genuine dead end is a file that is not really an APNG: a .png with no acTL chunk has no animation to convert, and will come back as a one-frame clip.
| Property | Value |
|---|---|
| Developer | Apple, proprietary release December 1991 |
| Standing | ISO adopted the QuickTime file format as the basis of the MPEG-4 file format, which became the ISO base media file format in 2004 |
| Extension | .mov, also .qt |
| Video codec written here | H.264 by default, with 17 others selectable |
| Audio codec written here | AAC by default, when the source has audio |
| Alpha channel | Only with ProRes 4444 or 4444 XQ, which this tool does not produce |
| Native app support | QuickTime, Final Cut Pro, iMovie, Keynote, Premiere Pro, DaVinci Resolve |
| Browser playback | Not an HTML <video> format — use MP4 |
| Best for | Apple editing timelines, Keynote, professional import |
| Property | APNG (input) | MOV (output) |
|---|---|---|
| Type | Animated raster image | Video container |
| Compression | Lossless, every frame stored in full | Lossy H.264, interframe |
| Colour | Truecolour RGB plus 8-bit alpha | 8-bit 4:2:0, no alpha |
| Frame timing | Per-frame delays in fcTL chunks |
Preserved at the authored pace |
| Audio | None; the format cannot store it | None, because there was none to carry |
| Typical size | Large, scales with frame count | A small fraction of the source |
| Opens in | Browsers, image viewers | Players and editing applications |
Not from an H.264 encode, and that is a codec limitation rather than a converter one. A MOV can carry alpha only when the video track uses a codec that defines one — ProRes 4444 and ProRes 4444 XQ are the standard choices, and they support an alpha channel at up to 16-bit sample depth. This tool writes H.264 by default and does not offer ProRes, so transparency is composited onto the Background Color. For an overlay you can actually key, export ProRes 4444 from the application that made the animation.
Because the source is an image file. APNG stores frames and their delays; there is no audio chunk in the specification, so the encoder has nothing to pass through. The Audio Codec list on this page — AAC, AC3, MP3, the PCM variants and others — applies when the input is a video or audio file. Drop the MOV into an editor and add a track there.
MOV when the file is going into an Apple-centric edit: Final Cut Pro, iMovie, Keynote and QuickTime all treat it as a first-class citizen. MP4 when the file is going anywhere else — browsers, phones, social platforms and <video> tags all expect MP4, and a MOV may be rejected outright. Both can hold the same H.264 video, so the choice costs you nothing in quality. Convert APNG to MP4 if the destination is not Apple software.
Yes. An APNG carries a delay for each frame in its fcTL chunks, and the decoder honours them, so the video runs at the pace the animation was authored at rather than at some default slideshow rate. That is why there is no seconds-per-image control here — it only appears for still-image sources, which have no timing of their own.
Because APNG has no interframe compression whatsoever. Every frame is stored as a complete lossless image, so a static background is re-encoded from scratch on every single frame. H.264 codes only what changes between frames and then discards perceptual detail on top of that. A loop with a still background and one small moving element can shrink enormously; heavy full-frame motion shrinks far less.
H.264 in almost every case: it is the default, it decodes in hardware everywhere, and every editor imports it. H.265 gives smaller files but takes much longer to encode and is fussier on import. MJPEG is worth considering only if a specific old application demands it — it stores each frame independently, which makes files very large. The MPEG-1, MPEG-2, H.261, H.263, WMV and Xvid options exist for legacy compatibility rather than quality.
Yes. An H.264 MOV is a standard import in Final Cut Pro, Premiere Pro, DaVinci Resolve and iMovie. If you plan to grade or heavily composite the clip, be aware that you are working from a lossy 4:2:0 source, so transcode to an intermediate codec inside the editor before doing serious colour work rather than expecting the delivered file to hold up.
Very nearly. Apple's QuickTime file format was adopted by ISO as the basis of the MPEG-4 file format, which in turn became the ISO base media file format — so MP4, MOV, M4V and 3GP are all cousins built on the same atom-and-box structure. They differ in registered codec code-points and in what software expects to find, which is why renaming between them works sometimes and not always. If you want the Apple-library extension instead, convert APNG to M4V.