VOB to TS Converter

Convert VOB files to TS format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: VOB

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Show All Options
File Compression
Preset
Video resolution
Trim

How to Convert VOB to TS Online

  1. Upload Your VOB File: Drag and drop or click "+ Add Files" to select one or more .vob files from your computer. Batch is supported, and you can queue the sequential VTS_01_1.VOB, VTS_01_2.VOB, VTS_01_3.VOB chapters from a DVD's VIDEO_TS folder in order.
  2. Pick a Video Codec: Default is H.264 (broadest player support). Choose H.265 (HEVC) for ~50% smaller files at the same visual quality, MPEG-2 if you want a fast remux that keeps the DVD's native codec, or MPEG-4/XVID/DivX for legacy set-top boxes. Audio Codec defaults to AAC; switch to AC-3 to preserve the DVD's original Dolby Digital track without re-encoding.
  3. Set Quality, Resolution, and Trim (Optional): Use the Preset dropdown (Lowest / Low / Medium / High / Very High (Recommended) / Highest) for one-click CRF tuning, or switch to Constant Bitrate / Variable Bitrate / Specific file size to hit a target megabyte count. Use the Video resolution group to keep original, pick a Preset Resolution (480p, 720p, 1080p, 1440p, 4K), scale by Resolution Percentage, or set custom Width x Height. Use Trim to set a Time Range (HH:MM:SS) — useful for skipping the DVD's intro warning screens.
  4. Convert and Download: Click "Convert". Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared.

Why Convert VOB to TS?

VOB is the MPEG program stream container that DVD-Video discs use inside the VIDEO_TS folder. It carries MPEG-2 video plus AC-3, DTS, MPEG-1 Layer II, or LPCM audio along with subtitles and menu navigation, but it's locked to a 1 GiB per-file ceiling and to a packet structure built for the relatively error-free read path of an optical disc. MPEG-2 Transport Stream (TS / .ts), standardised in 1995 as ISO/IEC 13818-1, wraps the same video and audio essence into 188-byte fixed-length packets stamped with the 0x47 sync byte and program clock references at least every 100 ms — a layout designed for terrestrial broadcast, satellite, IPTV, and HLS where packets routinely arrive late or get lost.

  • Stream legacy DVD content over HLS or DVB — TS is the segment format inside HTTP Live Streaming, ATSC, DVB-T/S, and ISDB-T. Re-wrap a VOB chapter as TS and a Wowza, nginx-rtmp, or FFmpeg encoder can serve it to web players or set-top boxes without further muxing.
  • Recover from packet loss on flaky links — the constant 188-byte packetisation and continuity-counter fields let a decoder re-sync after a dropped chunk. A scratched DVD ripped straight to VOB will halt at the bad sector; the TS re-encode can be set to skip the damaged GOPs.
  • Append several DVD chapters into one file — DVD authoring splits a title across VTS_01_1.VOB, VTS_01_2.VOB, etc. at the 1 GiB boundary. Converting each to TS produces a self-synchronising stream you can concatenate with a simple cat (binary append) because every TS packet is independently decodable.
  • Feed hardware that prefers .ts — Panasonic, JVC, and Sony AVCHD/AVCCAM camcorders record to MTS/M2TS (TS variants), and many Smart TVs and PVRs index .ts faster than .vob because the sync byte makes seek scanning O(n) trivial.
  • Drop the DVD navigation overhead.vob files lean on companion .ifo and .bup files for chapter and angle metadata. Once converted to TS the playback is self-contained, so you can store, email, or upload a single file instead of a folder.
  • Re-encode to modern codecs in one pass — instead of remuxing MPEG-2, switch the Video Codec to H.264 or H.265 to shrink a 4.7 GB DVD rip to ~700 MB without obvious quality loss, then keep the TS container for streaming.

VOB vs TS — Format Comparison

Property VOB (.vob) TS (.ts / MPEG-TS)
Container basis MPEG-2 Program Stream (variable-length packets) MPEG-2 Transport Stream (fixed 188-byte packets, sync byte 0x47)
Standardised DVD Forum DVD-Video Book (proprietary) ISO/IEC 13818-1 (1995), ITU-T H.222.0
Designed for Error-free optical disc playback (DVD) Lossy transmission: DVB, ATSC, ISDB, IPTV, HLS
Max file size 1 GiB per file (DVD spec) No format-imposed cap
Companion files Requires .ifo + .bup for navigation Self-contained
Video codecs allowed MPEG-2 (H.262), MPEG-1 Part 2 MPEG-2, H.264, H.265, AV1 (via private streams), MPEG-4
Audio codecs allowed AC-3, DTS, MPEG-1 Layer II, LPCM (no AAC) AC-3, AAC, MP2, DTS, E-AC-3, Opus
Independent decode points At GOP boundaries within a single VOB Every TS packet carries continuity info; receivers can join mid-stream
Typical use today Ripped DVD archives HLS segments, broadcast feeds, AVCHD camcorders

Codec & Quality Preset Quick Guide

Setting (in Advanced Options) When to pick it Trade-off
Video Codec → MPEG-2 Fast remux that keeps the DVD's native stream Largest output, but no quality loss
Video Codec → H.264 (default) Plays on every browser, every smart TV, every phone since ~2010 ~30-50% smaller than MPEG-2 at equal quality
Video Codec → H.265 / HEVC Storage- or bandwidth-constrained delivery ~50% smaller than H.264; needs newer decoders
Audio Codec → AC-3 Preserve the DVD's 5.1 Dolby Digital track Larger audio size than AAC
Audio Codec → AAC Web / mobile playback Re-encoded from AC-3, slight loss
Quality Preset → Very High (Recommended) Default; visually transparent for most DVD source CRF ~20 for H.264
Quality Preset → Highest Archival rips Files roughly 2x larger than Very High
Quality Preset → Low / Lowest Quick previews, mobile share Visible blocking on dark scenes
Specific file size Hard target (e.g., 700 MB, 1.4 GB) Auto-scales bitrate to fit

Frequently Asked Questions

What's the difference between a TS file and an M2TS file?

Both are MPEG-2 Transport Streams using 188-byte packets and the 0x47 sync byte. .m2ts (BDAV MPEG-2 Transport Stream) is the variant Blu-ray and AVCHD camcorders use; it prepends an extra 4-byte timecode header to each packet (192 bytes total) so the disc player can do frame-accurate seeking. Plain .ts is the broadcast / IPTV variant with no timecode prefix. If you need Blu-ray or AVCHD authoring output, use VOB to M2TS instead.

Will the DVD subtitles and menus survive the conversion?

No. DVD subtitles live in the .vob as VobSub bitmap streams indexed by the .ifo file, and the menus are MPEG-2 still images with button overlays defined in the IFO. Converting just the VOB drops both. If you need the captions, demux them separately with a tool like vobsub2srt and re-mux the resulting .srt into the TS output. The DVD-style menu screens can't be reproduced in a flat TS file.

Can I keep the original AC-3 5.1 surround track?

Yes — set Audio Codec to AC-3 in Advanced Options. The encoder will copy the AC-3 stream into the TS container without re-encoding, preserving all six channels and the bitrate the DVD authoring tool used (typically 384 or 448 kbps for 5.1). If you switch to AAC, the surround mix is downmixed and re-encoded, which is lossy.

Why is my VOB split into VTS_01_1.VOB, VTS_01_2.VOB, etc.? Do I convert them separately or together?

DVD-Video specifies a 1 GiB maximum per VOB, so a 4 GB film is split into roughly four numbered chunks that play seamlessly in order. Upload all the chunks for a single title (same VTS_01_* prefix) in order — the queue will encode each to TS, and because every TS packet is independently decodable you can join the outputs with cat VTS_01_1.ts VTS_01_2.ts... > full.ts (or in Windows copy /b file1.ts + file2.ts full.ts). The result plays as one continuous stream.

Should I pick MPEG-2 to remux or H.264 to re-encode?

Remux to MPEG-2 if you want speed and zero quality loss — the converter just repackages the existing stream into TS packets, which takes seconds. Re-encode to H.264 or H.265 if you want a smaller file: a typical 4.3 GB DVD rip drops to roughly 700-900 MB at H.264 Very High preset with no visible quality loss on a phone or laptop. For broadcast or live-streaming workflows, H.264 in TS is the de facto standard (DVB-T2, ATSC 3.0, HLS).

Does TS support 4K or HDR?

The container does — .ts is what ATSC 3.0 uses to deliver 4K HDR over-the-air broadcast — but the source matters. DVDs are 720x480 (NTSC) or 720x576 (PAL) at SDR, so upscaling a VOB to 4K won't add real detail. Use Resolution Preset → 4K only if you need a specific output frame size for a downstream pipeline; otherwise keep the original resolution or upscale only to 720p / 1080p.

Will my browser play the TS file directly?

Chrome, Edge, and Firefox don't have native HTML5 support for raw .ts files the way they do for .mp4. They can play TS segments served as part of an HLS playlist (m3u8), but a standalone .ts typically prompts a download. For local playback, use VLC, mpv, MPC-HC, or PotPlayer — all handle TS natively. If you want a single browser-playable file, convert to MP4 instead: see VOB to MP4.

Is there a file-size limit for uploads?

Free conversions on xconvert run up to 1 GB per file, processed on our servers. That covers a single DVD VOB chunk (the DVD spec caps each chunk at 1 GiB anyway). For larger archival rips or whole-title concatenations, register for a free account to raise the cap, or split the source first with Trim VOB and convert the chapters individually.

How is this different from converting VOB to MP4 or MKV?

MP4 is the right choice when you want the broadest player support (browsers, phones, smart TVs all play H.264 in MP4 natively) — use VOB to MP4. MKV is the right choice when you want to keep multiple subtitle and audio tracks in one file for media-server playback — use VOB to MKV. TS is the right choice when the output feeds a broadcast encoder, HLS packager, AVCHD/M2TS authoring tool, or a player that scans for the 0x47 sync byte (most PVRs, IPTV STBs).

Rate VOB to TS Converter Tool

Rating: 4.8 / 5 - 84 reviews