Initializing... drag & drop files here
Supports: DV
Turn footage from a miniDV or Digital8 tape into an animated PNG (APNG) that loops in the browser with full RGBA transparency and lossless, pixel-exact frames — no 256-color GIF banding. DV is interlaced standard-definition video (720×480 NTSC or 720×576 PAL at about 25 Mbit/s), so a short clip is usually all you want as an animated image. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark.
.dv onto the page or click "Upload" to pick it from your device. DV captures are large for their resolution (roughly 13 GB per hour of tape), so trimming to the few seconds you actually need before uploading saves the most time..apng. No sign-up, no watermark.| Property | APNG | GIF | Animated WebP |
|---|---|---|---|
| Color depth | 24-bit true color | 256 colors per frame | 24-bit true color |
| Transparency | Full 8-bit alpha | 1-bit (on/off) | Full 8-bit alpha |
| Compression | Lossless | Lossless, palette-limited | Lossy or lossless |
| Typical file size | Larger (lossless) | Large | Smallest |
| Browser support | ~94-96% (Firefox 3+, Chrome 59+, Safari 8+, Edge 79+) | Universal | ~97% (Chrome 32+, Firefox 65+, Safari 14+) |
| Fallback when unsupported | Shows static first frame | n/a | Broken/blank |
| Best for | Crisp logos, UI loops, sprites with gradients/glow | Maximum compatibility | Smallest web payload |
DV is interlaced: each video field captures half the scanlines a 1/50th or 1/60th of a second apart, and when both fields are woven into one progressive APNG frame, fast motion shows the classic comb or zipper artifact. The fix is to deinterlace — in our pipeline, lowering the FRAMERATE to 10 FPS and downscaling with Image resolution hides most of it, because fewer, smaller frames blend the field difference. If sharp interlacing still shows on heavy motion, convert the DV to a video format like DV to MP4 first (where a proper deinterlace filter applies) and animate from there.
APNG is lossless, so it stores every pixel of every frame exactly — there is no quality-discarding step like the intraframe DCT compression DV uses on tape. In our testing, the same short clip exported as APNG runs several times larger than an equivalent 256-color GIF, which is the expected trade for true color and clean alpha. To shrink the result, lower the FRAMERATE (10 FPS is usually plenty), reduce the resolution, or trim the clip to the seconds you need. Switching Colors to "By Color Reduction + Dither" also cuts size by reducing palette depth.
No. APNG is an image format and carries no audio track. DV stores uncompressed PCM audio alongside the video, but the conversion uses only the video frames, so the soundtrack is dropped. If you need sound, convert to a video format such as MP4 instead of an animated image.
An APNG begins with a valid standard PNG chunk, so any browser or image viewer that can't animate it simply displays the first frame as a static PNG. There is no broken-image icon — older clients just see a still picture. In practice Firefox, Chrome, Safari 8+, and Edge 79+ animate it, covering roughly 94-96% of browsers worldwide.
Choose APNG when you want the cleanest possible still or loop — crisp gradients, soft shadows, smooth alpha, or photographic frames without GIF's 256-color banding, which old camcorder footage with skin tones and skies benefits from. Choose DV to GIF when universal compatibility matters more than fidelity, since GIF plays everywhere. If your finished APNG is too heavy to share, run it through Compress APNG to squeeze it further.