Initializing... drag & drop files here
Supports: TS
.ts transport-stream files onto the page or click "+ Add Files". Multiple TS clips from the same recording can be queued and converted together..vob ready to drop into a DVD authoring tool (DVDStyler, TMPGEnc Authoring Works, Wondershare DVD Creator). No watermark, no sign-up.Transport Stream (.ts) is the format used by digital TV broadcasts, ATSC/DVB tuners, PVRs, IPTV recordings, and Blu-ray authoring. VOB (Video Object) is the container DVD-Video uses — a strict subset of MPEG-2 Program Stream that sits in the VIDEO_TS/ directory alongside .IFO navigation files and .BUP backup files. The two formats wrap similar MPEG-2 data, but TS is built for streaming over unreliable channels, while VOB is built for sequential disc reads with menus, subtitles, and chapter markers.
.ts files. To play them on a 2005-era DVD player at a parent's or grandparent's house, you need MPEG-2 inside VOB, not H.264 inside TS..IFO files. TS doesn't have a menu concept.| Property | TS (Transport Stream) | VOB (Video Object) |
|---|---|---|
| MPEG family | MPEG-2 Transport Stream | MPEG-2 Program Stream (DVD-Video subset) |
| Designed for | Broadcast, IPTV, error-prone channels | Sequential reads from DVD-Video discs |
| Common video codecs | MPEG-2, H.264, H.265 | MPEG-1, MPEG-2 (H.262) only |
| Common audio codecs | MP2, AC3, AAC, E-AC3 | MP2, AC3, LPCM, DTS (no AAC) |
| Max file size | None (stream-oriented) | 1 GiB per VOB (split across VTS_xx_x.VOB) |
| Menus / chapters | No | Yes (paired with .IFO / .BUP) |
| Typical bitrate | 2-40 Mbps | 4-9.8 Mbps (DVD spec cap) |
| Resolution | Any | 720x480 (NTSC) or 720x576 (PAL) for DVD-Video |
| Playback | VLC, MPC-HC, kodi, smart TVs | DVD players, VLC, MPC-HC |
| Setting | DVD-Video spec value | xconvert option |
|---|---|---|
| Video codec | MPEG-2 (H.262) | Video Codec > MPEG-2 |
| Combined max bitrate | 9.8 Mbps (video+audio+subs) | Constant Bitrate ≤ 8 Mbps |
| Typical video bitrate | 4-6 Mbps (good quality, 2 hr/disc) | Constant Bitrate 4-6 Mbps |
| Audio codec | AC3, MP2, LPCM, DTS | Audio Codec > AC3 or MP2 |
| NTSC resolution | 720x480 @ 29.97 fps | Width x Height > 720 x 480 |
| PAL resolution | 720x576 @ 25 fps | Width x Height > 720 x 576 |
| Container | VOB (≤1 GiB segments) | Output extension VOB |
DVD-Video, the spec VOB belongs to, only defines two video codecs: MPEG-1 Part 2 and MPEG-2 Part 2 (also called H.262). Encoding H.264 or H.265 into a VOB will produce a file your computer can play, but no standalone DVD player will recognize it as a valid disc. If the goal is a disc that boots in a hardware DVD player, keep Video Codec on MPEG-2.
No. The DVD-Video specification does not list AAC as an allowed audio codec — only MPEG-1/2 Audio Layer II (MP2), AC-3 (Dolby Digital), LPCM, and DTS are valid. xconvert defaults the Audio Codec to MP2 for VOB output and transcodes your AAC track to MP2 automatically. For maximum compatibility with set-top players, AC3 is the safer choice.
The DVD-Video combined maximum is 9.8 Mbps (video + audio + subtitles). A common rule of thumb: 4-5 Mbps video + 256-448 kbps AC3 audio fits ~2 hours on a single-layer 4.7 GB DVD-5 disc. For 4-hour or extended-play burns, drop video to 2-3 Mbps. xconvert exposes this under File Compression > Constant Bitrate — enter the value in Mbps.
Yes — this page always re-encodes rather than copying the stream, so even an MPEG-2 TS is decoded and re-encoded to DVD-legal MPEG-2. Because it stays in the same codec family at a DVD bitrate, the output stays close to the source: keep the Quality Preset at "Very High" (or set a Constant Bitrate of 4-8 Mbps) to preserve quality. If your TS holds H.264 (common for HD ATSC and many IPTV recordings) or sits above 9.8 Mbps, it's re-encoded from H.264 to MPEG-2 — a cross-codec step with more visible loss.
That's the DVD-Video filesystem at work — not a quirk of the converter. The DVD spec splits any title set into 1 GiB VOB segments so the disc remains readable on every operating system (and original FAT-based DVD players). Authoring software stitches the segments back together using the companion .IFO file when burning the final disc.
Yes — VLC, MPC-HC, and Kodi all play .vob files directly from a hard drive, and most modern smart TVs accept them over USB. The catch is menus and chapter navigation: those rely on the matching VIDEO_TS.IFO file, which only exists once you author and burn a complete DVD structure. A standalone VOB plays as a single linear video.
Match the region of the DVD player you're targeting. North America, Japan, and most of South America use NTSC (720x480 @ 29.97 fps). Europe, Australia, most of Asia, and Africa use PAL (720x576 @ 25 fps). Modern players are usually multi-standard, but burning the wrong format for an older single-region player will show "no signal" on a 50 Hz CRT. If you don't know, NTSC is the safer global default for digital displays.
TS to MP4 targets modern playback — phones, browsers, streaming apps — and lets you use H.264 or H.265 at higher compression. TS to VOB targets disc authoring, where the goal is hardware DVD player compatibility rather than file size. If nobody in your audience still owns a DVD player, MP4 is the better choice. If you're handing a disc to someone whose only player predates HDMI, VOB is what you need. For ripping in the other direction, see VOB to MP4.
XConvert processes files on its servers and deletes them automatically after a few hours. For multi-hour recordings, split the source first with the video cutter and convert each segment separately, then author them as a multi-title DVD.