Initializing... drag & drop files here
Supports: WTV
WTV is Microsoft's proprietary Windows Media Center container, introduced with the Media Center TV Pack 2008 for Vista and used by all Media Center editions of Windows 7. It replaced the older DVR-MS format and stores MPEG-2 video plus AC-3 or MPEG-1 Layer II audio inside a Microsoft-only chunked structure. The catch: Microsoft discontinued Windows Media Center starting with Windows 10 (confirmed at Build 2015), and the Windows 10 upgrade actively removes the Media Center components. WTV files become orphans — playable in VLC, but unsupported in Windows' own Movies & TV app and rejected by every consumer DVD player.
VOB (Video Object) is the codified DVD-Video format defined in the original DVD specification: MPEG-2 video at up to 9.8 Mbps combined with audio, packaged inside a VIDEO_TS folder alongside.IFO navigation and.BUP backup files. Converting WTV → VOB lets you:
| Property | WTV | VOB |
|---|---|---|
| Developed by | Microsoft (2008, Media Center TV Pack for Vista) | DVD Forum (1996, DVD-Video spec) |
| Container | Proprietary chunked binary (not ASF) | MPEG-2 Program Stream subset |
| Video codecs | MPEG-2 or MPEG-4 (typically broadcast MPEG-2) | H.262/MPEG-2 Part 2 or MPEG-1 Part 2 only |
| Audio codecs | AC-3 (Dolby Digital) or MPEG-1 Layer II | AC-3, DTS, LPCM, MPEG-1/2 Layer II (no AAC) |
| Max video bitrate | Up to 30 Mbps capture (ATSC broadcast feed) | 9.8 Mbps total (video + audio combined) |
| File size limit | None | 1 GiB per.vob chunk (multi-chunk per title) |
| Native playback | Windows 7 Media Center, VLC | Every standalone DVD player, VLC, MPC-HC, PowerDVD |
| DRM | Broadcast flag support; some recordings encrypted | None in spec (CSS is separate, applied at disc level) |
| Discontinued | Yes — removed from Windows 10 (2015) | Active spec; new DVDs still pressed |
| Best for | Live recording in Windows 7 Media Center | Burning DVD-Video discs for set-top playback |
| Bitrate (video+audio) | Quality | Single-layer DVD runtime | Use for |
|---|---|---|---|
| 9.8 Mbps (spec ceiling) | Reference / near-lossless from broadcast source | ~60 min | Studio masters, action scenes |
| 7-8 Mbps | High quality, indistinguishable from source for most TV | ~75 min | Movies, dramas, concerts |
| 5-6 Mbps | Professional broadcast standard | ~100 min | Hollywood DVDs typical encode |
| 4 Mbps | Visible compression on motion but watchable | ~140 min | Multi-episode TV box sets |
| 2-3 Mbps | Noticeable blocking; only for talking-head content | 4+ hours | Lecture archives, news talk |
Per the DVD-Video spec, the 9.8 Mbps maximum is a combined cap for video plus audio. Professional DVD masters typically average 4-5 Mbps with peaks of 7-8 Mbps in action scenes — XConvert's "Very High" preset matches that profile.
WTV recordings made from cable, satellite, or any source carrying the CGMS-A or broadcast-flag protection bit are encrypted by Media Center and can only be played back on the same machine that recorded them. No converter (this one, Handbrake, ffmpeg, or any commercial tool) can bypass that encryption — it's enforced at the codec layer. Over-the-air ATSC recordings from a USB or PCIe tuner card are typically unencrypted and convert without issue. If you hit a DRM error, the file is locked to the original Media Center installation.
The.vob alone isn't a complete DVD — DVD-Video requires a VIDEO_TS folder containing.vob,.ifo (information), and.bup (backup) files. Drop the converted.vob into ImgBurn, DVDStyler, or Nero, design a menu (or skip it), and the authoring tool builds the full structure and burns the disc. Authoring tools will also re-split the file at 1 GiB boundaries per the spec, so you don't need to chunk it yourself.
DVD-Video is standard-definition only: 720×480 (NTSC, 29.97 fps interlaced) or 720×576 (PAL, 25 fps interlaced). The converter downscales 1080i broadcasts to 480i or 576i — there's no way around this because the DVD-Video spec doesn't allow HD streams. If you want to keep the HD resolution, convert to MP4 instead (see WTV to MP4) or burn an AVCHD disc using a Blu-ray-capable burner.
This is a well-documented problem with WTV because Media Center records broadcast streams with variable PTS (presentation timestamp) offsets, especially after channel changes or commercial breaks in the source. The converter rebuilds the timestamp track during encode to keep audio aligned with video. If sync still drifts after conversion, the original WTV likely had a packet loss during recording — try trimming the affected segment with Trim WTV before converting.
At the DVD-Video 9.8 Mbps ceiling, about 60 minutes on a single-layer disc (4.37 GiB usable). At 6 Mbps (a typical high-quality setting) you get about 100 minutes single-layer or 180 minutes dual-layer. At 4 Mbps about 140 minutes single-layer. Dual-layer DVDs hold 7.95 GiB usable. Set "Specific file size" in advanced options to auto-tune the bitrate to your target capacity.
Commercials and channel logos are baked into the video stream and will appear in the converted VOB unless you remove them first. Use the Trim option in Step 3 with Time Range to skip commercial breaks (or trim the start/end of the show). Broadcast metadata like the EPG program title, original air date, and closed-caption tracks are stored in WTV's metadata chunks but the VOB container has no equivalent fields — that information is dropped during conversion.
VOB supports up to 8 audio tracks per stream, so dual-audio WTV recordings can carry both languages through. By default the converter keeps the primary audio track; if you need the secondary SAP track, the resulting VOB will need to be authored with a tool that exposes audio track selection on the DVD menu (DVDStyler and Adobe Encore handle this; basic ImgBurn does not).
WTV stores ATSC CC-708 captions inline with the video. The VOB format uses a different subtitle system (subpictures — bitmap overlays, not text), so captions don't carry through automatically. If you need captions on the burned DVD, run the original WTV through a caption extractor (CCExtractor is the standard tool), convert the captions to a subtitle bitmap format, then add them as a subtitle track in your DVD authoring software.
VOB is a constrained subset of MPEG-2 Program Stream. The video and audio inside are essentially the same; VOB adds DVD-specific muxing rules (1 GiB file chunking, 9.8 Mbps cap, MPEG-2/MP2/AC-3 codec restrictions, navigation pack support). If your end goal is burning a DVD, pick VOB. If you want a general-purpose MPEG-2 file for editing or archival, convert to MPEG-2 instead — the result plays in more software (VLC, Premiere, Avid) and isn't artificially capped at 9.8 Mbps. To go in the other direction and pull VOB content back to a modern format, see VOB to MP4.