Initializing... drag & drop files here
Supports: PNG
PNG is a lossless raster format with alpha transparency, ideal for screenshots, UI mocks, and graphics. MPG (MPEG program stream, typically wrapping MPEG-1 or MPEG-2 video) is the legacy video container that ships on every consumer DVD player, older smart TV, set-top box, and broadcast playout system released since the mid-1990s. Converting a stack of PNGs into an MPG creates a video slideshow that plays on hardware that won't touch MP4, WebM, or HEVC.
frame_0001.png, frame_0002.png, …); set Duration to 1/24s or 1/30s to assemble a 24 fps or 30 fps time-lapse without opening a separate compositor.| Property | PNG (input) | MPG (output) |
|---|---|---|
| Type | Lossless raster image | Lossy video container (program stream) |
| Standard | ISO/IEC 15948 (2003) | ISO/IEC 11172 (MPEG-1, 1993), ISO/IEC 13818 (MPEG-2, 1995) |
| Transparency | Yes (alpha channel) | No — fills with Background Color |
| Frames | One static image | Many frames at 23.976–60 fps |
| Audio | None | Yes (MP2 default, AAC/MP3/AC3 optional) |
| Typical use | UI, screenshots, web graphics | DVD-Video, broadcast, signage |
| Max resolution (this tool) | Source PNG dimensions | Up to 5120×2880 / 4320p |
| Browser playback | Universal | Limited — desktop VLC, some Android, not iOS Safari natively |
| Setting | Default | When to change it |
|---|---|---|
| Merge Strategy | Merge images | Set "Video per image" if you want one MPG per PNG (web preview pages, per-frame uploads) |
| Duration per frame | 5 seconds | 1/24s or 1/30s for time-lapse from rendered sequences; 3–4s for photo slideshow; 10s for kiosk dwell time |
| Video Codec | MPEG-2 | Keep MPEG-2 for DVD-Video; pick MPEG-4 / H.264 only if the playback target accepts non-spec MPG |
| Quality Preset | Very High (Recommended) | Lowest for email-friendly file size; Highest only if disk space and target bandwidth allow |
| Resolution | Keep original | 720×480 for NTSC DVD; 720×576 for PAL DVD; 1920×1080 for HD smart TV |
| Background Color | Black | White or brand color when letterboxing portrait PNGs into landscape video |
MPEG-2 with MP2 audio is the codec pair the DVD-Video spec mandates and the one virtually every legacy MPG-capable device decodes in hardware. H.264 inside an.mpg container works in FFmpeg and VLC but is non-standard and will fail on the very DVD players and broadcast playout systems that are typically the reason to choose MPG over MP4. Keep MPEG-2 unless the playback target is documented to accept H.264-in-MPG.
For NTSC (North America, Japan, Philippines): 720×480 at 29.97 fps. For PAL (Europe, most of Asia, Africa, Australia): 720×576 at 25 fps. Pick the matching Preset Resolution; the tool letterboxes or pillarboxes your PNGs to fit, filling bars with the Background Color you chose.
No. MPEG-1 and MPEG-2 video have no alpha channel — neither does virtually any consumer video format other than ProRes 4444 and certain VP9/AV1 profiles. Transparent regions in your PNG are filled with the Background Color you select (Black by default). If you need transparency in motion graphics, target an MOV with ProRes 4444 from a desktop tool — not MPG.
Upload all PNGs at once (they sort by filename) and set Duration to 1/24s for 24 fps cinematic time-lapse or 1/30s for 30 fps broadcast-friendly output. The Merge Strategy must be "Merge images" so the tool concatenates rather than producing one MPG per frame. 720 PNGs at 1/24s yields a 30-second clip.
Total length equals number of PNGs multiplied by the Duration per frame. 25 PNGs at 4 seconds each = 1 minute 40 seconds. 90 PNGs at 1/30s = 3 seconds. If "Video per image" is selected, each MPG runs for one Duration interval.
This tool produces silent MPGs (with a placeholder audio track using the default MP2 codec, so the file remains DVD-spec-compliant). To overlay music, run the MPG through a follow-up editor — Shotcut, DaVinci Resolve, or our MOV to MP4 tool if you switch containers. Burning to DVD via DVDStyler also lets you attach an audio track at authoring time.
PNG compresses single still images; an MPG holds many frames per second. A 5-second 1080p clip at the Very High preset is roughly 10–30 MB even from one PNG, because MPEG-2's I-frame coding rebuilds the picture multiple times per second. If size matters more than DVD compatibility, convert to PNG to MP4 with H.264 — typically 3–5× smaller for equivalent perceived quality. To squeeze an existing MPG further, run it through Compress MPG.
Yes — for short web-friendly loops, PNG to GIF avoids the codec overhead of MPG and plays inline in every browser and chat client. GIF tops out at 256 colors per frame and gets large past a few seconds, so it's the right call for under-100-frame animations and the wrong call for photographic slideshows.
PNG-to-MPG runs on our servers — the files are uploaded to our servers and deleted automatically after a few hours, and conversion runs on our servers — files upload over TLS and are deleted after a few hours.