Why convert VOB to AVI?
VOB is the video container used on DVD discs and is not accepted by many older editors and portable players that were built around .AVI. Converting lets those tools open the footage without plug-ins or workarounds. For modern projects MP4 is usually a better target - smaller files and wider support - but AVI is the right choice when a specific device or program demands it.
How to convert VOB to AVI
VLC media player FREE
Go to Media > Convert/Save, add the VOB or VIDEO_TS folder, set an AVI-compatible profile, and click Start.
AviDemux OPEN-SOURCE
Open the VOB in AviDemux, set output format to AVI with MPEG-4 video and MP3 audio, then save.
Freemake Video Converter FREE
Add the VOB file, choose AVI as the output format, and click Convert.
Command line - ffmpeg CLI
Convert a single VOB with ffmpeg -i VTS_01_1.VOB -c:v libxvid -q:v 3 -c:a libmp3lame -q:a 4 output.avi.
Programs that convert VOB
About these formats
A VOB (DVD Video Object) file is the container that stores the actual video, audio, and subtitles on a DVD disc. VLC media player opens VOB files for free on Windows, macOS, and Linux. To…
Open .VOB details →An AVI file is a video container created by Microsoft in 1992. To open one, use VLC media player - it includes the DivX/Xvid codecs old AVIs need and works on Windows, Mac, Linux, Android…
Open .AVI details →Quality & what to watch
- DVDs split films across multiple
VOBfiles (~1 GB each); open the full VIDEO_TS folder in VLC or use ffmpeg's concat input rather than converting a single part, or you will only get a portion of the movie. - Subtitle streams (subpicture bitmaps) do not carry into
AVI- use MKV as the output format if you need to keep subtitle tracks. - Re-encoding always reduces quality slightly; for best results use a high-quality encoder setting such as
ffmpeg -q:v 2.
Frequently asked questions
Does HandBrake convert VOB to AVI?
Why does my converted AVI only cover part of the movie?
VOB files. Convert the full VIDEO_TS folder or use ffmpeg's concat input to get the complete film in one output file.