VOB (Video Object) is a container format used for DVD video. It can contain video, audio, subtitles, and menus for DVD playback.
Common Uses
DVD video
Movie storage
Disc authoring
VOB Conversion FAQ
What is a VOB video file?
+
VOB is a video container that holds one or more video streams, audio tracks, and optional subtitles. Different containers support different codecs, so compatibility depends on both the wrapper AND what is inside it. VOB preserves the whole DVD payload — multiple angles, multiple audio languages and subtitle tracks all survive inside it.
What is an MPEG program stream, and why is my file one?
+
It is a multiplex designed to be decoded by fixed-function hardware in real time, not to be edited on a computer. Audio and video packets are interleaved with timing markers so a set-top box can start playing from anywhere in the stream, without an index and without buffering the whole file. That design is why VOB content plays on old equipment flawlessly and confuses modern software regularly. A VOB holds MPEG-2 video, AC-3 or PCM audio, and DVD subpicture subtitle streams, split into 1 GB segments by the DVD spec.
Why does everything from a disc come out as VOB?
+
Because the disc format specifies it. The video, the audio and the navigation on an optical disc were standardised around this exact payload so that a fixed-function player could decode it with no software at all. Anything ripped from a disc therefore arrives in it, complete with the era's conventions — interlacing, hard size limits and file splitting included. VOB is the Video Object container found in the VIDEO_TS folder of every DVD — an MPEG-2 program stream with DVD-specific navigation data added.
Why will my browser not play a VOB file?
+
Browsers ship decoders for a deliberately short list of formats, and VOB is not on it — the licensing, the codec variety it permits, or simply its age keeps it out. The file is not broken and a desktop player will open it, but nothing you do to the page will make a browser render it. Converting to a web-native container is the only reliable route to inline playback. VOB is split across files, may be CSS-encrypted, and carries navigation packets that confuse general-purpose players.
Why does my VOB footage show comb lines on anything that moves?
+
Because it is interlaced. Content in this format very often comes from the broadcast and DVD era, where each frame is stored as two half-height fields captured a fiftieth of a second apart. A progressive screen displays both at once, so movement between the two exposures appears as horizontal combing. Deinterlacing on conversion weaves the fields into whole frames and the artefact disappears for good.
Why are my VOB recordings split into numbered parts?
+
A format-level ceiling, not a fault in the recorder. VOB has a practical single-file limit that long or high-bitrate material runs straight into, so capture software splits the recording rather than producing a file it cannot index. Converting to a container with no such limit lets the pieces be rejoined into one continuous video, which is usually the real reason people convert this format at all.
Will VOB play on a phone or TV without flattening the battery?
+
Usually yes, because the chips in phones, tablets and televisions decode this kind of payload in dedicated silicon rather than on the main processor. That is the difference between a video that plays cool for two hours and one that heats the device and drains it in forty minutes. Where the format falls down is app support rather than decoding — the codec is fine, the wrapper is what a gallery app may refuse.
Should I still be saving new files as VOB?
+
Only if something downstream demands it. The format still opens, and there is no urgency about converting an archive that is not causing trouble, but it is no longer where the tooling or the efficiency is going. For anything new, a current format costs nothing extra and avoids the next round of this question a few years from now.
Why convert VOB to another video format?
+
Convert VOB to MP4 when you need universal playback — web browsers, mobile devices, smart TVs and editing apps all play MP4 natively. Convert to WebM for web embedding where smaller file size matters. Convert to MOV when working in Final Cut or other Apple-native pipelines.
Does VOB conversion re-encode the video?
+
When the source codec inside VOB is compatible with the target container we remux without re-encoding (fast, lossless). When the codec must change (for example HEVC to H.264) the video is re-encoded — slower, with a small generational quality cost.