Initializing... drag & drop files here
Supports: M2TS
M2TS is Blu-ray's transport stream: 192-byte BDAV packets carrying H.264, VC-1 or MPEG-2 video, typically at 1080i or 1080p, and it is also what AVCHD camcorders write after import. VOB is the DVD-Video program stream from a decade earlier, capped at 720 × 576. So this conversion is a downconvert in every dimension — codec, frame size and generation — and the interesting part is not how to run it but what the numbers do when you cross that gap.
| Property | M2TS (source) | VOB (target) |
|---|---|---|
| Container | BDAV MPEG-2 transport stream, 192-byte packets | MPEG-2 program stream |
| Era | Blu-ray Disc, 2006 onward | DVD-Video, 1996 onward |
| Video codecs carried | H.264/AVC, VC-1, MPEG-2 | MPEG-2 (up to 9.8 Mbit/s), MPEG-1 (up to 1.856 Mbit/s) |
| Frame sizes | Up to 1920 × 1080 | 720×480, 704×480, 352×480, 352×240 (NTSC); 720×576, 704×576, 352×576, 352×288 (PAL) |
| Audio | Dolby Digital, DTS, Dolby TrueHD, DTS-HD, LPCM | LPCM, Dolby Digital, DTS, MPEG-1 Layer II — all at 48 kHz |
| Disc capacity it was built for | 25 GB single layer | 4.7 GB single layer |
| Where it comes from | Blu-ray discs, AVCHD camcorder imports | DVD discs, inside a VIDEO_TS folder |
.m2ts onto the page or click "+ Add Files". Camcorder shoots often arrive as many short clips; queue them together and each is converted with the same settings..vob. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark.MPEG-2 will not encode below a floor that scales with the frame size — ask for less and the encoder raises the bitrate rather than producing a stream it cannot make. That means the resolution setting, not the bitrate setting, is what actually shrinks a VOB.
| Frame size | Lowest bitrate the MPEG-2 encoder will use | DVD-legal? |
|---|---|---|
| 352 × 240 / 352 × 288 | 2.0 Mbit/s | Yes |
| 720 × 480 (NTSC D-1) | 2.0 Mbit/s | Yes |
| 720 × 576 (PAL D-1) | 2.0 Mbit/s | Yes |
| 1280 × 720 | 2.8 Mbit/s | No |
| 1440 × 1080 | 5.6 Mbit/s | No |
| 1920 × 1080 | 7.5 Mbit/s | No |
| 3840 × 2160 | 44.8 Mbit/s | No |
We put a six-second 1080p M2TS of 2,783,232 bytes through both paths on this pipeline. Left at 1920 × 1080 the VOB came out at 5,875,712 bytes — more than double the source, because MPEG-2 needs far more bits than H.264 for the same picture. Downscaled to 720 × 480 the same clip produced 1,794,048 bytes. Downscaling is not a compromise you make reluctantly here; it is the entire mechanism.
At the original resolution, almost certainly. H.264 is roughly twice as efficient as the MPEG-2 that DVD requires, so re-encoding an HD H.264 stream to HD MPEG-2 roughly doubles the size for the same picture — we measured 2.1× on a 1080p test clip. Once you downscale to a DVD frame size the arithmetic reverses and the VOB comes out comfortably smaller. If your VOB is unexpectedly huge, the resolution is still on Keep original.
To make a disc, yes. DVD-Video defines exactly eight legal frame sizes and none of them is HD, so an authoring tool will reject a 1080p stream regardless of how well it is encoded. If what you actually want is an SD-sized file rather than a disc, you can leave it larger, but then VOB is a strange choice — M2TS to MP4 keeps the resolution and produces a much smaller file that plays everywhere.
BDMV folder — do I need the rest of the folder?No. Upload the .m2ts on its own; everything needed to decode the picture and sound is inside the stream file. What you lose by not having the rest of the structure is disc-level information — playlists, chapter marks, menu navigation — which lives in the .mpls and .clpi files alongside it. Those do not survive to VOB anyway, since chapter marks are created during DVD authoring rather than carried in the video stream.
It is decoded and re-encoded to whatever you pick in step 2, because the DVD-Video specification has no place for the lossless HD audio formats. Choosing AC3 keeps the Dolby lineage and a surround layout; choosing MP2 gives you the most universally decodable option. Either way the high-resolution audio is gone — that is inherent to targeting a DVD, not a limitation of the conversion.
No. There is no deinterlacing step in this conversion, so interlaced fields are preserved through the downscale and into the MPEG-2 stream. For a disc that is the right behaviour, because DVD-Video is designed for interlaced content and a set-top player deals with it on output. It does mean the file shows combing if you watch it on a computer. If you need progressive frames, deinterlace before uploading with ffmpeg's yadif or Handbrake's Decomb.
Because of the floor in the table above. The MPEG-2 encoder raises any target that is too low for the frame size, so at 1920 × 1080 nothing below about 7.5 Mbit/s is achievable no matter what you type. The same applies to Specific file size: it can only be honoured if the number is reachable at the chosen resolution. Set the frame size first, then the bitrate.
Not with MPEG-2 selected. The value is accepted by the interface, but MPEG-2 has no constant-quality mode in this pipeline and the setting is converted to a bitrate before it reaches the encoder. Use Constant Bitrate, Variable Bitrate or Specific file size to control the output, and treat resolution as the primary lever. This is specific to MPEG-2 — the same slider is meaningful on codecs that support it.
.vob straight to a disc?No — a DVD player expects a VIDEO_TS folder holding VTS_01_1.VOB plus matching .IFO and .BUP files, not a loose .vob. This conversion produces the compliant video; DVDStyler, ImgBurn, Nero or TMPGEnc Authoring Works build the structure and burn it. Most of those tools also accept .mpg if your chain prefers it.
At 4 Mbit/s a 4.7 GB single-layer disc holds roughly two hours, at 6 Mbit/s about ninety minutes, and at the 9.8 Mbit/s DVD ceiling about an hour. Standard-definition footage downscaled from HD generally looks good at 5-6 Mbit/s because the downscale itself removes the detail that would have needed the extra bits. A dual-layer DVD-9 at 8.5 GB roughly doubles each figure.
For anything other than making a physical disc, yes, clearly. MP4 with H.264 is smaller, keeps the HD resolution, and plays on phones, browsers, smart TVs and media servers — none of which will touch a VOB. Choose VOB when the destination genuinely is a DVD player. See the M2TS converter hub for the full set of targets, or M2TS to MKV if you want an archival container that keeps multiple audio tracks.