Step 1: Provide your VOB files using the button above or by toss and let go.
Step 2: Click the 'Convert' button to start the conversion.
Step 3: Fetch your converted MPG files.
VOB to MPG Conversion FAQ
How do I convert VOB to MPG without re-encoding the video stream?
+
When the VOB and MPG containers can both carry the same codec (H.264, H.265, VP9, AV1), the converter falls back to a remux: the elementary streams are copied byte-for-byte into the MPG container and only the wrapper changes. A remux of a 1 GB VOB into MPG typically finishes in 5-15 seconds with zero quality loss. A VOB holds MPEG-2 video, AC-3 or PCM audio, and DVD subpicture subtitle streams, split into 1 GB segments by the DVD spec. Contents are MPEG-1 or MPEG-2 video with MP2 audio; the muxing and the GOP structure are identical to a .mpeg file.
Can VOB be converted to MPG without re-encoding the video?
+
Yes, and it is the fast path. VOB and MPG share the same underlying box structure, so the video and audio streams are copied across byte-for-byte and only the container wrapper is rewritten. Nothing is decoded and nothing is re-compressed, so a feature-length file finishes in under a minute instead of half an hour, with output quality identical to the source. VOB is the Video Object container found in the VIDEO_TS folder of every DVD — an MPEG-2 program stream with DVD-specific navigation data added. MPG is the same MPEG program stream as .mpeg — the three-letter extension is a DOS-era truncation, not a different format.
My VOB recordings are split into numbered parts — does MPG have the same limit?
+
No, and that is one of the better reasons to move. The VOB container has a practical single-file ceiling that long or high-bitrate recordings run straight into, which is exactly why old captures arrive as part1, part2, part3. MPG has no equivalent limit, so the pieces can be rejoined into one continuous file. VOB is split across files, may be CSS-encrypted, and carries navigation packets that confuse general-purpose players.
What happens to the subtitle tracks in my VOB file?
+
They cannot stay selectable, because MPG has no soft-subtitle stream to hold them. There are two ways out: burn them into the video during conversion, which makes them permanent and unstyleable, or export them as a separate .srt alongside the MPG for the player to load. The converter tells you which it did rather than dropping them silently. MPG inherits every MPEG-2 limitation — heavy bitrate, interlacing, no soft subtitles — plus the confusion of two extensions for one format.
Why does my VOB file fail to convert to MPG?
+
Almost always DRM. Some VOB files are encrypted at the bitstream level by the store or software that issued them, and an encrypted stream cannot be decoded by us or by anything else without the licence key. Files you recorded, exported or downloaded unprotected convert normally; a licensed purchase will not, and no converter can honestly promise otherwise.
Is there any point converting between two legacy formats like VOB and MPG?
+
Only if a specific piece of equipment demands the target. Both formats come from the same pre-H.264 era, so neither conversion buys efficiency, quality or future-proofing — it buys compatibility with one particular device. If the goal is to keep the footage usable long-term, convert to a current container instead of sideways.
Will multi-track audio survive VOB to MPG conversion?
+
Yes — every audio track in the VOB (director commentary, alternate languages, descriptive audio) is preserved in the MPG when the target container supports multi-stream audio. MKV and MOV handle unlimited audio tracks; MP4 supports many but some hardware players only see track 1; WebM is capped at one Opus / Vorbis track.
Are subtitle tracks preserved when converting VOB to MPG?
+
Soft subtitles (selectable tracks) survive when MPG can carry them: MKV holds SRT, ASS, SSA, PGS, VobSub natively; MP4 only holds mov_text (a stripped-down format). Converting an MKV with ASS styled subs to MP4 will typically downgrade them to mov_text or burn them in. Hardsubs (burned into the video) carry over regardless.
Does VOB to MPG keep chapter markers / DVD-style navigation?
+
Chapter metadata transfers between VOB and MPG whenever both containers support a chapter atom (MKV, MP4, MOV). WebM stores chapters in a Matroska-compatible block, so MKV <-> WebM chapters round-trip cleanly. AVI has no chapter spec at all, so an AVI source arrives with no chapters to carry across and an AVI target cannot store the ones it was handed; add markers manually afterwards if you need them.
What about MKV attachments (fonts, cover art) when going VOB to MPG?
+
MKV is the only mainstream container that stores arbitrary attached files (TTF fonts for ASS subs, JPG cover art, fan-translated PDF inserts). Going from VOB to MPG drops these attachments when MPG is not MKV — the elementary streams convert, but the attached payload stays in the source. Keep VOB as a backup if you depend on attached fonts.
Which codec does the MPG output use by default?
+
The default codec is chosen to match the MPG container conservatively: MKV defaults to H.265 (HEVC) for better compression; MP4 defaults to H.264 for the widest device support; WebM defaults to VP9; AVI uses MPEG-4 ASP (DivX/Xvid lineage). Override via the advanced codec dropdown — AV1 is available for MKV / WebM where you want maximum compression and can wait through the encode. MPG is the extension DVD authoring software, older camcorders and broadcast ingest tools recognise, so it stays useful for those pipelines.
How does HDR (HDR10, Dolby Vision) survive VOB to MPG?
+
HDR static metadata (HDR10 mastering display values, max content light level) carries through to MPG when both containers and the chosen codec support it (HEVC, AV1 in MKV / MP4). Dolby Vision is more fragile — DV profile 5 / 7 / 8.1 in VOB commonly survives only into MKV with HEVC; converting to an MPG container that does not carry the DV layer flattens to HDR10.