Initializing... drag & drop files here
Supports: XCF
.xcf). Layered images are flattened to a single rendered frame before encoding. Batch is supported — upload an entire portfolio in one pass.XCF is GIMP's native project format — released December 1997, currently at version 4 (GIMP 2.10) — and it stores layers, channels, paths, selections, and guides that no video tool understands directly. AV1, the Alliance for Open Media codec finalized March 2018, is the most efficient royalty-free video codec available: roughly 30% smaller than HEVC and 50% smaller than H.264 at matched quality (per Facebook and Moscow State University comparisons). Flattening XCF to AV1 turns design comps and digital paintings into ultra-compact video that streams cleanly on the modern web.
| Property | XCF (GIMP) | AV1 Video |
|---|---|---|
| Type | Layered raster project | Compressed video bitstream |
| Layers / channels / paths | Preserved | Flattened to a single rendered frame |
| Transparency | Per-pixel alpha | None in standard AV1 (Main profile) |
| Compression | zlib, optional gzip/bzip2/xz | AV1 (lossy, royalty-free) |
| Color depth | Up to 32-bit per channel | 8-bit or 10-bit per channel |
| Released | December 15, 1997 | March 28, 2018 |
| Native software | GIMP, Krita, Photopea | All modern browsers, VLC, mpv, ffplay |
| Best for | Editing source | Streaming, embedding, archival video |
| Mode | Use when | Typical setting |
|---|---|---|
| Quality Preset | You want a one-click choice | "High" matches CRF ~28-30 |
| Constant Quality (CRF, 0-63) | You care about visual quality more than file size | CRF 28-32 for 1080p, 30-35 for 720p |
| Target file size (%) | You need the output to be a fraction of input | 50% for halving, 25% for quarter |
| Specific file size | You have a hard size budget (CDN limit, attachment) | Enter exact MB |
| Constant Bitrate | Streaming server expects predictable bandwidth | 1.5-3 Mbps at 1080p |
| Variable Bitrate | You want max efficiency with bitrate ceilings | VBR with min/max guards |
| Constraint Quality | You want CRF behavior with a max-bitrate ceiling | CRF 30 + 4 Mbps cap |
Most XCF→AV1 use cases are slideshow or animation workflows: you have multiple XCF frames and want a single small video file you can embed or upload. Other XCF converters (CloudConvert, Convertio) only output to image formats — they can't produce AV1 video. If you need a still image with AV1-style compression, convert XCF to AVIF instead, since AVIF is the still-image format derived from AV1.
No. AV1 is a video codec and only sees rendered frames. Each XCF is flattened with its current layer visibility before encoding — hide layers you don't want before exporting from GIMP, or use "Image > Flatten Image" first if you want the saved state to match what's encoded.
AV1 trades encode time for bitrate efficiency. The reference libaom encoder is computationally heavier than libx264 by an order of magnitude or more — that's the cost of the ~50% bitrate savings. For a 30-second 1080p slideshow this is rarely noticeable, but a 4K timelapse can take meaningful time. If speed is more important than size, convert XCF to MP4 for an H.264 output, or convert XCF to HEVC for a middle ground.
Hardware decode is widespread on 2022+ silicon: Intel 11th-gen (Tiger Lake) and newer, AMD RDNA 2+ GPUs and Ryzen 6000+, Nvidia RTX 30 series and newer, Apple M3 and newer, and most flagship Android SoCs (Snapdragon 8 Gen 1+, Tensor G1+, Dimensity 1000+). Older devices fall back to software decode, which works but uses more battery. ScientiaMobile's certification data shows roughly 88% of large-screen devices certified 2021-2025 ship hardware AV1 decode.
For 1080p with mostly static frames (the typical XCF slideshow case), CRF 28-32 produces visually transparent results at very small file sizes — often a few MB per minute. Drop to CRF 24-28 if your XCF artwork has subtle gradients or fine texture you want preserved. Note the AV1 CRF range is 0-63 (lower is higher quality), wider than H.264's 0-51 — equivalent quality numbers are roughly +5 to +6 above H.264.
XConvert wraps AV1 in MP4 (.av1/.mp4) by default for the broadest player compatibility. Both MP4 and WebM containers carry AV1 cleanly across Chromium browsers, Firefox, and recent Safari. If you specifically need WebM, convert XCF to WebM instead, which uses the WebM container with VP9 or AV1.
Yes. Under "Background Color," choose from 24 named colors (black, white, gray, red, blue, etc.) — AV1's Main profile doesn't carry an alpha channel, so transparent XCF pixels need a fill. Pick a color that matches your site or platform background.
Only on AV1-capable Apple hardware: M3 Macs and later, M4 iPad Pro, iPhone 15 Pro, iPhone 15 Pro Max, and the entire iPhone 16 family running Safari 17 or newer. Older iPhones and iPads do not have AV1 decode and Apple ships no software fallback. For universal Apple compatibility, convert XCF to MOV (H.264) or use XCF to MP4.
Surprisingly small. A 30-second 1080p slideshow of mostly static design comps at CRF 35 often lands in the 1-2 MB range — AV1's intra-frame prediction is exceptional for slow-changing content. Use Constant Quality (CRF) rather than Constant Bitrate for slideshows, since CBR wastes bits on still frames. For extreme size targets, compress AV1 the output further.