Can You Rename VOB to MPG to Play Video?

Changing a file extension from .vob to .mpg often allows basic media players to successfully decode and play a video file. Because VOB (Video Object) files are built on standard MPEG-2 program stream containers, altering the extension tricks players that do not natively recognize the DVD-specific .vob format into treating the file as standard MPEG video. While this simple workaround frequently resolves video playback issues without requiring re-encoding, its success depends on the player's installed codecs and how the audio inside the container was originally formatted.

Why Renaming .vob to .mpg Works

VOB files are the core container format used on commercial DVD-Video discs. Underneath the DVD-specific navigation and menu data, the actual video stream inside a VOB file is almost always standard MPEG-2.

Many basic or legacy media players rely strictly on file extensions to determine which demuxer and decoder to use. When these players encounter a .vob file, they may reject it simply because they lack DVD navigation software. Renaming the extension to .mpg or .mpeg signals to the operating system and media player that the file is an ordinary MPEG-2 program stream. The player then invokes its standard MPEG splitter, allowing the video stream to play normally.

How to Rename the File

To test this method:

  1. Ensure file extensions are visible in your operating system settings (e.g., enable "File name extensions" in Windows File Explorer).
  2. Right-click the file and select Rename.
  3. Replace .vob at the end of the filename with .mpg.
  4. Confirm the prompt warning that changing the file extension might make the file unusable.
  5. Open the renamed file in your preferred media player.

Limitations and Potential Issues

While renaming provides a fast, zero-effort fix, it does not alter the underlying data structure. This can introduce a few specific issues:

The Better Alternative: Remuxing

If renaming to .mpg results in audio failure or playback stutter, the best solution is "remuxing" rather than full re-encoding. Using lightweight, free tools like MakeMKV or FFmpeg allows you to repackage the original, uncompressed MPEG-2 video and AC-3 audio streams into modern containers like MP4 or MKV in a matter of seconds.