Initializing... drag & drop files here
Supports: VOB
.vob files (typically pulled from a DVD's VIDEO_TS folder) or click "+ Add Files". Multiple VOBs from the same title can be queued and converted in one batch — useful since DVD-Video splits long titles into 1 GiB VOB segments.VTS_01_1.VOB.VOB is the DVD-Video container (MPEG-2 Program Stream with DVD-specific constraints) — a format frozen in 1996 that ties video to physical disc playback and a 1 GiB-per-file split. WebM is the opposite: a Matroska-based, royalty-free container first introduced in 2010 (by Google, as part of the WebM Project), purpose-built for HTML5 <video> and supported natively in Chrome, Firefox, Edge, and Safari 16+ desktop / 17.4+ iOS (partial VP9 decode in Safari 14–15). Converting VOB to WebM is what you do when DVD content needs to live on the modern web.
.webm plays in a <video> tag with no Flash, no plugin, no third-party player; VOB needs a desktop app like VLC..ifo (navigation) and .bup (backup) files. WebM is a single self-contained file.| Property | VOB | WebM |
|---|---|---|
| Released / standardized | 1996 (DVD-Video) | 2010 (Google / WebM Project) |
| Container basis | MPEG-2 Program Stream | Matroska subset |
| Video codecs allowed | MPEG-1, MPEG-2 (H.262) | VP8, VP9, AV1 |
| Audio codecs allowed | MP2, AC-3, DTS, LPCM | Opus, Vorbis |
| Subtitles | VobSub (bitmap) | WebVTT (text) |
| Max file size | 1 GiB per segment (spec) | No format-imposed cap |
HTML5 <video> support |
None | Chrome, Firefox, Edge, Safari 14.1+ |
| Typical use | DVD discs, archival | Web streaming, embedded video |
| Companion files | .ifo, .bup required |
Self-contained |
| Royalty status | MPEG-2 patents (largely expired) | Royalty-free |
| Setting | Best for | Trade-off |
|---|---|---|
| VP9 + Opus (default) | HTML5 playback, archiving DVD content at small size | Slower encode than VP8; not playable on some pre-2014 hardware |
| VP8 + Vorbis | Maximum browser/device compatibility, faster encoding | ~50% larger files than VP9 at the same quality |
| AV1 + Opus | Smallest files, future-proof archival | Significantly slower encode; older devices may lack hardware decode |
| Quality Preset "Very High" | One-click best look for most DVDs | Larger output; bitrate not fixed |
| Specific file size | Hitting a hard MB target (e.g., 100 MB cap) | Quality varies with content complexity |
| Constant Bitrate (CBR) | Predictable bandwidth for streaming | Wastes bits on simple scenes, starves complex ones |
| Variable Bitrate (VBR) | Best overall quality-per-MB | File size harder to predict up front |
DVD-Video was specified in the mid-1990s using MPEG-2, which tops out around 9.8 Mbps for the video stream. VP9 (the default codec for WebM here) achieves comparable perceived quality at roughly half the bitrate, so a 4 GB DVD title commonly converts to a 1.5-2 GB WebM with no visible loss. AV1 squeezes it further at the cost of encode time.
Use VP9 unless you specifically need to play the file on a very old Android phone, smart TV, or embedded device. VP9 is the default for a reason: it's roughly 50% more bitrate-efficient than VP8 and has been hardware-decoded on virtually every device shipped since 2014 (Chromecast, modern Android, Apple Silicon, recent Intel/AMD chips). VP8 is the fallback for compatibility with older hardware that predates VP9 silicon.
No — VOB subtitles are VobSub (bitmap images burned to a separate stream), and WebM uses WebVTT (text-based). The two are fundamentally different. You can sidecar a .vtt file alongside the WebM in your HTML5 player, or burn the subtitles into the video before converting using a dedicated subtitle-rip tool. The audio track is converted automatically.
DVD-Video splits a single title into 1 GiB VOB segments for legacy filesystem reasons, but they're meant to be played as one continuous stream. You can upload all the segments of a single title in one batch and either convert them separately, then concatenate with a tool like ffmpeg -f concat, or merge them first. For simplicity, joining the segments with a DVD-aware tool before uploading produces the cleanest single WebM output.
Yes. Our converter transcodes AC-3, DTS, MP2, and LPCM audio tracks to Opus (the WebM default) or Vorbis. Multi-channel surround mixes get downmixed to stereo by default — if you need to preserve a 5.1 layout, switch to a container that supports it natively like MKV or MP4 instead of WebM.
Most often this is Safari on a pre-2020 device. Safari only added native WebM playback in version 14.1 (April 2021), and earlier versions of macOS Safari and iOS Safari refuse to play .webm even with VP9 hardware support. For broad Apple-ecosystem compatibility, convert to MP4 with H.264 instead — try the VOB to MP4 tool.
Free accounts can convert files up to a few hundred megabytes per file — comfortably enough for a single VOB segment from the VIDEO_TS folder. For full DVD titles that exceed the free tier or for batch-processing an entire disc's worth of VOBs, see our paid plans. Files are processed in your session and deleted from our servers after the download completes.
Yes. Open the Trim panel in Advanced Options and set a Time Range with start and duration. This is the standard way to skip the FBI warning, studio logos, and previews that DVDs front-load before the feature. If you need finer control (multiple cuts, exact frame-accurate splits), use the dedicated Video Cutter on the WebM after conversion.
HandBrake and MakeMKV are excellent desktop tools, but they require installation, CSS-decryption libraries for encrypted commercial DVDs, and a learning curve for codec settings. This tool works in the browser with no install and uses sensible WebM defaults (VP9 + Opus, Very High quality). For unencrypted personal-recording DVDs and short tasks, this is faster; for bulk-ripping a large commercial DVD library, HandBrake is still the more efficient pipeline.