Initializing... drag & drop files here
Supports: AVIF
AVIF (AV1 Image File Format, AOMedia 2019) is a still-image format that at equivalent quality is roughly 20–25% smaller than WebP and 50% smaller than JPEG, with full alpha, wide color gamut (BT.2020, P3), and 10/12-bit HDR. WebM (Google, 2010) is the open-container video format built around VP9 or AV1 — Chrome, Firefox, Edge, and Safari 16+ all play it natively. Converting a stack of AVIF stills to a single WebM gives you an autoplay-friendly slideshow that browsers treat as a <video>, not a 50 MB GIF.
<video autoplay muted loop playsinline> with a short WebM is the standard pattern for landing-page hero animations; AVIF stills already compressed for delivery convert cleanly without re-encoding from raw RAW.| Property | AVIF (input) | WebM (output) |
|---|---|---|
| Media type | Still image (or animated AVIFS) | Video container |
| Codec | AV1 (image profile) | VP9 or AV1 |
| Color depth | 8 / 10 / 12-bit, HDR (PQ, HLG) | 8 / 10 / 12-bit (VP9 Profile 2/3, AV1) |
| Alpha transparency | Yes | In the format spec (VP9/AV1) — output here is opaque |
| Audio | None | Opus or Vorbis |
Autoplay via <video> |
No (image tag only) | Yes |
| Browser support (2026) | Chrome 85+, Firefox 93+, Safari 16.4+ (~95%+) | Chrome, Firefox, Edge, Safari 16+ (~95.7%) |
| Best for | Single hero photos, static gallery thumbs | Looped slideshows, autoplay backgrounds |
| Choice | When to use |
|---|---|
| Quality preset: Very High | Marketing hero loops, e-commerce product spins — visually lossless at the cost of file size |
| Quality preset: High / Medium | Listing galleries, doc walkthroughs — strong quality at roughly half the bytes of Very High |
| Quality preset: Low | Email previews, lazy-loaded offscreen thumbs |
| Quality mode: Constant Quality (CQ) | Pick this when consistent visual quality matters more than predictable file size |
| Quality mode: Constraint Quality | Pick this when you need a soft size ceiling — encoder targets quality but caps the bitrate |
| Image Duration: 1–2 seconds | Fast-paced social posts, animated thumbnails |
| Image Duration: 3–5 seconds | Standard slideshows where viewers should register each frame |
| Image Duration: 5–10 seconds | Real-estate, product detail shots where the viewer studies the photo |
| Resolution: Keep original | All inputs are already the size you want — fastest path, no upscaling artifacts |
| Resolution: 1080p / 1080×1920 / 1080×1080 | Web embed / portrait social / square feed respectively |
Two reasons. First, file size: a 1080p VP9 WebM slideshow is typically 20–50× smaller than the equivalent GIF because GIF is limited to 256 colors per frame and uses LZW compression, which is decades older than VP9. Second, color fidelity: AVIF often carries 10-bit HDR or wide-gamut color that GIF cannot represent at all. If you specifically need a .gif extension (Slack inline previews, some chat clients), use AVIF to GIF — for any modern <video> embed, WebM is the correct choice.
VP9 is the safe default in 2026: Chrome, Firefox, Edge, and Safari 14+ all decode it in hardware on most devices. AV1 inside WebM gives roughly 30–50% better compression than VP9 at the same quality, but hardware AV1 decode requires Intel Tiger Lake (11th gen, late 2020) or later, Apple M3 or later, or AMD 6000-series GPUs. Older devices fall back to software AV1 decode, which drains battery and can stutter on 1080p+. Pick VP9 unless your audience analytics show modern hardware penetration above ~80%.
Yes. Upload as many AVIF files as you need, set "Merge strategy" to "Merge images," then set "Image Duration." The images play in upload order, so rename or reorder them before adding. For 10 photos at 3 seconds each, you'll get a 30-second WebM. For per-frame timing variation (e.g., a 1-second establishing shot followed by 5-second hero frames) you'll need to split into multiple jobs.
Yes, as long as the viewer is on Safari 16 or later (macOS Ventura, September 2022 / iOS 16, September 2022). Safari 14.1 through 15.6 had partial WebM support, and earlier versions had none. According to caniuse data, WebM has roughly 95.7% global browser support in 2026, so the only realistic gap is users on iOS 15 or older devices. If you need broader fallback, convert to MP4 — H.264 MP4 is universal back to roughly 2010.
The converter treats each AVIF input as one frame. If you upload a multi-frame animated AVIF (.avifs), only its cover frame becomes a slide — the embedded animation is not unrolled. For animated AVIF → video, export the AVIFS to a PNG/JPG sequence first, then run the sequence through the AVIF-to-WebM job.
For social-feed slideshows, 1–2 seconds per frame matches Instagram/TikTok pacing. For typical web slideshows where viewers need to read a caption or study a product, 3–5 seconds is standard. For real-estate, jewelry, or detail-heavy product photography, 5–10 seconds gives the viewer time to take in fine detail. If your shots vary in importance, lean toward the longer end — viewers can scrub WebM in any browser but can't easily slow GIF playback.
Two things. Any transparent areas in your AVIFs are composited onto it during encoding, and it paints the letterbox (top/bottom) or pillarbox (left/right) bars when your input AVIF's aspect ratio doesn't match the chosen output resolution. A portrait phone photo at 1080×1920 dropped into a 1920×1080 landscape WebM will sit centered with horizontal pillarbox bars on either side — those bars are filled with the Background Color. White is the default; black gives the standard video letterbox look; brand colors work for sponsored content. To skip bars entirely, set "Video resolution" to Keep original so the canvas matches the input.
No. Although VP9 and AV1 can carry alpha in WebM in principle, this converter encodes standard opaque video — the AVIF's transparent areas are composited onto the Background Color option before encoding: white by default, or any color you pick from the dropdown, with semi-transparent edges blending smoothly into it. If transparency is critical and the destination is a single still frame, use AVIF to WebP instead.
Pick a lower "Quality preset" (Medium or Low), drop the resolution to 720p or 480p, or shorten "Image Duration" so the clip is shorter overall. If you've already exported and want to shrink the WebM without re-running the AVIF job, run it through Compress WebM where you can target a percentage of the original size or a specific bitrate.