MPEG VOB
File conversion

Convert MPEG to VOB

Convert now
QUICK ANSWER
Is it possible to convert MPEG to VOB?
Yes - MPEG converts to VOB.

You can do it right here with our free converter - no sign-up, and your file is deleted right after.

The fastest path is a stream-copy remux using ffmpeg -i in.mpeg -c copy out.vob, which finishes in seconds with no quality loss. If your source is MPEG-1 or uses non-DVD-compatible audio, re-encoding is required and some quality is lost.

8 programs
Also to VOB: DVD · PDS · DIVX

On this page

Tested on macOS, Windows & Linux
Last verified Sep 2026

More free converters

HEIC, PNG, WEBP, MP3 and more - every tool here is free.

Open the toolbox
MPEG → VOB converterFREE
Drop a .MPEG file here
or pick one - we convert it to .VOB and give you the file to download

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

Quality & what to watch

  • Stream copy (-c copy) is lossless because .mpeg and .vob both use the MPEG-2 program stream format - only the extension changes.
  • A lone .vob will not play on a set-top DVD player; a full DVD requires a VIDEO_TS folder with .ifo and .bup files 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?
It sometimes works if the file is already a DVD-compliant MPEG-2 stream, but a proper remux is more reliable and ensures correct packetization.
Is converting MPEG to VOB lossless?
Yes, when using stream copy - both formats share the same underlying structure so no data is changed. Re-encoding to meet DVD specs does reduce quality.
Will my converted VOB play on a standalone DVD player?
Only if it is part of a correctly authored DVD with .ifo and .bup files in the VIDEO_TS folder; a bare .vob plays fine in VLC or similar software players.
What if my MPEG is MPEG-1?
MPEG-1 sources must be re-encoded to MPEG-2 to meet DVD specifications, which takes longer and involves some quality loss.