Initializing... drag & drop files here
Supports: XCF
XCF is GIMP's native project format, first released on December 15, 1997, and it stores everything GIMP knows about an image — every layer, channel, path, selection, and guide — in one editable container 2. VOB is the opposite end of the pipeline: it's the DVD-Video object container based on MPEG program stream, the file you place inside VIDEO_TS/ so a standalone DVD player will read the disc 3. Going from one to the other is how you turn a layered design (a wedding album page, a memorial slide, a movie title card) into something a 20-year-old DVD player can actually play.
VIDEO_TS/VTS_01_*.VOB plus the IFO/BUP files, with no second transcode.| Property | XCF | VOB |
|---|---|---|
| Type | Layered raster image (GIMP project) | DVD-Video container (MPEG program stream) |
| Released | December 15, 1997 | 1996 (DVD-Video spec) |
| Stores layers | Yes — full layer stack, masks, paths, guides | No — flattened video frames |
| Typical codec | n/a (raster + metadata) | MPEG-2 Part 2 video; AC-3, PCM, MP2, or DTS audio |
| Max resolution | Effectively unlimited (GIMP 2.10+) | 720×480 NTSC / 720×576 PAL (DVD-Video spec) |
| Max video bitrate | n/a | 9.80 Mbit/s (combined cap is 10.08 Mbit/s with audio) |
| File size | Limited by disk; commonly 10s of MB | Split into 1 GiB chunks per DVD-Video spec |
| Compatibility | GIMP, Krita (partial), CinePaint, Seashore | Standalone DVD players, VLC, MPC-HC, DVD authoring tools |
| Editability | Full re-edit in GIMP | Re-encode required to edit |
| Setting | NTSC (29.97 fps) | PAL (25 fps) |
|---|---|---|
| Standard 4:3 / 16:9 | 720×480 | 720×576 |
| Half-D1 | 352×480 | 352×576 |
| SIF | 352×240 | 352×288 |
| Recommended slideshow CBR | 6–8 Mbit/s | 6–8 Mbit/s |
| Hard ceiling (video only) | 9.80 Mbit/s | 9.80 Mbit/s |
| Color | 8-bit YCbCr 4:2:0 | 8-bit YCbCr 4:2:0 |
For non-DVD targets, see XCF to PNG, XCF to JPG, or XCF to PDF. To produce a slideshow VOB from already-flattened images, JPG to VOB, PNG to VOB, and BMP to VOB skip the GIMP-flattening step.
No. VOB is a video container, so each XCF is flattened to a single composited frame before encoding. If you need the layered original, keep the XCF — VOB is a one-way render. Layer effects, masks, and blend modes all bake into the visible composite that GIMP would show on its canvas.
Match the DVD-Video spec exactly: 720×480 for NTSC (North America, Japan) or 720×576 for PAL (most of Europe, Australia, much of Asia). Authoring tools will reject or re-encode anything else. If your XCF is much larger, the converter scales it down; if it's much smaller, it pads to the target — set "Background Color" so the padding isn't an unexpected color.
DVD-Video caps the video stream at 9.80 Mbit/s and the combined video + audio multiplex at about 10.08 Mbit/s. For a still-image slideshow VOB, 6–8 Mbit/s CBR is plenty — there's almost no inter-frame motion to encode, and going higher just wastes disc space without improving picture quality.
No. This converter produces a silent video VOB from the XCF input. To add audio, drop the VOB into a DVD authoring tool (DVDStyler, DVD Flick, or similar) and attach an AC-3, PCM, MP2, or DTS track during the authoring step — those four are the DVD-Video standard audio codecs.
Not directly. A playable DVD needs the full VIDEO_TS/ folder structure: VOB files plus IFO (information) and BUP (backup) sidecar files. Use a DVD authoring tool to wrap the VOB into that structure, then burn the resulting ISO or folder with ImgBurn, Brasero, or your operating system's built-in burner.
The DVD-Video spec breaks VOB streams into 1 GiB chunks so older 32-bit systems can read them, and authoring tools reassemble the parts on playback. Long slideshows or high-bitrate encodes will hit that boundary and produce more than one file — that's expected behavior, not corruption.
Pick the standard your target player and TV speak. NTSC at 29.97 fps is the norm in the US, Canada, Mexico, Japan, and the Philippines. PAL at 25 fps covers most of Europe, Australia, India, and large parts of Africa. Modern multi-region DVD players read both, but legacy car DVD systems and older home decks may reject the wrong region's signal.
For a paced photo slideshow, 5 seconds per frame is a common default — long enough to read a caption or take in a composition, short enough to keep momentum. Bump to 7–10 seconds for designs with dense detail (maps, family-tree pages, infographics) or drop to 1–3 seconds for animation-style flicker effects. The "Image Duration" preset has both ranges plus sub-second options.
Yes. Upload every XCF together and set "Merge strategy" to "Merge images" — the output is a single VOB with each XCF appearing for the duration you set, in upload order. "Video per image" produces one VOB per XCF, which is what you want when each slide becomes a separate DVD chapter.