Initializing... drag & drop files here
Supports: AVI
AVI (Audio Video Interleave, Microsoft 1992) is a flexible legacy container that holds anything from uncompressed video to DivX, Xvid, MJPEG, or Cinepak — but it isn't a standard format any consumer DVD player or broadcast headend will read. MPEG-2 (ISO/IEC 13818-2, finalized 1995) is the codec the DVD-Video specification mandates and the format DVB-T, ATSC over-the-air, and most legacy cable headends still ingest. Converting AVI to MPEG-2 is the bridge from "old PC archive" to "playable on the living-room DVD player or compliant broadcast pipeline."
| Property | AVI | MPEG-2 (.mpg / .m2v / VOB) |
|---|---|---|
| Standardized | Microsoft 1992 (RIFF container) | ISO/IEC 13818, 1995 |
| Type | Container — codec-agnostic | Codec + container (.mpg / .m2v) |
| Typical inner codecs | DivX, Xvid, MJPEG, DV, uncompressed | MPEG-2 video + MP2 / AC-3 / LPCM audio |
| Primary use | PC playback, video editing source, screen recording | DVD-Video, DVB / ATSC broadcast, cable headend |
| DVD-Video compatible | No (must transcode) | Yes — required by spec |
| Broadcast ingest | Rare | Standard |
| Browser playback | None natively | None natively |
| Modern social media | Re-transcoded slowly | Re-transcoded slowly |
| Typical SD bitrate | 1-25 Mbps depending on codec | 4-9 Mbps |
| File extensions | .avi | .mpg, .mpeg, .m2v, .vob, .ts |
| Use case | Bitrate / quality | Notes |
|---|---|---|
| DVD-Video NTSC (720×480) | 4-8 Mbps VBR | Fits ~120 min on DVD-5; broad player support |
| DVD-Video PAL (720×576) | 5-9 Mbps VBR | Slightly higher headroom for European spec |
| DVB-T / ATSC SD broadcast | 3-6 Mbps CBR | Constant bitrate keeps multiplex predictable |
| HD MPEG-2 (1080i / 720p) | 12-20 Mbps | Used by ATSC HD, blu-ray (rare), legacy HDV |
| Archival master (near-lossless) | qscale 2 / CRF 18 | Largest files, indistinguishable from source |
| Quick proxy / preview | qscale 8-10 / CRF 26 | Smallest files, visible blocking on motion |
Often yes. AVI files using DivX or Xvid (both more efficient than MPEG-2) typically grow 1.5-2× when re-encoded to DVD-spec MPEG-2 at 6-8 Mbps. AVI files using DV or uncompressed video (25 Mbps and up) shrink dramatically — DV-AVI from MiniDV ends up roughly 25-30% of the original size at 6 Mbps MPEG-2. The conversion tradeoff is compatibility, not compression: MPEG-2 is what DVD players and broadcast headends require, even when modern codecs are technically more efficient.
Yes. The default output is DVD-Video compliant: MPEG-2 video at 4-9 Mbps, MP2 or AC-3 audio, 720×480 NTSC or 720×576 PAL resolution. Drop the .mpg files into DVD Styler, ImgBurn, Nero, TMPGEnc Authoring Works, or DVDStyler and they ingest without a re-encode pass. If your DVD authoring tool insists on elementary streams (separate .m2v + .ac3), pick the M2V output extension here and split audio in your authoring app.
VBR (variable bitrate) is better for picture quality at the same average size — encoder budget shifts to motion-heavy scenes. Use VBR for movies, weddings, and archival masters. CBR (constant bitrate) is better for broadcast multiplexes and old DVD players that occasionally choke on bitrate spikes. Use CBR at 6-8 Mbps for safe, broad-compatibility DVDs.
MP2 is the original DVD-Video audio default and works on every DVD player ever made. AC-3 (Dolby Digital) carries 5.1 surround if your AVI has it and is what most commercial DVDs ship with. Pick AC-3 for cinematic content with surround tracks; MP2 for stereo content where universal player compatibility trumps codec choice.
Yes. Frame rate is preserved by default. If your AVI is 24p (film), 25p / 50i (PAL), or 29.97 / 59.94 (NTSC), the output MPEG-2 keeps that timing. For DVD authoring, keep NTSC sources at 29.97 fps and PAL sources at 25 fps — DVD players don't recognize off-spec frame rates and will stutter.
Yes. Upload as many AVI files as you want and convert them with the same MPEG-2 settings. Conversion runs in your browser session, so the only practical limit is your device's RAM — multi-GB DV-AVI archives work fine on 8 GB+ desktops. There's no 100 MB cap or 25-file daily limit like the free tiers on Convertio or CloudConvert.
All four hold MPEG-2 video. .mpg and .mpeg are the standard program-stream extensions for general-purpose MPEG-2 files. .m2v is the elementary video-only stream (no audio) — useful when DVD authoring software demands separate video and audio inputs. .vob is the wrapper used inside the DVD VIDEO_TS folder; it's the same MPEG-2 video plus AC-3/MP2 audio, just renamed for the DVD spec. Pick .mpg for general use, .m2v for pro authoring chains.
Yes — see MPEG-2 to MP4 for the standard modern path (H.264 + AAC, plays everywhere) or MPEG-2 to AVI for the reverse direction. For other AVI conversions, see AVI to MP4 and AVI to WebM.