Initializing... drag & drop files here
Supports: VOB
VOB (DVD Video Object) is the container DVD-Video discs use, standardized by the DVD Forum on a strict subset of the MPEG program stream. Each VOB holds MPEG-2 video plus AC-3, DTS, or LPCM audio, and the DVD-Video spec breaks any single title into 1 GiB VOB chunks for filesystem compatibility. BMP, by contrast, is Microsoft's device-independent bitmap from the late 1980s Windows / OS/2 era — uncompressed, lossless, with bit depths from 1 to 32 bpp. Pulling BMP stills out of a VOB is how you get archival-quality individual frames without re-encoding loss.
| Property | VOB | BMP |
|---|---|---|
| Type | Video container (DVD-Video) | Raster image (still) |
| Defined by | DVD Forum (DVD-Video Book) | Microsoft / IBM (Windows, OS/2) |
| Underlying spec | MPEG program stream (ISO/IEC 13818-1) subset | Device-Independent Bitmap (DIB) |
| Video / image codec | MPEG-2 (H.262) or MPEG-1 Part 2 | Uncompressed pixel array (optional RLE) |
| Audio support | AC-3, DTS, LPCM, MPEG-1/2 Layer II | None (still image) |
| Compression | Lossy (MPEG-2) | Lossless (none, or RLE for indexed) |
| Bit depth | 8-bit YUV 4:2:0 video | 1, 2, 4, 8, 16, 24, 32 bpp |
| Typical size | ~1 GiB per VOB chunk | 1080p 24-bit BMP ≈ 6 MB per frame |
| Copy protection | CSS encryption common | None |
| Best use today | Legacy DVD playback | Lossless single-frame archival, Windows icons |
| Setting | When to use | Trade-off |
|---|---|---|
| Quality preset: Highest | Archival / forensic stills | Larger intermediate, slowest decode |
| Quality preset: Very High (default) | Most desktop and print uses | Strong balance of fidelity and speed |
| Quality preset: Medium / Low | Quick reference frames, thumbnails | Visible artifacts on detail |
| Resolution: Keep original | Preserve full DVD frame (typ. 720x480 NTSC / 720x576 PAL) | None — recommended for archival |
| Resolution preset: 1080p / 1440p | Upscale for modern displays | Upscaling can't add real detail |
| Resolution preset: 480p / 360p | Web thumbnails, previews | Discards source detail |
| Specific Frame at Time (s) | Single still for menu / evidence | Pick exact timestamp |
| Multiple Screenshots @ 1 sec | Storyboard, scene index | Many large BMP files — plan disk space |
| Multiple Screenshots @ 1/10 sec | Slow-motion analysis | Hundreds of frames per minute |
VOB stores video as MPEG-2 with inter-frame prediction and DCT compression — most pixels are described as differences from neighboring frames. BMP writes every pixel literally. A standard NTSC DVD frame at 720x480 24-bit is about 1 MB uncompressed, and a 1080p upscale is roughly 6 MB. A two-hour DVD compresses around 4 GB of source video into MPEG-2; reverting to lossless BMP is why a single frame can be 1–6 MB on its own.
Yes. Switch from Specific Frame to Multiple Screenshots and pick a framerate — 1 second, 1/2 second, down to 1/10 second between captures. DVD-Video typically runs at 29.97 fps (NTSC) or 25 fps (PAL), so a true frame-by-frame extraction will produce ~30 BMPs per second of source. Expect hundreds of megabytes per minute of footage; plan disk space accordingly.
Most commercial Hollywood DVDs use Content Scramble System (CSS) encryption, with keys stored in the disc's lead-in area. If you ripped the VOB while keeping CSS intact, the file won't decode. You need to rip with a tool that handles CSS (e.g., a libdvdcss-backed ripper) before uploading. Home-recorded and unencrypted commercial VOBs convert directly.
Time (seconds) here means time from the start of the uploaded VOB. DVD chapters and a title's total runtime are tracked in the companion .IFO file, not the .VOB itself. If you want frame 0:42 of "chapter 5", first identify what absolute offset that maps to in the VOB chunk you uploaded (most players show this), then enter that value.
Both are lossless. BMP is older, larger, and best for Windows legacy software, ICO generation, and tools that refuse PNG. PNG compresses losslessly (typically 30–50% of BMP size) and is preferred for sharing, web, and modern editors. If you don't need BMP specifically, VOB to PNG produces smaller files with identical pixel data, or VOB to JPG for the smallest size at the cost of some compression artifacts.
Yes. The DVD-Video specification requires titles to be split into 1 GiB VOB segments (VTS_01_1.VOB, VTS_01_2.VOB, ...) for cross-OS compatibility. Upload the chunk containing the timestamp you want. If you're not sure which chunk holds your target moment, upload them all — the converter accepts batch input.
The default output is 24-bit (8 bits each for R, G, B), which exactly matches what the MPEG-2 decoder produces from the source YUV 4:2:0 frame after color conversion. BMP can store 1, 4, 8, 16, 24, or 32 bpp; 24-bit is the right choice for natural DVD content. Lower bit depths only make sense for posterized graphics or quantized indexed-color work.
Not from this page — BMP is image-only. If you want the AC-3, DTS, or LPCM audio stream from the same VOB, use a video-to-audio converter for that. To convert the full VOB to a modern video container instead of a still, try VOB to MP4 which preserves both video and audio in an H.264 + AAC file playable on any modern device.
VRO (Video Recording Object) is the DVD-VR equivalent of VOB used by set-top DVD recorders. Structurally similar (MPEG-2 PS), but the file extension differs and some players treat them differently. Rename the .vro to .vob before upload, or use a VRO-aware demuxer to remux to .vob first. After that the BMP extraction works the same way.