Why convert VOB to MP4?
VOB is a DVD-only container that phones, tablets, and streaming devices cannot play without extra software. Converting to .MP4 puts the same video in a format every modern device understands natively. The resulting file is typically 60-70% smaller, making it practical to store and share.
How to convert VOB to MP4
HandBrake FREE
Open the VIDEO_TS folder in HandBrake, pick an MP4/H.264 preset, and click Start Encode.
VLC media player FREE
Go to Media > Convert/Save, add your VOB, and choose the H.264 + MP3 (MP4) output profile.
Command line - ffmpeg CLI
Re-encode a single VOB with ffmpeg -i VTS_01_1.VOB -c:v libx264 -crf 20 -c:a aac out.mp4.
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 MP4 file is a video container (MPEG-4 Part 14, standardized 2003) that holds video, audio, subtitles, and chapters in one file. It plays on every phone, computer, browser, and smart TV…
Open .MP4 details →Quality & what to watch
- Commercial DVDs are usually CSS-encrypted; HandBrake and
ffmpegcannot bypass copy protection - home-recorded and unprotected discs convert without issue. - Long films are split across multiple
VOBfiles; open the entireVIDEO_TSfolder in HandBrake so it joins them automatically. - DVD subtitles are bitmap images, not text - they are typically burned into the video or dropped when saving as
MP4.
Frequently asked questions
Do I need the whole `VIDEO_TS` folder?
VOB, but without the IFO files it cannot detect chapters, titles, or audio language tracks reliably.Will the `MP4` keep chapter markers?
VIDEO_TS folder in HandBrake; it reads chapter data from the IFO files and writes them into the output MP4.