Why convert MPEG to VOB?
VOB is the video container used inside DVD-Video discs, so you need a .vob file when authoring a DVD or feeding footage into DVD-authoring software. Because both .mpeg and .vob are MPEG-2 program streams with nearly identical structure, the conversion is one of the simplest format changes you can make. Learn more about the target format on the .VOB page.
How to convert MPEG to VOB
Command line - ffmpeg CLI
Stream-copy an MPEG-2 source with no quality loss: ffmpeg -i in.mpeg -c copy out.vob.
AviDemux FREE
Open your .mpeg in AviDemux, set the output container to MPEG-PS, and save - no re-encoding needed for MPEG-2 sources.
Freemake Video Converter FREE
Add your .mpeg to Freemake Video Converter and choose a DVD or VOB output preset to convert in a few clicks.
ConvertXtoDVD PAID
Drag your .mpeg into ConvertXtoDVD to convert and author a complete DVD structure including menu, .ifo, and .vob files.
Programs that convert MPEG
About these formats
An MPEG file contains video compressed with the older MPEG-1 or MPEG-2 standard, the same technology used in VCDs and DVDs. The free VLC media player opens it on any platform. To shrink it…
Open .MPEG details →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 →Quality & what to watch
- Stream copy (
-c copy) is lossless because.mpegand.vobboth use the MPEG-2 program stream format - only the extension changes. - A lone
.vobwill not play on a set-top DVD player; a full DVD requires aVIDEO_TSfolder with.ifoand.bupfiles alongside the VOBs. - DVD video has strict requirements: MPEG-2 video, MP2/AC-3/LPCM audio, and 720×480 (NTSC) or 720×576 (PAL) resolution - sources that do not match must be re-encoded.
Frequently asked questions
Can I just rename .mpeg to .vob?
Is converting MPEG to VOB lossless?
Will my converted VOB play on a standalone DVD player?
.ifo and .bup files in the VIDEO_TS folder; a bare .vob plays fine in VLC or similar software players.