Initializing... drag & drop files here
Supports: VOB
VIDEO_TS folder are usually named VTS_01_1.VOB, VTS_01_2.VOB, etc. — upload one or many; batch is supported.VOB (Video Object) is the MPEG-2 program-stream container used inside the VIDEO_TS folder of every Video-DVD pressed since the format launched in 1996. A single VOB holds interleaved MPEG-2 video, AC-3 or DTS audio, subtitles, and DVD navigation packs, capped at 1 GB per file by the DVD-Video spec — which is why a feature film is split across VTS_01_1.VOB, VTS_01_2.VOB, and so on. Pulling JPEGs out of a VOB lets you keep the visual content of an aging optical disc without depending on a DVD drive or a player that can still mount Video_TS structures.
| Property | VOB | MP4 (still container) | JPEG |
|---|---|---|---|
| Container | MPEG-2 Program Stream | ISO BMFF (MP4) | JFIF / Exif |
| Typical use | DVD-Video disc payload | Web, mobile, streaming | Photos, web thumbnails |
| Video codec | MPEG-2 (H.262) | H.264 / HEVC / AV1 | n/a (single image) |
| Max file size | 1 GB per VOB (DVD-Video spec) | None enforced | ~65,535×65,535 px |
| Native resolution | 720x480 (NTSC) / 720x576 (PAL) | Any | Any |
| Interlaced source | Usually yes (480i / 576i) | Rarely | n/a |
| Browser playback | None natively | All modern browsers | All browsers (universal) |
| Best for | DVD authoring / playback | Modern delivery | Still images, sharing, print |
| DVD region | Native resolution | Frame rate | After deinterlace |
|---|---|---|---|
| NTSC (US, Japan, Canada) | 720×480 (interlaced 480i) | 29.97 fps | 720×480 progressive |
| PAL (Europe, Australia, most of Asia) | 720×576 (interlaced 576i) | 25 fps | 720×576 progressive |
| Widescreen NTSC (anamorphic) | 720×480 stored, 854×480 display | 29.97 fps | upscale to 1280×720 for sharing |
| Widescreen PAL (anamorphic) | 720×576 stored, 1024×576 display | 25 fps | upscale to 1280×720 for sharing |
DVD-Video stores anamorphic widescreen as 720×480 (NTSC) or 720×576 (PAL) with a flag telling the player to stretch on display. The raw frame really is 720×480 — the player does the stretching at playback time. To get a proper 16:9 still, pick a Preset Resolution like 1080p or set Width x Height to 1280×720 (or 1024×576 for PAL widescreen). We'll resample with the correct aspect ratio so the image isn't squashed.
DVDs are almost always interlaced (480i / 576i): each frame is two fields woven together. When motion is present and the converter samples a single frame, you see horizontal comb artifacts. We deinterlace by default for stills, so most extracts come out clean, but if you bypass the default and target very high frame rates you can re-expose the artifact. Stick with the default settings or pick a quieter moment of the video for the still.
Yes, but think about volume first. NTSC plays at 29.97 fps, so a 90-minute DVD = roughly 162,000 frames. Even at 200 KB per JPEG that's about 32 GB of images. For most jobs the Multiple Screenshots mode at 1 frame per second (or 1 frame per 5 seconds) gives you a usable contact sheet without flooding your downloads folder. Use the time-input field if you only want one specific moment.
You don't have to. Each .VOB chunk is a self-contained MPEG-2 program stream, so you can extract frames from any chunk independently — useful if a particular scene lives entirely inside one VOB. If you want a continuous time index across the whole title you can concatenate them with copy /b VTS_01_1.VOB + VTS_01_2.VOB combined.vob on Windows or cat VTS_01_*.VOB > combined.vob on macOS/Linux, then upload the combined file.
Commercial Hollywood DVDs are protected by CSS (Content Scramble System). VOB files copied directly off such discs are encrypted and cannot be decoded by a frame extractor. You'll need to rip the disc with a tool that handles CSS first (e.g., HandBrake plus libdvdcss, or MakeMKV), then upload the decrypted VOB or the resulting MKV/MP4. Home-burned DVDs from camcorders and DVD recorders are not encrypted and work directly.
For DVD-source frames, JPEG at the Very High preset is almost always the right call. The source MPEG-2 video is already lossy and limited to 720×480 / 720×576, so the lossless gain you'd get from PNG is mostly wasted on compression artifacts and macroblocking the codec baked in. JPEG also produces files roughly 5–10× smaller. Switch to PNG only if you intend to do heavy color or sharpening edits afterward — try our VOB to PNG converter if so.
DPI is metadata, not pixels — printers care about the raw pixel count divided by the print size. A 720×480 NTSC frame at 300 DPI prints sharp at 2.4 × 1.6 inches; for a 4×6 print that's roughly 180 DPI, which is acceptable for casual prints but obviously soft if you're used to phone-camera detail. Set DPI to 300 for default print metadata; upscale to 1080p first if you want larger prints without visible pixelation.
You can, and it's a fine workflow if you also want to keep a modern playable copy of the video. Use our VOB to MP4 converter for the container change, then run MP4 to JPEG on the result. Be aware each conversion step is technically a re-encode, so for archival image quality it's slightly better to extract JPEGs directly from the VOB.
Yes. Files upload over HTTPS, sit in temporary processing storage tied to your session, and are deleted automatically after a few hours. We don't index, share, or train on the content. Anonymous sessions don't require sign-up.