Initializing... drag & drop files here
Supports: XCF
XCF is GIMP's native project format ("eXperimental Computing Facility"), introduced in 1997, that preserves layers, masks, channels, paths, guides, and selections. It is excellent for editing inside GIMP but is not a delivery format — almost no media player or social platform reads XCF. HEVC (H.265, formally ISO/IEC 23008-2 / ITU-T H.265) is a video codec ratified in January 2013 that delivers roughly twice the compression of H.264 at the same visual quality, supports up to 8192 by 4320 (8K UHD), and natively encodes 10-bit color for HDR.
| Property | XCF | HEVC (H.265) |
|---|---|---|
| Type | GIMP project / image | Video codec |
| Stores | Layers, masks, paths, channels, guides, selections | Encoded video bitstream |
| Audio | None | Carried in the container (MP4/MKV/MOV) |
| Standardized by | GIMP project (developer-controlled) | ISO/IEC 23008-2 + ITU-T H.265 |
| Year introduced | 1997 | 2013 |
| Max resolution | Practically limited by RAM | 8192 x 4320 (8K) |
| Native playback | GIMP, Krita, Photopea | iOS 11+, macOS 10.13+, Win 10/11 (with HEVC extension), most 2017+ smart TVs |
| Best for | Editing source-of-truth | Compact final delivery |
| Property | H.264 (AVC) | HEVC (H.265) |
|---|---|---|
| Compression at equal quality | Baseline | ~40-50% smaller files |
| Max resolution | 4K (4096 x 2304 in High profile) | 8K (8192 x 4320) |
| Color depth (mainstream profile) | 8-bit | 10-bit (Main 10) |
| Hardware decode coverage | Near universal | iPhone 7+, modern Android, 2017+ TVs, Apple Silicon Macs |
| Royalty / licensing | Single MPEG-LA pool | Multiple pools — patent landscape is messier |
| When to choose | Universal compatibility | Storage savings, HDR, 4K/8K |
| CRF | Visual quality | Typical use |
|---|---|---|
| 18-20 | Visually lossless | Master archive, color-critical work |
| 22-24 | High — transparent for most viewers | Portfolio reels, premium delivery |
| 26-28 | Good — small files | Streaming, social uploads |
| 30+ | Watchable, noticeable artifacts | Heavy compression for previews |
No — and they cannot be. HEVC is a video codec; it stores a sequence of flattened frames, not a stack of editable layers. Each XCF is composited (with layer visibility, masks, and opacity applied) into a single rendered image, and that image becomes one or more frames of the HEVC bitstream. Keep the original XCF if you need to edit later.
HEVC's coding tools — larger Coding Tree Units up to 64x64, 35 intra-prediction modes, parallel decoding, and improved motion compensation — let it represent the same visual data with fewer bits. For static or slow-changing content like image slideshows, savings often exceed the typical 40-50% rule of thumb because long stretches of frames are nearly identical.
If your audience is on iPhone, Apple Silicon Macs, or recent smart TVs, HEVC is fine and saves roughly half the bytes at the same quality. If you need to share with Windows users on older builds (HEVC requires the HEVC Video Extensions on Windows 10/11) or post to a platform that re-encodes anyway, H.264 in XCF to MP4 is the safer default. HEVC for delivery, H.264 for universal compatibility.
CRF 22-24 is visually transparent for most viewers — slightly higher quality than streaming defaults. CRF 26-28 produces noticeably smaller files with quality good enough for streaming and social. CRF 18-20 is for archival or color-critical work and produces large files. Going above 30 starts to show blocking and banding, especially on gradients common in GIMP artwork.
Three to five seconds per image is the sweet spot for a static portfolio piece — long enough for the viewer to read titles and study composition, short enough to keep momentum. For type-heavy slides (process explanations), bump to 7-10 seconds. The duration setting controls per-frame display time before transitioning to the next XCF.
Your XCF aspect ratio does not match the target video resolution (typically 16:9). The "Background Color" option lets you pick the fill — black is the default and is least distracting. If you want a borderless look, either match the XCF canvas to 16:9 inside GIMP before exporting or pick a custom Width x Height that matches your XCF's native aspect ratio.
Yes, but Windows 10 and 11 do not ship with an HEVC decoder by default. Users must install the HEVC Video Extensions from the Microsoft Store (paid for the consumer extension, free if a hardware vendor preinstalled the OEM version). VLC and most third-party players bundle their own HEVC decoder and play the file without the system extension.
Yes. Drag in the entire batch, set "Merge strategy" to "Merge images", set "Image Duration" globally, and the tool concatenates them in upload order into a single HEVC file. For separate per-XCF videos, switch to "Video per image" and download the resulting set as a ZIP. See also XCF to MP4, XCF to MOV, and XCF to WebM for alternative output codecs from the same workflow.
The pipeline targets HEVC Main / Main 10 profile output. If your source XCF was authored in 8-bit (the GIMP default for most users) the result is 8-bit regardless of profile. To preserve true HDR you need 10-bit or higher source data and a viewing chain (display, OS, and player) that all honor HDR metadata.