Why Convert VOB to MP4 or MKV for Plex
Plex Media Server officially recommends converting DVD VOB files to modern containers like MP4 or MKV to prevent playback errors, excessive server load, and library matching failures. While VOB files were the standard for physical DVD media, they lack the structural design required for smooth network streaming. Remuxing or transcoding these files into MP4 or MKV ensures universal device compatibility, accurate metadata matching, seamless multi-track audio and subtitle support, and optimal Direct Play performance without buffering.
Structural Incompatibility with Network Streaming
VOB (Video Object) files are not standalone media files designed for streaming; they are components of a strict DVD-Video file structure. On a standard DVD, a single feature film is segmented into multiple 1GB chunks (such as VTS_01_1.VOB, VTS_01_2.VOB) and relies on accompanying IFO files to dictate playback order, chapter stops, aspect ratios, and subtitle mapping.
When Plex attempts to play a standalone VOB file without the governing IFO structure, it often fails to read the correct duration, calculate accurate timestamps, or scrub forward and backward. Converting the files merges these split segments into a single, continuous MP4 or MKV file with proper internal index tables required for timeline scrubbing.
Severe Server Transcoding Overhead
Modern streaming clients—such as Apple TV, Roku, Amazon Fire TV, smart TVs, and mobile devices—do not natively support the VOB container. When a client device cannot natively read a file container or the legacy MPEG-2 video codec inside it, Plex must perform real-time transcoding.
Transcoding legacy MPEG-2 video from a VOB file into an H.264 or H.265 stream places a heavy processing burden on your server's CPU or GPU. In contrast, MP4 and MKV containers are widely recognized across modern platforms. Converting to MP4 maximizes the likelihood of Direct Play on web browsers and mobile devices, while MKV enables Direct Play on devices like the Nvidia Shield, drastically reducing server hardware utilization.
Broken Subtitles and Audio Sync
DVD audio and subtitles are uniquely multiplexed within VOB files. Subtitles on DVDs exist as bitmap images (VOBSUB), and audio streams often utilize legacy formats. Streaming raw VOB files through Plex frequently leads to out-of-sync audio tracks, dropped audio channels, or completely missing subtitles because the server cannot parse the demuxing instructions without the DVD's original IFO file. MKV and MP4 formats package audio tracks (like AC3, AAC, and DTS) and subtitles (such as SRT or PGS) cleanly into standardized tracks that Plex can reliably extract and stream.
Library Matching and Metadata Issues
Plex organizes media using strict naming conventions mapped to online databases like The Movie Database (TMDb) and TheTVDB. Because a single movie on a DVD is split across multiple numbered VOB files, Plex often misidentifies each individual file as a separate movie or episode, cluttering your server dashboard. Converting the DVD data into a single, properly named MP4 or MKV file allows Plex’s automated scanners to instantly identify the content, fetch posters, populate cast lists, and retrieve plot summaries accurately.