Initializing... drag & drop files here
Supports: VOB
.vob files. DVDs split video into 1 GiB chunks (VTS_01_1.VOB, VTS_01_2.VOB, etc.) — upload the chunk that contains the scene you want, not the whole VIDEO_TS folder.VOB (Video Object) is the MPEG-2 program-stream container used on every DVD-Video disc since the format launched in Japan on October 19, 1996. It bundles 720x480 (NTSC) or 720x576 (PAL) video with AC-3 / DTS / MPEG audio and subtitle streams, and is split into 1 GiB files so older filesystems can read it. GIF is the opposite end of the spectrum: a 256-color, LZW-compressed, autoplay-anywhere image format that turns 30 years of DVD-Video into shareable web clips.
| Property | VOB | GIF |
|---|---|---|
| Container | MPEG program stream (DVD-Video) | Bitmap image with optional animation |
| Video codec | MPEG-2 Part 2 (or MPEG-1 Part 2) | LZW-compressed indexed bitmap frames |
| Audio | AC-3, DTS, LPCM, MPEG-1/2 Layer II | None |
| Colors | 24-bit (16.7M), full chroma | 256 maximum per frame |
| Typical resolution | 720x480 (NTSC) or 720x576 (PAL) | Anything; usually 240-720 px wide |
| File splitting | 1 GiB chunks per DVD-Video spec | Single file |
| Autoplay in browsers / chat | No — needs a player | Yes — every modern browser since the 1990s |
| Editing / loop control | Requires re-encode | Built-in loop count and frame delay |
| Best use | Archival DVD playback | Short looping clips, reactions, docs |
| Setting | Smaller / Faster | Sharper / Smoother |
|---|---|---|
| Colors | 16-32 (cartoons, line art) | 128-256 (live action, gradients) |
| Frame rate | 8-10 FPS | 12-15 FPS (avoid >15 for GIF; smoothness gain is minimal) |
| Resolution | 240p or 320 px wide | 480p or original 720 px |
| Dither | Off (banded but smaller) | On (smoother gradients, larger) |
| Length | 2-4 seconds | 5-10 seconds |
Halving the color count roughly halves the file size because LZW finds longer runs in fewer-color frames. Going from 256 to 64 colors typically saves 40-60% with little visible loss on most DVD content.
No. The DVD-Video specification splits every title into 1 GiB (1,073,741,824-byte) VOB chunks so the disc remains readable on filesystems that can't handle larger files. The scene you want may span two chunks (e.g., VTS_01_3.VOB into VTS_01_4.VOB); upload whichever chunk contains the timestamp you need.
This surprises people, but it's expected. VOB uses MPEG-2 inter-frame compression (P- and B-frames reference earlier frames), while GIF stores every frame nearly independently with LZW palette compression. A 30-second 720x480 VOB at ~6 Mbps is roughly 22 MB; the same clip as a 30-FPS, 256-color GIF can balloon past 100 MB. Cut length, drop to 10 FPS, shrink resolution, and reduce colors — all four levers matter.
Browsers cap most GIF playback around 50 FPS, and Internet Explorer / older Safari ignore delays below 20 ms (effectively 50 FPS). In practice anything above 15 FPS gives diminishing returns: the file grows linearly while perceived smoothness barely improves. Use 10 FPS for talking-head DVD clips and 12-15 FPS for action.
No — GIF has no audio track. If you need the AC-3 or DTS soundtrack, convert to VOB to MP4 or VOB to WebM instead. For audio-only extraction try VOB to MP3.
If you only want a 3-second moment from a 30-minute DVD title, use the resolution/frame rate controls plus the Drop Frames option here, or trim first with the Trim VOB tool to cut down the source — converting a smaller VOB to GIF is faster and yields a much smaller output.
Yes — animated GIF is the most broadly supported animated image format. Every browser since Netscape 2.0 (1995), every chat app (Discord, Slack, iMessage, WhatsApp, Telegram), and every doc tool (Google Docs, Notion, Confluence) renders animated GIFs inline. The only catch: some platforms convert uploaded GIFs to MP4 server-side (Twitter/X, Reddit), which is fine for playback but means the recipient sees an MP4, not a GIF file.
That's color quantization. GIF can only show 256 distinct colors per frame; reducing a 24-bit MPEG-2 source to a 256-color palette can shift hues, especially on skin tones and skies. Enable dither to smooth gradients (at the cost of size), keep the palette at 256 rather than dropping to 64/32, or convert to VOB to WebP which supports millions of colors per frame.
Free users can upload large VOB files (well past the 200 MB caps competitors enforce), and batch upload is supported for converting multiple VTS_*.VOB chunks in one go. Files process server-side, encrypted in transit, and are deleted automatically after a short retention window.