Initializing... drag & drop files here
Supports: VOB
.vob files (typically pulled from the VIDEO_TS folder of a DVD). Batch upload is supported, and each VOB segment on a DVD is capped at 1 GB by the DVD-Video spec.-q:v range of 2 (best) to 31 (worst), with 2-5 the usual editing sweet spot..mjpeg (or .avi wrapping MJPEG, depending on your editor's preference). No sign-up, no watermark, no email required.VOB (Video Object) is the DVD-Video container that wraps MPEG-2 video, AC-3 or PCM audio, subtitles, and navigation data into one stream — but those long-GOP MPEG-2 frames are painful to scrub frame-by-frame in an NLE. Motion JPEG strips the temporal compression and stores each frame as an independent JPEG, trading file size for frame-accurate editing.
.vob straight to mini-DVDs. Re-encoding to MJPEG gives you an intermediate that survives multiple edit passes without the generation loss MPEG-2 produces on re-encode.| Property | VOB (DVD-Video) | MJPEG |
|---|---|---|
| Full name | Video Object | Motion JPEG |
| Type | Container (MPEG program stream) | Codec (often in AVI/MOV) |
| Video codec inside | MPEG-2 Part 2 (or MPEG-1) | JPEG (one per frame) |
| Audio support | AC-3, DTS, MPEG-1 Layer II, LPCM | None — MJPEG is video-only |
| Compression style | Long-GOP interframe (I/P/B) | Intraframe only (every frame is a keyframe) |
| Typical compression ratio | ~1:30 to 1:50 | ~1:10 to 1:20 |
| Max single-file size | 1 GB per DVD-Video segment | Limited by container (e.g., AVI 4 GB without OpenDML) |
| Best for | DVD playback, set-top boxes | NLE editing, IP cameras, frame-accurate workflows |
| Native resolution | 720x480 (NTSC) / 720x576 (PAL) | Any |
| Preset | qscale (-q:v) |
Visual result | Output size vs source VOB |
|---|---|---|---|
| Highest | 2 | Visually lossless; preserves chroma | 4-8x larger |
| Very High (default) | 3-4 | Near-lossless; safe editing master | 3-5x larger |
| High | 6-8 | Light blocking only on hard edges | 2-3x larger |
| Medium | 10-14 | Noticeable JPEG artifacts on motion | ~1-2x source |
| Low / Very Low | 18-25 | Visible blocking; for proxies only | Smaller than source |
| Lowest | 31 | Heavily compressed; rough scrubbing proxy | Significantly smaller |
MJPEG is intraframe-only — every frame is encoded independently as a JPEG, with no inter-frame prediction. MPEG-2 inside a VOB uses long-GOP compression (one I-frame followed by 11-14 P/B frames that only store the difference from neighbors). At equivalent visual quality, MJPEG typically lands at 1:10 to 1:20 compression versus MPEG-2's 1:30 to 1:50. A 4 GB DVD VOB can easily produce an 8-15 GB MJPEG. Drop to a higher qscale or lower the resolution if size matters.
MJPEG itself is a video-only codec, so audio is preserved by remuxing it into the output container (typically AVI or MOV) alongside the MJPEG video track. Your VOB's AC-3 or PCM audio is kept and re-paired with the MJPEG video. If you need an audio-free MJPEG .mjpeg raw stream, you can convert to a different output format afterward, or look at VOB to MP4 if your editor accepts H.264 instead.
For an editing intermediate that won't generation-loss across multiple cuts and color passes, qscale 2-5 is the standard range — visually indistinguishable from the source after one encode pass. qscale 6-10 is fine for online review copies. Anything above qscale 14 starts showing JPEG blocking on smooth gradients and skin tones. ffmpeg's MJPEG encoder accepts 2-31, where 2 is best quality and 31 is worst.
No. Commercial DVDs use Content Scramble System (CSS) encryption, and the encrypted VOB stream cannot be transcoded until it's been decrypted. You'll need to rip the DVD to an unprotected VOB first using tools like MakeMKV or HandBrake (within the bounds of your local copyright law). Once you have a plain unencrypted .vob file, upload it here.
Yes. Expand Advanced Options, enable Trim, switch from "Unchanged" to Time Range, and enter your in/out timestamps in HH:MM:SS.mmm format. Only the trimmed segment is converted to MJPEG, which is much faster than full-VOB conversion when you only need one scene. For audio-only segment extraction try VOB to MP3 instead.
DVDs split a single title across multiple 1 GB VOB segments to stay within FAT32-era filesystem limits, but the data is logically contiguous and meant to be played back-to-back. For editing, it's usually easier to convert each segment individually and join the resulting MJPEG clips in your NLE. If you need them merged into a single MJPEG stream before editing, upload all segments together and the converter will queue them as separate jobs.
MJPEG is the right choice when (a) your editor doesn't support ProRes/DNxHD natively, (b) you need a format that plays in browsers without a player install, or (c) you want minimal CPU during scrubbing on older machines. ProRes and DNxHD have better compression efficiency at equivalent quality, but they're proprietary intermediates with narrower software support. For older Avid/Premiere workflows and broad compatibility, MJPEG is still the safer bet.
.mjpeg, .avi, or .mov?The output file extension is .mjpeg (raw MJPEG bitstream). If your editor needs the video re-wrapped into a more universally compatible container with proper audio sync, run a second pass through MJPEG to MP4. Most modern NLEs accept the raw .mjpeg stream directly, but older Avid Media Composer workflows typically prefer MJPEG inside a MOV wrapper.
Single files up to 1 GB are supported on the free tier (which matches the natural per-segment cap of DVD VOBs anyway). Files process on our servers — no account required, no email collected, and files are removed from servers shortly after the download completes.