How Plex Handles Raw DVD VOB Files
Plex Media Server does not officially support raw DVD structures, including VIDEO_TS folders and VOB files. While the server may occasionally recognize and play individual VOB files, doing so typically results in playback errors, broken metadata matching, and fragmented viewing. This guide explains how Plex interacts with raw VOB files, why issues occur, and the recommended solutions for integrating DVD content seamlessly into your library.
Plex’s Official Policy on Disc Image Formats
Plex officially discontinued support for disc image formats and raw disc folder structures (such as ISO, IMG, and VIDEO_TS/AUDIO_TS folders). The architecture of Plex is designed to stream individual, continuous video files rather than navigate complex optical disc hierarchies.
Because Plex expects each media entry to be a distinct file (e.g., a single movie or a single television episode), placing a raw DVD structure into your media folder causes immediate indexing conflicts.
Issues When Using VOB Files in Plex
If you place raw .vob files into your Plex library, you
will encounter several practical limitations:
- Fragmented Playback: Standard DVDs split
feature-length videos into sequential 1 GB chunks
(
VTS_01_1.VOB,VTS_01_2.VOB, etc.). Plex will often treat each chunk as a separate movie or episode rather than one continuous stream. While Plex supports multi-part naming conventions, its behavior with VOB splits is notoriously unreliable and leads to stuttering or gaps at file boundaries. - Lack of Menu Support: Plex does not emulate DVD menus. The interactive menus, scene selection screens, and special feature menus contained in VOB files cannot be navigated.
- Audio and Subtitle Track Desync: VOB containers bundle multiplexed MPEG-2 video, multiple AC3/DTS audio streams, and VobSub subtitle tracks. Plex often fails to correctly identify, switch, or sync these tracks when reading the raw VOB container directly.
- Transcoding Inefficiencies: DVDs use the MPEG-2 video codec, frequently with interlaced video (480i or 576i). Many modern client devices cannot natively decode interlaced MPEG-2, forcing your Plex Media Server to deinterlace and transcode the video on the fly, consuming significant CPU or GPU resources.
- Metadata Scraping Failures: Plex’s automated
scanners rely on standard naming conventions (e.g.,
Movie Title (Year).ext). DVD file names likeVTS_01_0.VOBcannot be matched automatically by Plex agents, requiring manual library fixes.
Recommended Alternatives
To ensure full compatibility, stability, and high quality within Plex, DVD content should be extracted and converted into a standard container format such as MKV or MP4.
1. Remuxing with MakeMKV (Lossless and Fast)
If you want to preserve the exact original audio and video quality of the DVD without any re-encoding:
- Use MakeMKV to read the DVD, ISO, or VIDEO_TS folder.
- MakeMKV extracts the raw MPEG-2 video, audio tracks, and subtitles
from the VOB files and places them into a single, continuous
.mkvfile. - This process takes only a few minutes per disc because the video is not compressed, preserving 100% of the original data while providing a format Plex can parse natively.
2. Re-encoding with HandBrake (Smaller File Size)
If server storage space is a priority or if you want to avoid transcoding on older client devices:
- Open the source DVD or VOB set in HandBrake.
- Select the main title track and encode the video to H.264 or H.265 inside an MP4 or MKV container.
- Enable the "Decomb" or "Deinterlace" filter to resolve any interlacing artifacts present in the original DVD transfer.
- The resulting file will be significantly smaller and broadly compatible with nearly all Plex client devices without server transcoding.