Initializing... drag & drop files here
Supports: VOB
VTS_01_1.VOB, VTS_01_2.VOB, or similar file ripped from a DVD's VIDEO_TS folder. The decoder accepts the MPEG-2 video stream and any MPEG-1/2 Layer II, AC-3 (Dolby Digital), DTS, or PCM audio tracks inside; audio is discarded since the output is a still image. Batch is supported — drop multiple VOB segments into the queue.12.500 for the frame 12.5s into the clip; 2.100 means 2 seconds and 100 milliseconds). Choose Multiple Screenshots to extract a sequence and set the capture interval — 0.1s (10 fps), 0.2s (5 fps), 0.5s (2 fps), or every 1 / 2 / 3 / 5 / 10 seconds for sparser sampling. Each captured frame is written as its own HEIC still.VOB (Video Object) is the container format that carries video on every commercial DVD — a strict subset of the MPEG-2 program stream defined by ISO 13818-1, holding H.262/MPEG-2 video, MPEG-1/2 Layer II / AC-3 / DTS / linear PCM audio, subpictures, and DVD menu data. A single VOB file is capped at 1 GiB (so a feature film is split across VTS_01_1.VOB, VTS_01_2.VOB, VTS_01_3.VOB …) inside the disc's VIDEO_TS folder. HEIC (High Efficiency Image Container) is the still-image counterpart of HEVC / H.265 — the default photo format on iPhone since iOS 11 in September 2017, capable of roughly half the file size of JPEG at the same visual quality and carrying 10-bit color where JPEG flattens to 8-bit. Pulling HEIC stills from VOB is the modern way to archive DVD-era footage as photo-library assets: smaller than JPEG, sharper than a phone-camera screenshot of a paused TV, and native to Apple Photos, iCloud, and macOS Preview.
VIDEO_TS.VOB, VTS_01_0.VOB) carry pristine still backgrounds and chapter art. Specific Frame mode at the menu's display timestamp gives a clean HEIC capture without the JPEG artifacts a screen-grab tool would introduce.If you need broader compatibility (every Windows machine without HEIF Image Extensions, legacy CMS uploads, email clients), grab VOB to JPG or VOB to PNG instead. For a smaller, royalty-free image format that decodes natively in Chrome and Firefox as well as Safari, VOB to AVIF is the modern pick. If you want to keep the source as video for re-editing, VOB to MP4 re-wraps the stream into a modern container. For the same workflow starting from any video format, see Video to HEIC.
| Property | VOB (input) | HEIC (output) |
|---|---|---|
| Type | Video container (DVD-Video) | Still image container |
| Standard | ISO/IEC 13818-1 (MPEG-2 program stream subset) | ISO/IEC 23008-12 (HEIF) |
| Introduced | 1996 (DVD-Video, Japan Oct 19) | 2015 (HEIF spec); Apple shipped 2017 (iOS 11) |
| Typical video codec | H.262 / MPEG-2 Part 2 | HEVC intra (single I-frame) |
| Typical audio codecs | MPEG-1/2 Layer II, AC-3, DTS, linear PCM | None (still image) |
| MIME type | video/dvd, video/mpeg | image/heic |
| Extension | .vob | .heic, .heif |
| Resolution ceiling | 720×480 NTSC / 720×576 PAL | Up to 8K and beyond |
| Bit depth | 8-bit (4:2:0 chroma) | 8 / 10-bit |
| Per-file size cap | 1 GiB (DVD spec) | None practical |
| Native iOS / macOS support | macOS via QuickTime / VLC; no native iOS | Yes (iOS 11+, macOS 10.13+) |
| Native browser support | None (transcode required) | Safari 17+ only (Chrome, Firefox, Edge: no) |
| Common protection | CSS encryption on commercial DVDs | None |
| Preset | Approx quality | Typical 480P size | Best for |
|---|---|---|---|
| Highest / Lossless | Bit-perfect | 300-700 KB | Archival, print reference, source for further edits |
| Very High (default) | Visually lossless | 100-200 KB | Hero poster frames, library cover art |
| High | Excellent | 60-110 KB | Default for Plex / Jellyfin thumbnails |
| Medium | Good | 40-70 KB | Mobile-first sites, chapter cards |
| Low / Very Low | Acceptable | 20-40 KB | Lazy-loaded thumbnail grids |
| Lowest | Heavy compression | 10-20 KB | Placeholder / blur-up images |
Only if the VOB is already decrypted. Commercial DVDs ship with Content Scramble System (CSS) encryption, and the on-disc VOBs cannot be decoded without the 40-bit title key stored in the drive firmware. Most users decrypt during the rip step with HandBrake (with libdvdcss installed), MakeMKV, or VLC, which writes plain VOBs to disk. If you upload a still-encrypted VOB the MPEG-2 decoder will produce garbled output. For home-recorded DVDs (camcorder DVDs, set-top DVD recorders), there is no CSS and the VOB processes directly.
DVD video is 720×480 NTSC (or 720×576 PAL) at 8-bit 4:2:0, with a typical bitrate of 4-8 Mbit/s and a max of 9.8 Mbit/s — already a fairly lossy source. HEIC then re-encodes that frame with HEVC intra compression. At the Highest preset the visual loss is minimal, but at Medium or lower you may see softer fine detail and slight chroma bleed around saturated reds. Push the Quality Preset up to Very High or Highest, and avoid setting a Preset Resolution larger than 480P / 576P — upscaling a DVD frame just stretches existing pixels, it doesn't recover detail the MPEG-2 encoder discarded.
Most DVDs encode video as interlaced (480i for NTSC, 576i for PAL) — each frame is actually two fields drawn on alternate scanlines. If a VOB is decoded without deinterlacing you can see comb artifacts on motion. This converter applies progressive output, but for fast-motion frames (sports, action scenes) you may still see slight combing on a Specific Frame capture. Picking the timestamp at the middle of a still moment (a wide shot, a static interview) avoids it; for high-motion scenes try a Multiple Screenshots pass at 1 fps and pick the cleanest still from the sequence.
Yes, but enter the timestamp relative to the single VOB you're uploading, not the whole movie. A 90-minute feature is split across VTS_01_1.VOB, VTS_01_2.VOB, VTS_01_3.VOB (each capped at 1 GiB by the DVD spec). If you want the frame at the 65-minute mark and that lives in VOB #2 (which starts at ~30 minutes), upload VOB #2 and enter Time as 35 minutes × 60 = 2100 seconds, not 3900. Alternatively, concatenate the VOBs first with cat VTS_01_*.VOB > full.vob and use absolute timestamps on the single file.
Apple devices open HEIC natively (iOS 11+, macOS High Sierra 10.13+). On Windows 10 (build 1809+) and Windows 11 the free HEIF Image Extensions plus HEVC Video Extensions from the Microsoft Store enable HEIC in Photos (the HEVC extension is paid on some retail SKUs but free if it shipped with your device). For browsers, only Safari 17+ on macOS Sonoma / iOS 17+ decodes HEIC in an <img> tag — Chrome, Firefox, and Edge have no native support as of 2026 because HEVC is patent-encumbered. For public-website use, export to JPG or AVIF.
Multiply duration by the capture interval. A 22-minute TV-episode VOB at "1 second per frame" produces about 1,320 HEICs; at 0.5s (2 fps) it produces ~2,640. Even at the default Very High preset the total can hit 200-400 MB for one episode at 2 fps. Start with 1 fps (or every 2-5 seconds for scene-survey work) and refine downward. Output is delivered as a ZIP named after the source VOB with sequential frame numbers (e.g. VTS_01_1_frame_0001.heic).
The MPEG-2 decoder reads the stream's own framerate and resolution metadata, so PAL (25 fps, 720×576) and NTSC (29.97 fps, 720×480) both extract correctly — you don't need to flag region. Timestamps in step 2 are absolute seconds, so 12.5s into a PAL clip lands ~312 frames in, and 12.5s into NTSC lands ~374 frames in. The HEIC output preserves the source's pixel aspect ratio metadata; viewers like Apple Photos display it at the correct anamorphic 16:9 if the VOB was widescreen.
No — DVD subtitles ride on a separate subpicture stream and DVD menus are stored as separate VTS_01_0.VOB / VIDEO_TS.VOB files. This converter extracts a clean frame from the main video track without burned-in subtitles. If you specifically want a menu screen as HEIC, upload the VIDEO_TS.VOB or VTS_01_0.VOB directly — those carry the menu background art and chapter-selection screens as their own video, which extract identically.
Yes. VOB conversion runs on xconvert's servers. Files are uploaded over an encrypted connection, processed in a per-session sandbox, and deleted automatically after a few hours — not stored long-term and not used for training. Output HEICs download directly to your device. No sign-up, no watermark, no file count cap. For sensitive home-video DVDs you'd rather process fully offline, HandBrake plus ImageMagick's magick frame.png frame.heic is the local equivalent.