Initializing... drag & drop files here
Supports: XCF
C:\Users\Public\Recorded TV by default on Windows 7) and it appears in the Media Center library next to your tuner recordings.XCF is GIMP's native project format — the acronym stands for "eXperimental Computing Facility," a nod to the UC Berkeley lab where GIMP started in 1995. The format preserves every layer, channel, path, guide, selection, and layer mode, which makes it perfect for editing and useless for sharing because almost no consumer software opens an XCF. WTV (Windows Recorded TV Show) is Microsoft's container for Windows Media Center recordings, introduced with Media Center TV Pack 2008 for Vista and standard in Windows 7 Media Center. It wraps MPEG-2 or MPEG-4 video and MPEG-1 Layer II or AC-3 audio with metadata that the Media Center library indexes. Converting XCF → WTV lets layered GIMP designs play through a Windows 7 HTPC alongside actual TV recordings:
.wtv libraries already on disk — Anyone with years of WTV recordings (sports, news, family TV) wants new content in the same format so the Media Center thumbnail grid stays consistent and the metadata indexer keeps working.| Property | XCF | WTV |
|---|---|---|
| Media type | Layered raster image (project file) | Video container (recorded TV) |
| Vendor / origin | GIMP (1995, GNU Project) | Microsoft (Media Center TV Pack 2008) |
| Stores layers / channels / paths | Yes — full editability | No — flattened pixels only |
| Animation / time dimension | None | Yes (variable duration recordings) |
| Audio | None | Yes (MPEG-1 Layer II or AC-3) |
| Compression | RLE pre-2.10; zlib in 2.10+ (also gzip / bzip2 / xz) | MPEG-2 or MPEG-4 video with DRM metadata |
| Native software | GIMP (Linux, macOS, Windows) | Windows Media Center (Vista TV Pack / Windows 7) |
| Plays in modern browser | No | No (re-encode to MP4 first) |
| Plays on iPhone / Android | No | No (re-encode to MP4 first) |
| Current support status | Active — current GIMP 2.10 and 3.0 | Legacy — Media Center removed from Windows 10 (2015) |
| Property | WTV | DVR-MS | MP4 |
|---|---|---|---|
| Microsoft container introduced | 2008 (TV Pack) | 2005 (XP MCE) | 2003 (ISO/IEC 14496-14) |
| Underlying container | Custom (not ASF) | ASF | ISO Base Media File Format |
| Plays in Windows Media Center | Yes (Win 7 native, Vista with TV Pack) | Yes (XP MCE / Vista) | No |
| Plays on phone / smart TV / browser | No | No | Yes — universal |
| DRM / broadcast-flag friendly | Yes | Yes | No |
| Recommended in 2026 for new work | Only if targeting a Media Center HTPC | No (deprecated by WTV) | Yes for everything else |
| Use case | Image Duration | Effective frame rate |
|---|---|---|
| Slow library slideshow (HTPC ambient loop) | 5-10 seconds | 0.1-0.2 fps |
| Standard slideshow (default) | 5 seconds | 0.2 fps |
| Quick montage / channel ident | 1-2 seconds | 0.5-1 fps |
| Cinematic frame-by-frame | 1/24 second | 24 fps |
| Broadcast / smooth motion | 1/30 second | 30 fps |
Yes when the target machine is running Windows 7 (any edition that includes Media Center) or Windows Vista with the Media Center TV Pack 2008 update installed. Drop the file into the Recorded TV folder and it appears in the library. WTV will not play in Windows 10 or Windows 11 because Microsoft removed Windows Media Center entirely in the Windows 10 upgrade (announced May 2015) — for those targets pick XCF to MP4 instead.
It is a legacy platform but not a dead one for hobbyists. Microsoft ended development with Windows 7 and removed Media Center from Windows 10, but unofficial reinstall scripts for Windows 10/11 circulate in the HTPC community and a sizeable archive of pre-existing WTV libraries still gets played daily. If you do not already have a Media Center setup, building one in 2026 is rarely worth it — a Plex, Jellyfin, or Emby server playing MP4s is the modern equivalent.
No. Each XCF is flattened on import — visible layers composite top-to-bottom with their blend modes and opacities applied, and the result becomes one frame in the WTV. Hidden layers are skipped. To turn each layer into its own video frame, export layers from GIMP first (File → Export As, one PNG per layer) and run them through PNG to MP4 instead.
Transparent regions are filled with the Background Color you choose in step 2 because WTV's MPEG-2 / MPEG-4 video tracks have no alpha channel. The default is Black (looks closest to a real broadcast); pick White for clean presentation slides or any of the 24 named colors to match a brand or channel ident.
The converter produces a silent WTV by default — XCF carries no audio data. WTV's audio track expects MPEG-1 Layer II or AC-3 (Dolby Digital), and Media Center will play the file fine without an audio stream. To add music or narration, convert here, then drop the WTV into a tool that can mux audio (FFmpeg, or convert to MP4 with XCF to MP4 and mix in a video editor like Shotcut or DaVinci Resolve).
WTV wraps MPEG-2 (the same codec used on DVDs and ATSC broadcast) at high bitrates to stay broadcast-faithful, while MP4 typically uses H.264 or H.265 which compress 2-3x more efficiently at similar visual quality. Expect a WTV slideshow to be roughly 2-4x the size of an H.264 MP4 of the same content. If file size matters, lower the Quality Preset, set Specific file size (MB), or output to MP4 instead.
Match the TV the Media Center is connected to. 1920×1080 covers most flat-panel HDTVs from 2008 onward. 1280×720 is fine for older 720p sets and produces smaller files. 3840×2160 (4K) works on modern panels but Media Center's decoder is a 2009-era MPEG-2 implementation and may stutter on 4K MPEG-2 streams above ~80 Mbps; 1080p is the safe sweet spot.
Yes — WTV is a niche output. More common XCF exports on xconvert include XCF to JPG (flat photo), XCF to PNG (lossless with transparency), XCF to MP4 (modern universal video), and XCF to MOV (Apple-friendly). To go in the other direction and pull frames out of an existing WTV recording, see WTV to MP4 first, then sample frames with MP4 to JPG.
Yes. The conversion happens on our servers and works on any modern OS — macOS, Linux, Chrome OS, or Windows. You don't need GIMP installed (XCFs are parsed server-side) and you don't need Windows Media Center installed to produce a valid.wtv. Of course you'll need an actual Windows 7 or Vista-with-TV-Pack machine to play the result in Media Center.