Maximum Audio Tracks in a VOB File
A standard DVD Video Object (VOB) file can store a maximum of eight discrete audio tracks. These separate audio streams allow a single video presentation to support multiple languages, alternate commentary tracks, or varying audio formats such as stereo and multichannel surround sound. While the format specification strictly limits the stream count to eight, overall bitrate ceilings on physical DVD media impose practical restrictions on the formats and quality you can combine concurrently.
The 8-Track Technical Limit
Under the official DVD-Video specification, a VOB file is built upon the MPEG-2 Program Stream multiplex container. Within this container, the system layer assigns discrete stream identifiers to audio channels:
- MPEG Audio: Stream IDs
0xC0through0xC7(allowing 8 distinct tracks). - Linear PCM, Dolby Digital (AC-3), and DTS:
Transported via Private Stream 1 (
0xBD) using sub-stream identifiers0x80through0x87for AC-3/DTS or0xA0through0xA7for LPCM (allowing 8 distinct tracks).
Because of these dedicated stream and sub-stream slots, playback authoring tools and hardware decoders cannot recognize or parse more than eight individual audio streams in a single title.
Supported Audio Formats
The eight audio tracks can use any mix of standard-compliant audio encodings permitted by DVD-Video specifications:
- Dolby Digital (AC-3): Ranging from mono (1.0) to 5.1 surround sound, commonly encoded at bitrates between 192 kbps and 448 kbps.
- Linear PCM (LPCM): Uncompressed audio at 48 kHz or 96 kHz with 16-bit or 24-bit resolution (stereo only in standard practice).
- DTS Digital Surround: Multichannel audio typically encoded at 754 kbps or 1509 kbps.
- MPEG-1 Audio Layer II: Primarily utilized on PAL-region releases.
Multiplexing and Bitrate Constraints
Although authoring eight discrete tracks is technically valid, total multiplexed bandwidth remains a hard constraint. The DVD-Video standard caps the total maximum bitrate—combining video, all active audio tracks, and sub-pictures—at 10.08 Mbps.
While players only decode one selected audio stream at a time during playback, all eight tracks are multiplexed together into the VOB container. The combined data rate of the video and the multiplexed overhead must remain within the optical disc's physical reading capabilities. Consequently, productions that require all eight audio slots typically use compressed audio codecs like Dolby Digital (AC-3) rather than high-bitrate uncompressed LPCM to avoid exhausting the available bandwidth needed for video quality.