Initializing... drag & drop files here
Supports: MPG, MPEG
MPEG (.mpg / .mpeg) is the original Moving Picture Experts Group container — almost always carrying MPEG-1 (Video CD, web video circa 1995-2000) or MPEG-2 (DVD-Video, broadcast TV, miniDV captures). Decades of camcorder tapes, ripped DVDs, recorded TV, and archived VCDs sit in MPEG containers. AVIF (AV1 Image File Format) is the modern still-image cousin of the AV1 video codec, encoding a single decoded frame with compression that is typically 50-70% smaller than JPEG at matching quality. Pulling AVIF stills from MPEG modernizes those legacy archives without re-encoding the whole video.
If you need lossless print-quality stills instead of compressed web stills, use video to PNG. For broadest legacy compatibility (every email client, every CMS), video to JPG is still the safest pick. To turn the same MPEG into a modern playable video first, see MPEG to MP4.
| Property | MPEG (.mpg / .mpeg) | MP4 | AVIF (output) |
|---|---|---|---|
| Container year | 1993 (MPEG-1) / 1995 (MPEG-2) | 2003 (MPEG-4 Part 14) | 2019 (AVIF 1.0) |
| Typical codec | MPEG-1 Video / MPEG-2 Video | H.264, H.265, AV1 | AV1 still profile |
| Common source | DVD, VCD, broadcast, miniDV capture | Modern cameras, social, web | Frame extraction target |
| Typical resolution | 352×240, 480×480, 720×480, 720×576 | 720p / 1080p / 4K | Preserves source or scaled |
| Bit depth | 8-bit | 8 / 10-bit | 8 / 10 / 12-bit |
| HDR | No | Yes (H.265, AV1) | Yes (10/12-bit) |
| Browser playback | Limited (no native HTML5 video) | Universal | Image only |
| Best use | Legacy archives, DVD rips | Streaming, sharing | Modern compressed stills |
| Preset | Approx quality | Typical 480p / 576p still | Typical 1080p still | Best for |
|---|---|---|---|---|
| Highest / Lossless | Bit-perfect | 200-500 KB | 400 KB - 1.2 MB | Archival, restoration source |
| Very High | Visually lossless | 50-90 KB | 80-150 KB | Hero images, marketing |
| High | Excellent | 20-50 KB | 50-90 KB | Default for web galleries |
| Medium | Good | 12-25 KB | 30-50 KB | Thumbnails, mobile-first |
| Low / Very Low | Acceptable | 6-12 KB | 15-30 KB | Lazy-loaded thumbnail grids |
| Lowest | Heavy compression | 3-8 KB | 8-15 KB | Placeholder / blur-up images |
Yes. The decoder accepts both common variants — MPEG-1 Video (Video CD, early web video, typically 352×240 / 352×288) and MPEG-2 Video (DVD-Video, broadcast, miniDV captures at 720×480 NTSC or 720×576 PAL). Program Stream (.mpg) and the more common multiplexed elementary streams both work. If the file plays in VLC, frame extraction will work.
DVD MPEG-2 stores anamorphic widescreen as 720×480 with a non-square pixel aspect ratio (PAR). Most decoders flag the PAR and the player corrects to 853×480 or 16:9 on output. If the AVIF comes out looking horizontally squished, set a custom Width × Height in step 3 (e.g. 854×480 for 16:9 NTSC, 1024×576 for 16:9 PAL) — that bakes the correct aspect ratio into the still.
At the Lowest preset a 720×480 still typically lands at 3-8 KB, at Low around 6-12 KB, at the High default around 20-50 KB. AV1's intra-frame coding is extremely efficient on the limited chroma detail of 4:2:0 MPEG-2. For thumbnail catalogs of long DVD libraries, Medium or Low is usually the sweet spot.
Upscaling alone doesn't add real detail — AVIF will store an enlarged 480p frame at higher byte cost without sharper output. Better to keep the source resolution (720×480 or 720×576), let the browser scale on display, and save bandwidth. Upscale only if a downstream tool (a CMS, an LLM vision pipeline) requires a minimum dimension.
Yes in Chrome 85+ (August 2020), Firefox 93+ (October 2021), Safari 16+ / iOS 16+ (September 2022), Edge 121+ (January 2024), and Opera 71+. Roughly 96% of global browser sessions decode AVIF as of 2026. For the remaining sessions (mostly older Safari / Samsung Internet), serve a JPEG fallback via <picture><source type="image/avif">...</picture>.
Yes — pick Specific Frame in step 2 and enter the Time in seconds (12.5 means 12.5s into the clip). The decoder seeks to that timestamp and writes one AVIF. Useful for grabbing a chapter-marker thumbnail from a DVD rip, an evidence frame from a broadcast capture, or a poster image for a CMS.
Multiply duration by capture rate. A 60-second MPEG at "1 second per frame" produces 60 AVIFs; at 0.1s (10 fps) it produces 600. A full DVD episode (~45 minutes) at 1 fps gives ~2,700 stills — start with one per 5 or 10 seconds for chapter-grade thumbnails and refine downward only if needed.
DVD-Video stores interlaced fields (480i / 576i), which look like horizontal comb lines on motion when extracted as a progressive still. The decoder applies a basic deinterlace to each captured frame. For the cleanest result, pick Specific Frame at a moment with little motion (a wide shot, a still title card) — high-motion frames will always show some residual artifact regardless of the deinterlacer.
Conversion runs locally in your browser session — files don't go to a third-party storage layer for processing. Output AVIFs download directly to your device. No sign-up, no watermark, no file count cap. Competitors like MConverter cap free uploads at 100 MB per MPEG; XConvert's practical ceiling is your device's available memory, which matters for multi-gigabyte DVD-rip MPEGs.