Initializing... drag & drop files here
Supports: VOB
VTS_01_1.VOB, VTS_01_2.VOB, ... in the VIDEO_TS folder). Batch conversion is supported — queue every VOB segment together and they will encode in order..ogg download — no sign-up, no watermark, no installed software.VOB (Video Object) is the container DVD-Video discs use to multiplex MPEG-2 video, audio (typically Dolby Digital AC-3, DTS, MPEG-1 Layer II, or LPCM), subtitles, and navigation data — the format was locked in with the DVD-Video specification finalized in September 1996. OGG is an open, royalty-free container from the Xiph.Org Foundation whose Vorbis I bitstream was frozen in May 2000 (stable 1.0 software shipped July 19, 2002). Converting VOB to OGG strips out the video, subtitles, and navigation and gives you a small, portable audio file you can actually use.
| Property | VOB | OGG |
|---|---|---|
| Type | Video container (DVD-Video) | Audio container |
| Carries | Video + audio + subtitles + nav | Audio only (or video as Ogg Theora) |
| Spec finalized | September 1996 (DVD Forum) | May 2000 (Vorbis I bitstream) |
| Typical video codec | MPEG-2 (Part 2) | n/a |
| Typical audio codecs | AC-3, DTS, MPEG-1 Layer II, LPCM | Vorbis, Opus, FLAC, Speex |
| Royalty model | MPEG-2 + AC-3 patents (largely expired) | Patent-free, open standard |
| File extension | .vob (inside VIDEO_TS) |
.ogg, .oga, .opus |
| Typical bitrate | 4-9 Mbps total (video + audio) | 64-320 kbps audio |
| Streaming-friendly | No (multiplexed for disc) | Yes (designed for streaming) |
| Native browser playback | None | Chrome, Firefox, Edge, Safari 18.4+ |
| Codec | Best for | Typical bitrate | Strength |
|---|---|---|---|
| Vorbis | Music, general audio | 96-320 kbps | Mature, widely supported MP3 alternative |
| Opus | Speech, low-bitrate, real-time | 24-128 kbps | Best perceptual quality below 96 kbps |
| FLAC | Lossless archive | ~600-1100 kbps | Bit-perfect, typically ~50% of LPCM size |
| Speex | Voice only (legacy) | 4-32 kbps | Narrowband telephony, superseded by Opus |
A VOB file carries the full DVD program — MPEG-2 video at 4-8 Mbps plus AC-3 audio at 192-448 kbps. Converting to OGG discards the video and re-encodes only the audio stream, so the bitrate drops from several megabits per second to a few hundred kilobits at most. Expect roughly a 20-50x size reduction for music and over 100x for speech-only content encoded with Opus.
Pick Vorbis at 128-192 kbps for music if you want the broadest compatibility with older players. Pick Opus at 64-96 kbps for speech, audiobooks, or podcasts — it sounds noticeably better than Vorbis or MP3 at low bitrates. Pick FLAC only if the VOB source is LPCM (uncompressed) and you want a lossless archive — re-encoding a lossy AC-3 source into FLAC will not restore quality, just bloat the file.
You do not have to. DVD-Video splits a single title into 1 GiB segments (VTS_01_1.VOB, VTS_01_2.VOB, etc.) so the contents stay readable on file systems that originally could not address files larger than that. Queue all the segments in upload order and the converter will process each one. If you want a single continuous OGG, concatenate the VOBs first with ffmpeg -i "concat:VTS_01_1.VOB|VTS_01_2.VOB|VTS_01_3.VOB" -c copy joined.vob (or a plain cat on the same VTS group on Linux/macOS) and then upload the merged file.
No. Commercial DVDs are encrypted with CSS (Content Scramble System), and the VOB files inside VIDEO_TS are unreadable until decrypted. You must decrypt the disc to plain VOB before uploading — VLC and HandBrake handle this for personal-archive use where local law permits. Once the VOB is unencrypted (you can play it in VLC), conversion to OGG works normally.
Most Hollywood and PAL/NTSC retail DVDs use Dolby Digital AC-3 at 192, 384, or 448 kbps (stereo or 5.1). Some discs ship DTS at 754 or 1509 kbps as an alternate track, MPEG-1 Layer II audio (common on early PAL Region 2 releases), or LPCM (common on music and concert discs). The converter auto-detects the source codec and decodes it before re-encoding to Vorbis, Opus, FLAC, or Speex.
Yes. Open the Trim section, set Start time and Duration in hours:minutes:seconds:milliseconds, and only that segment will be encoded. A 90-minute concert VOB is a single audio stream, so trim to the exact track timestamps (e.g., start 00:14:23.000, duration 00:04:12.000) to get a single-song OGG without manual editing afterward. For more advanced cuts, see Audio Cutter.
Native playback requires Safari 18.4 or later (Spring 2025) on macOS or iOS — older Apple devices will not play OGG in the Files app, Music app, or Safari. For iPhones running iOS 17 or earlier, install VLC for Mobile or use the VOB to MP3 converter instead for guaranteed compatibility.
A single DVD VOB segment is capped at exactly 1,073,741,824 bytes (1 GiB) by the DVD-Video specification, and the converter handles full segments. If you have a merged multi-segment rip larger than that, consider splitting it first or using the Video Cutter to extract a shorter range before audio extraction.
Yes. Files are uploaded over HTTPS, processed in an isolated job, and auto-deleted from the server within a few hours. We never share or index your content, and there is no sign-up required to convert.