Forum Discussion
Cody-Hutson
Jan 20, 2025Iron Contributor
How can I convert VOB file to MP4 on Windows?
Hello everyone, I recently backed up some videos from my DVD, and they are saved in the VOB format. While VOB files are great for storing DVD content, I'm finding it difficult to play them on my cur...
RonaldWhite
Jan 21, 2025Iron Contributor
In Windows, if you don't want to use third-party tools, you can use Fmppreg through the command line (if installed) or take advantage of the system's function combination. Here are the simple steps:
Method 1: Through the functions provided by Windows
Although Windows' own tools are limited, you can try the following methods:
- Manually rename the extension: Change the .vob file directly to .mp4.
- This method is suitable for some simple VOB files (no complex encoding), and they may be played directly in the media player after the name change.
- Windows audio and video editing function (if enabled):
- Import VOB files through Windows' "Photos" application or "Video Editor", and select MP4 format when exporting.
Method 2: Command line combined with Fmppreg
If you have configured Fmppreg before, open Command Prompt or PowerShell.
Use the following command to convert VOB to MP4:
Fmppreg -i input.vob -c:v copy -c:a copy output.mp4
This command does not require re-encoding, and the conversion speed is extremely fast without losing quality.
Note:
- Changing the extension is only suitable for simple scenarios, and more professional methods are required for complex files.
- If you find that the system function cannot meet your needs, it is recommended to try lightweight tools such as HandsBrake.