Initializing... drag & drop files here
Supports: VOB
VOB (Video Object) is the program-stream container from the DVD-Video specification — every commercial DVD movie, home-burned disc, and DVR recording lands in a VIDEO_TS folder full of .vob files that wrap MPEG-2 video plus AC-3, MP2, DTS, or LPCM audio. OGA is the Ogg Audio Profile defined by Xiph.Org in 2007 to separate audio-only Ogg files from generic .ogg containers and .ogv video. Extracting the audio from a VOB into an OGA file is how you reach for the patent-free, royalty-free side of the audio world without the legacy MP3 licensing baggage or Apple-flavoured M4A/AAC.
| Property | VOB | OGA |
|---|---|---|
| Container | MPEG-2 Program Stream (DVD-Video) | Ogg |
| Typical contents | MPEG-2 video + AC-3 / MP2 / DTS / LPCM audio + subtitles | Audio only (Vorbis, Opus, FLAC, PCM, Speex) |
| Audio-only | No — always multiplexed with video | Yes |
| Standardising body | DVD Forum (1996) | Xiph.Org Foundation (2007 for .oga profile) |
| Patent / royalty status | MPEG-2 + AC-3 licensing required for distributors | Royalty-free, patent-unencumbered |
| Typical bitrate | 4-9.8 Mbps (video+audio combined) | 64-510 kbps (audio only) |
| Best player support | DVD players, VLC, MPC-HC | VLC, Firefox, Chrome, Android, Linux desktops |
| Native iOS / Safari playback | No | No (needs third-party app or transcode) |
| Editable in Audacity | Indirect (re-mux required) | Yes (via FFmpeg import) |
| Goal | Codec inside OGA | Bitrate | Why |
|---|---|---|---|
| Smallest file, voice-only | Opus | 24-48 kbps | Opus is transparent on speech down to ~24 kbps |
| Smallest file, music | Opus | 64-96 kbps | Outperforms Vorbis and AAC at low rates |
| Balanced quality, broad compatibility | Vorbis | 128-192 kbps | Default OGA codec; plays everywhere Ogg is supported |
| Near-CD quality archive | Vorbis | 256-320 kbps | Transparent for most listeners |
| Lossless archive | FLAC-in-Ogg | ~700-1100 kbps (source-dependent) | Bit-perfect; ideal for masters |
| Match the DVD's native rate | Vorbis or Opus | 192-256 kbps | DVD AC-3 is typically 192-448 kbps |
.ogg and .oga use the same Ogg container and the same audio codecs (Vorbis, Opus, FLAC, Speex). Per Xiph.Org's 2007 guidance, .ogg is reserved for Vorbis audio for backwards compatibility, while .oga is the more correct extension for any audio-only Ogg file — particularly those holding FLAC, OggPCM, or mixed audio codecs. If you need maximum compatibility with old players, use .ogg; if you want the technically correct audio-profile extension, use .oga. The bytes inside are identical for Vorbis content. Need the other extension? See VOB to OGG.
The DVD-Video specification caps each VOB file at 1 GB. Movies longer than ~9-12 minutes (depending on bitrate) are split across sequentially numbered VOB files within a title set (VTS_01_*). For a clean OGA, upload all the VOB files belonging to the same title in order — the converter concatenates them into one continuous audio stream rather than producing several disjointed clips.
No. Commercial Hollywood DVDs ship with CSS (Content Scramble System) encryption, and bypassing it is legally restricted in many jurisdictions (including the United States under the DMCA's anti-circumvention provisions). Our converter accepts the .vob files themselves — if you've already decrypted a disc you own with software like MakeMKV or HandBrake, the resulting VOB or remuxed file uploads normally. Home-burned DVDs, DVR recordings, and DVD-Audio rips you own outright work without any extra step.
For new conversions in 2026, Opus is technically superior — Xiph.Org's own recommendation is that at 64-96 kbps Opus beats MP3, AAC, and Vorbis on listening tests. Pick Opus when file size matters (podcasts, voice notes, mobile playback) or when you're targeting modern apps. Pick Vorbis when you need broader compatibility with older media players, game engines that only decode Vorbis (Unity 2018 and earlier, classic Source engine), or hardware players. Note: a .oga file containing Opus is still labelled .oga here for convenience; many tools also accept .opus as a more specific extension.
Vorbis and Opus both support multichannel audio in theory, but most players treat a multichannel OGA inconsistently and most DVD audio downmixes cleanly to stereo. By default we downmix DVD AC-3 5.1 to stereo for OGA output — this matches what 99% of music and podcast players expect. If you specifically need to preserve surround channels, FLAC-in-Ogg is the safer multichannel route, but consider whether your target player actually decodes multichannel Vorbis/Opus before relying on it.
DVD audio is almost always 48000 Hz (the DVD-Video spec mandates 48 kHz or 96 kHz LPCM, and AC-3 runs at 48 kHz). Keeping 48000 Hz avoids any resampling artefacts. Pick 44100 Hz only when you're targeting CD-Audio mastering or older Vorbis players that occasionally choke on 48 kHz — modern decoders handle 48 kHz natively. For voice-only material targeting Opus, 24000 Hz or 16000 Hz also work and shrink the file further with no audible loss.
Use the Trim option. Set Trim to "Start + Duration" or "Start + End", enter the timestamps (HH:MM:SS.mmm) for the chapter or song boundary, and the converter outputs only that segment as OGA. For a multi-chapter DVD, run multiple conversions with different trim ranges rather than splitting a single OGA after the fact — it preserves codec quality because you only encode once.
Yes. Drag every VOB in the title set onto the drop zone in order (VTS_01_1.VOB, VTS_01_2.VOB, etc.) and they'll be concatenated into one OGA output. If you have multiple titles (a TV-series disc with several episodes), upload each title set as its own batch — files within a title concatenate, but separate title sets produce separate OGA files.
Two reasons. First, DVD audio is usually AC-3 (Dolby Digital) at 192-448 kbps or MPEG-1 Layer II at 224 kbps — both lossy. Converting to Vorbis or Opus at a lower bitrate is a lossy-to-lossy transcode that always introduces some degradation. Pick at least 192 kbps Vorbis or 96 kbps Opus to keep the loss imperceptible. Second, surround tracks are downmixed to stereo by default, which can change the perceived mix. For the closest match to the source, use FLAC-in-Ogg (lossless from this point forward) or convert to VOB to FLAC.
Use the VOB to MP3 converter — it produces the same audio extraction in MP3 format, which has wider hardware compatibility but is patent-encumbered (US patents expired in 2017, but Apple-style ecosystems still treat AAC as the lossy default). For lossless extraction targeting Apple devices, VOB to WAV gives you uncompressed PCM.