Convert Uncompressed AVI or ProRes to VOB Directly

Yes, a VOB (Video Object) file can be generated directly from an uncompressed AVI or Apple ProRes master file without requiring intermediate encoding steps. Because ProRes and uncompressed AVI serve as high-bitrate master formats, they contain the maximum visual fidelity needed to downsample and compress cleanly into the MPEG-2 video and multiplexed audio streams required by the VOB container. By using modern encoding engines, professional transcoders, or DVD authoring tools, you can map the high-resolution source directly into a DVD-compliant VOB format.

The Conversion Process

A VOB file is essentially an MPEG-2 Program Stream container used on DVD-Video media. It multiplexes MPEG-2 video, audio tracks (typically AC-3 or uncompressed PCM), and navigation data.

When converting from a master file like ProRes (e.g., ProRes 422 HQ, ProRes 4444) or an uncompressed AVI:

  1. Downscaling and Color Space Conversion: Most master files are produced in High Definition (1080p) or Ultra HD (4K) using Rec. 709 or Rec. 2020 color spaces. A VOB file requires Standard Definition (SD)—either 720x480 at 29.97 fps for NTSC or 720x576 at 25 fps for PAL—using Rec. 601 color standards. The transcoder must downscale the resolution and adjust the color matrix accordingly.
  2. Video Transcoding: The video track is encoded to MPEG-2 video with a closed Group of Pictures (GOP) structure, maintaining an average bitrate between 4 and 8 Mbps to remain under the DVD specification ceiling of 9.8 Mbps.
  3. Audio Resampling: Master audio is downmixed or passed as 48 kHz uncompressed stereo PCM or compressed into Dolby Digital (AC-3) at 192–448 kbps.
  4. Multiplexing: The encoded MPEG-2 video and audio streams are multiplexed straight into a .vob container.

Tools for Direct Conversion

Several software solutions handle this direct pipeline:

Standalone VOB vs. Standard DVD-Video

While you can generate a standalone .vob file that plays back on software media players (like VLC), physical DVD players require the file to conform strictly to the DVD-Video file structure. This entails splitting the video into chunks no larger than 1 GB and accompanying the VOB files with corresponding .IFO (information) and .BUP (backup) files to manage chapters, menus, and disc navigation.