Initializing... drag & drop files here
Supports: VOB
VOB (Video Object) is the container DVD-Video uses inside the VIDEO_TS folder, holding MPEG-2 Part 2 video plus AC-3, DTS, MPEG, or PCM audio. NTSC discs encode at 720×480 and PAL at 720×576, often in anamorphic 16:9 — meaning the stored pixels are stretched on playback. Extracting a still as PNG gives you a lossless raster image you can crop, retouch, or print without re-compressing the original frame.
| Property | VOB | MP4 | MKV |
|---|---|---|---|
| First released | 1996 (DVD-Video) | 2001 (ISO/IEC 14496-14) | 2002 |
| Typical video codec | MPEG-2 Part 2 | H.264 / H.265 / AV1 | Same as MP4 + many more |
| Typical audio | AC-3, DTS, MPEG-1/2, LPCM | AAC | FLAC, AC-3, Vorbis, AAC |
| Max resolution in spec | 720×480 (NTSC) / 720×576 (PAL) | No hard cap | No hard cap |
| Max video bitrate | 9.8 Mbit/s (DVD spec) | None | None |
| File split convention | Split into ~1 GB chunks (VTS_01_1.VOB, VTS_01_2.VOB...) | Single file | Single file |
| Companion files | IFO (navigation), BUP (backup) | None | None |
| Best for | Authentic DVD playback | Web, mobile, streaming | Hi-fi remuxes |
| Preset | Approx. PNG size (720×576 frame) | When to use |
|---|---|---|
| Highest | Largest | Archival, post-production, large prints |
| Very High (default) | Large | General-purpose extraction, recommended |
| High | Medium-large | Web-quality stills, photo prints up to 4×6 |
| Medium | Medium | Thumbnails, web galleries |
| Low / Very Low | Small | Quick previews, contact sheets |
PNG is lossless, so the preset mainly affects the compression filter strategy and resulting file size — not the visual fidelity of the decoded image.
DVD video is stored anamorphically: a 16:9 widescreen disc squeezes the picture into a 720×480 (NTSC) or 720×576 (PAL) frame. If you extract a raw frame, faces will look narrow. Upscale to a 16:9 preset like 1080p or 1280×720 under "Width x Height" and the converter will stretch the frame back to the intended aspect ratio.
Yes. Open "Advanced Options", select "Specific Frame", and enter the time in seconds. The converter seeks to that point and writes a single PNG. For longer captures, use "Multiple Screenshots" to extract frames at fixed intervals — useful when you don't know exactly where the moment you want lives.
DVD authoring tools split the main title into chunks of roughly 1 GB so the original FAT32 file systems could handle them. Each VTS_01_N.VOB is a continuous segment of the same title — upload whichever segment contains the frame you want. If you're not sure, upload the largest one (often _1) which usually contains the feature's start.
PNG if you plan to edit, retouch, key, or print the image — it's lossless and preserves text, line art, and menu graphics cleanly. JPG if you just need a small web preview. For most archival and editing workflows the answer is PNG, since the source MPEG-2 frame is already lossy and you don't want to add another lossy step. If you need JPG instead, use VOB to JPG.
VLC's "Take Snapshot" captures whatever frame is on screen at the moment you click — interlaced fields and all, often at the display's resolution rather than the source. The converter here decodes the actual MPEG-2 frame and writes it at the source resolution (or your chosen preset), giving you a clean, deterministic still you can reproduce by timestamp.
Most consumer DVDs from the late 1990s and 2000s are interlaced (480i/576i). The extraction pipeline decodes the MPEG-2 stream and writes a single progressive PNG; for sports, news, or old TV captures with fast motion you may see comb artifacts. Try grabbing an adjacent frame, or convert the VOB to a progressive MP4 first and then capture from the progressive output.
Yes. Files are processed on our servers and deleted after a short retention window. No conversions are kept, indexed, or shared. There are no watermarks or sign-up requirements.
Commercial DVDs are typically CSS-encrypted. Most online tools — including this one — cannot decode CSS streams, and bypassing CSS may also be illegal in your jurisdiction. For your own home-recorded DVDs, the VOBs are unencrypted and convert without issue. If you need a different output, try VOB to MPG for the raw MPEG-2 stream or VOB to GIF for animated previews.
Use "Multiple Screenshots" with a 1-frame interval to approximate this. DVDs run at 29.97 fps (NTSC) or 25 fps (PAL), so a 60-second clip yields roughly 1,500-1,800 PNGs — be mindful of the resulting output size. For longer batch sequences across many VOB segments, a desktop tool like FFmpeg or VirtualDub may be a better fit.