A VOB file is video data copied directly from a DVD, and it's not the format you want to edit with
VOB stands for Video Object, and it's the container format that DVDs use to store video, audio, and subtitle data all in one file. When you copy files from a physical DVD to your computer, you get VOB files. They're not designed for editing — they're designed for playback on a DVD player in a living room. If you're working with video from a DVD and want to edit it, you'll need to convert the VOB file to something more flexible first.
VOB files are large, typically 1 gigabyte or more per file, because DVDs store video at a specific quality level that doesn't compress much. A single DVD movie might be split across four or five VOB files on the disc itself. When you copy them to your computer, they come over as separate files, and you may need to combine them before editing.
Key Takeaways
- VOB files come from DVDs and contain video, audio, and subtitles locked together in a format designed for playback, not editing.
- Video editing software like DaVinci Resolve, Adobe Premiere, and Final Cut Pro cannot import VOB files directly — you must convert them first.
- Free conversion tools like HandBrake or FFmpeg can turn a VOB file into an MP4 or MOV file that editing software will recognize.
- A single DVD movie is often split across multiple VOB files, so you may need to combine them or convert each one separately depending on your tool.
Why editing software won't open VOB files
Most video editing programs — DaVinci Resolve, Adobe Premiere Pro, Final Cut Pro, and even simpler tools like iMovie — do not support VOB as an input format. They're built to work with modern codecs and containers like H.264 MP4, ProRes, or DNxHD. VOB uses MPEG-2 video compression, which is old and not optimized for the real-time playback and scrubbing that editing requires.
When you try to import a VOB file into an editing program, you'll usually get an error message saying the format is not recognized, or the software will straightforward refuse to open the file. This is not a limitation of your software — it's by design. The editing software is telling you that you need to convert the file first.
Converting VOB files to an editable format
The most straightforward path is to use a free conversion tool. HandBrake is the most beginner-friendly option: you drag a VOB file into it, choose a format (MP4 is usually fine), and click start. The conversion takes time — often as long as the video itself — but you end up with a file that any editing software will open.
FFmpeg is more powerful but requires typing commands in a terminal window. If you're comfortable with that, you can convert a VOB file with a single line. On Mac or Linux, the command is straightforward. On Windows, you'll need to install FFmpeg first, then open Command Prompt and type the conversion instruction. Both tools are free and open-source.
Some online conversion websites also accept VOB files, but uploading a 1-gigabyte video file to the internet takes a long time and may not be find if you're uploading personal or sensitive video. Converting on your own computer is faster and keeps your files private.
Handling multiple VOB files from the same DVD
If you copied an entire DVD to your computer, you probably have multiple VOB files — often named VTS_01_1.VOB, VTS_01_2.VOB, and so on. These are segments of the same video, and you have two options: convert each one separately, or combine them first.
HandBrake can sometimes recognize and combine multiple VOB files automatically if they're in the same folder and numbered in sequence. Open the first file, and HandBrake may ask if you want to add the related files. If it does, select yes, and it will treat them as one video during conversion.
If HandBrake doesn't combine them, you can use FFmpeg to merge them before converting. The command concatenates the files in order, then converts the result to MP4 or another format. This takes longer but ensures you end up with a single file instead of multiple segments you'd have to import separately into your editing software.
What format to convert to
MP4 with H.264 video codec is the safest choice for most editing software. It's widely supported, the file size is reasonable, and you won't lose quality in the conversion. MOV (QuickTime) is another option, especially if you're using Final Cut Pro or iMovie on a Mac.
If you're planning to do heavy color correction or effects work, you might consider converting to a higher-quality format like ProRes or DNxHD, but that requires more disk space and conversion takes longer. For most projects, H.264 MP4 is the right balance between compatibility and file size.
Why you might have VOB files in the first place
You have VOB files because you copied them from a physical DVD. This might be a home video DVD you created years ago, a purchased DVD you own, or a DVD someone gave you. If the video is your own or you have permission to edit it, converting it is straightforward. If it's a commercial DVD, check the terms of use — some DVDs have copy protection that makes conversion legally complicated depending on where you live.
If you're working with your own home videos or family recordings, converting the VOB files to an editable format is the normal next step. Once converted, you can edit, trim, add music, and export the video in any format you want.
Frequently Asked Questions
Can I edit a VOB file without converting it?
No. Editing software does not recognize VOB as a valid input format. You must convert it to MP4, MOV, or another supported format first. Conversion is fast and free with tools like HandBrake.
Will converting a VOB file reduce the video quality?
Not noticeably. VOB files use MPEG-2 compression, and converting to H.264 MP4 uses a more modern codec that compresses better at the same quality level. You may actually see a slight improvement in file size without any visible loss.
How long does it take to convert a VOB file?
Conversion usually takes as long as the video itself — a 2-hour movie takes about 2 hours to convert on a typical computer. Faster processors and SSDs speed this up. You can use your computer for other tasks while conversion runs in the background.
What if HandBrake won't open my VOB file?
Try FFmpeg instead, or check that the VOB file isn't corrupted by trying to play it in a media player first. If the file plays but HandBrake won't open it, the file may have copy protection. Some DVDs include technical protections that make conversion difficult or impossible.
Do I need to keep the original VOB files after converting?
No. Once you have an MP4 or MOV version that you can edit, you can delete the VOB files to save disk space. Keep the original DVD if you might need the files again, or keep a backup of the converted file instead.