A VOB is the container DVDs use to store their video. Inside it is MPEG-2 video along with the disc's audio tracks, subtitles, and menu data, split across several files named like VTS_01_1.VOB. It plays fine on a DVD player, but it is awkward on a computer: the footage is spread across files and few programs open it cleanly.
Converting VOB to AVI collapses that DVD structure into a single, familiar video file that plays on almost any desktop media player and drops into old editing software without complaint. Because a VOB holds MPEG-2 and AVI is a different container, this is a real re-encode, not a rename.
What a VOB actually is
The important thing to understand is that a VOB is a DVD-specific wrapper. Technically it is an MPEG-2 program stream, the multiplexed container defined by the MPEG-2 Systems standard for carrying video, audio, and control data together in one interleaved stream.[1] The DVD-Video specification builds on that program stream and adds its own structure: navigation packets, presentation control information, and the split into VTS (Video Title Set) files named like VTS_01_1.VOB, VTS_01_2.VOB, and so on. Inside, the picture is almost always MPEG-2 video, an older and heavier codec than modern H.264 or H.265, alongside audio in AC-3, MPEG audio, or PCM. That extra disc machinery is exactly what you shed when you convert: you want the picture and sound, not the menu system.
The program stream is itself carrying packetized elementary streams, meaning the video and each audio track are chopped into packets and woven together with timing stamps so a DVD player can pull them apart in sync.[2] When you turn a VOB into an AVI, a converter demultiplexes those interleaved streams, decodes the MPEG-2 video, and re-encodes the picture and your chosen audio track into a plain AVI container. AVI is old but extremely widely supported on Windows and by legacy players and editors, which is why it is still a common target for ripped DVD footage.
A VOB is DVD plumbing: an MPEG-2 program stream plus disc navigation. AVI is a simple, single-file video that plays and edits almost anywhere. The conversion re-encodes the MPEG-2 footage into that simpler form.
VOB and AVI: two containers, decades apart
Both VOB and AVI are containers rather than codecs, but they come from different eras and solve different problems. VOB exists to make a disc navigable: it interleaves multiple angles, multiple audio languages, subtitle bitmaps, and chapter markers, all timed so that pressing a menu button jumps cleanly to the right place. That richness is wasted once the footage is off the disc.
AVI, the Audio Video Interleaved format, is a much simpler wrapper. It was introduced by Microsoft in 1992 as part of the RIFF (Resource Interchange File Format) family, the same chunk-based structure used by WAV audio.[4] An AVI file is a series of typed chunks: a header describing the streams, then interleaved chunks of video and audio data. Its great strength is near-universal support in older Windows software and legacy editors; its great weakness is that the container predates modern streaming features and carries almost no metadata sophistication, and it is typically paired with lightly compressed codecs that produce large files.[3] Converting from a DVD-oriented program stream to this straightforward RIFF container is why the operation is a genuine transcode rather than a rename.
How the conversion works under the hood
A VOB-to-AVI conversion runs through a clear pipeline, and understanding it explains why the process takes real time and why your codec and quality choices matter.
First the converter demultiplexes the program stream, separating the woven-together packets back into a clean MPEG-2 video elementary stream and one or more audio streams. Next it decodes the MPEG-2 video into raw frames, reversing the disc's compression entirely so it has full pixel data to work with. Then it re-encodes those raw frames with whatever video codec you have chosen for the AVI, making fresh compression decisions frame by frame. In parallel it re-encodes the audio track you selected. Finally it interleaves the newly compressed video and audio into AVI's chunk structure and writes the header. Because every frame is decoded and compressed again, this is a lossy round trip, and a feature-length DVD holds a lot of frames, which is why it is measured in minutes.
It is worth pausing on why a true stream copy is not an option here the way it sometimes is between modern formats. MPEG-2, like other video codecs, stores a mix of full keyframes and in-between frames that record only the changes since the last keyframe. In principle an MPEG-2 stream could be copied into another container without decoding, but AVI's simple chunk model was designed around a straightforward one-chunk-per-frame layout and does not carry the program-stream timing and multiplexing that a DVD relies on. In practice, moving DVD footage into a clean, editable AVI means decoding and re-encoding so the result is a normal, self-contained video file rather than a repackaged disc stream. That is the fundamental reason this conversion costs time and a little quality where a same-container rewrap would not.
Because the operation is a full re-encode, run it once at a good quality setting rather than converting repeatedly. Every extra re-encode of the same footage stacks another layer of compression loss.
Convert VOB to AVI, step by step
Copy the VOB off the DVD first
Copy the VOB file, usually the largest one, from the DVD's VIDEO_TS folder to your computer. Only convert discs you have the right to copy.
Open the converter and add the VOB
Open the FileFormer video converter and drop the VOB in. Nothing is uploaded; the conversion runs on your own device.
Choose AVI and set the audio
Select AVI as the output and pick the audio track you want, since DVDs often carry more than one. Keep the original resolution unless you specifically need it smaller.
Convert and download
Export the AVI and play it back to confirm the picture and the right soundtrack came through. DVD-length footage takes longer to encode than a short clip.
Which codec to encode the AVI with
An AVI is just a container, so the codec you put inside it decides both the file size and how widely the result plays. This is the single most consequential choice in the whole conversion, and the right answer depends on why you want AVI in the first place.
| Codec in the AVI | Best for | Trade-off |
|---|---|---|
| MPEG-4 Part 2 (Xvid/DivX) | Legacy players and old editors that expect AVI | Larger than modern codecs, but the classic AVI pairing |
| H.264 in AVI | Smaller files while keeping the AVI wrapper | Some very old AVI-only tools may not decode it |
| Uncompressed or lightly compressed | Editing where you re-encode again later | Enormous files, only for intermediate work |
If your reason for choosing AVI is compatibility with a specific old program, match the codec that program expects, which is usually MPEG-4 Part 2 in the form of Xvid or DivX. If you simply want a single portable file and the destination is more forgiving, a more efficient codec keeps the size down. Whatever you pick, encode at a quality high enough that you are not stacking heavy DVD-era MPEG-2 loss with heavy new loss, because two rounds of aggressive compression on the same footage is visible.
Handling multiple audio and subtitle tracks
A DVD often ships with several audio languages, a commentary track, and burned-in or selectable subtitles. A single AVI is best kept simple, so decide up front which soundtrack you want. This matters because the program stream on the disc interleaves all of those audio streams together, and the converter can only carry the one you point it at into the AVI. If you export without checking, you may end up with the wrong language or a director's commentary instead of the film's dialogue, and the only fix is to convert again with the correct track selected.
| On the DVD | In your AVI |
|---|---|
| Several audio languages | Pick one; extra tracks are dropped to keep the AVI simple |
| Selectable subtitles | Not carried automatically; choose a version with them if needed |
| Menus and chapters | Removed, leaving just the video |
If your DVD is split into multiple VOB files for one long title, they are consecutive parts of the same video. Convert the main one first and check the running time matches what you expect.
Real-world scenarios and the right settings
The best approach depends on why you are pulling footage off the disc and where it needs to go next. A few common cases:
| Scenario | Recommended approach |
|---|---|
| Feeding footage into an old AVI-only editor | Encode with MPEG-4 Part 2 (Xvid) at high quality; match what the editor expects. |
| Watching a home-movie DVD on a laptop | Any efficient codec at the original resolution; simplicity matters more than perfection. |
| Archiving the disc's content | Consider MP4 with H.264 instead; it preserves quality per byte far better than classic AVI. |
| A DVD split across several VOB parts | They are consecutive segments of one title; convert the main sequence and verify the runtime. |
| Needing the second audio language or commentary | Select that specific track before converting, since the AVI will carry only what you choose. |
The recurring theme is that AVI earns its place only when an old tool specifically wants it. Whenever the goal is simply to keep or share the footage, a modern container will serve you better, which leads directly to the next question.
Quality limits and common mistakes
Two facts set the ceiling on how good a VOB-to-AVI conversion can look, and understanding them keeps expectations realistic. First, DVD video is already compressed and already limited: the DVD-Video specification caps standard-definition resolution at 720 by 480 for the NTSC television system and 720 by 576 for PAL, and the footage was encoded with MPEG-2 years ago at a modest bitrate. No conversion can add detail that the disc never held, so the AVI can only preserve or degrade the picture, never improve it. Second, the conversion is a lossy re-encode, so the goal is to lose as little as possible on this second pass.
That leads to the common mistakes worth avoiding.
Upscaling and expecting sharper video. Enlarging a 720-wide DVD frame to a bigger AVI does not recover detail; it just interpolates soft pixels. Keep the original DVD resolution unless a specific tool requires otherwise.
Re-compressing too aggressively. Because the MPEG-2 source is already compressed, encoding the AVI at a very low bitrate stacks new blocking artifacts on top of the disc's existing ones. Use a generous quality setting so the second compression stays nearly invisible.
Ignoring interlacing. Much DVD content is interlaced, storing two fields per frame. If the AVI is encoded without deinterlacing, motion can show comb-like horizontal lines on progressive computer screens. When you see that combing, enable deinterlacing and re-export.
Only convert discs you have the legal right to copy. Many commercial DVDs are also encrypted, and this workflow is for VOB files you can already read, such as home recordings and discs you are permitted to back up.
AVI or MP4 for the output
AVI is the right choice when the destination is an older Windows program, a legacy media player, or editing software that expects it. It is broadly compatible in exactly those places. What it is not is efficient: AVI carries very little modern compression, so the files are large.
If your goal is a smaller file that plays everywhere, including phones and the web, converting VOB to MP4 is usually the better path, because MP4 with modern video pairs the same picture with far smaller sizes. Choose AVI for compatibility with old tools, MP4 for portability and size.
Convert your VOB to AVI now
Pick your audio track and re-encode the DVD footage into one AVI, in your browser with nothing uploaded.
Key takeaways
- A VOB is a DVD container of MPEG-2 video; AVI is a single, widely supported file.
- The conversion is a real re-encode, not a rename, and DVD-length footage takes time.
- DVDs carry multiple audio tracks, so pick the soundtrack you want before converting.
- Choose AVI for old tools; choose MP4 for smaller, more portable files.