Initializing... drag & drop files here
Supports: PNG
Turn a single PNG image into an MPEG (MPEG-1/MPEG-2) video clip that holds the picture on screen for a duration you choose. There is no motion and no audio — it is your still frame, encoded as a short video so it plays anywhere a .mpg/.mpeg file plays: VLC, Windows Media Player, QuickTime, old set-top boxes, and DVD-style pipelines. Because video has no alpha channel, any transparent areas of the PNG are flattened onto a solid background colour you pick before converting.
.mpeg file. No account, no email, no watermark.Both are decades-old standards from the Moving Picture Experts Group and are among the most universally playable video formats. A still-image clip is tiny either way, so pick based on the player you need to satisfy.
| Property | MPEG-1 | MPEG-2 |
|---|---|---|
| Standard | ISO/IEC 11172 (1992) | ISO/IEC 13818 / ITU-T H.262 (1995) |
| Video codec | MPEG-1 Part 2 | H.262 |
| Designed for | Video CD, ~1.5 Mbit/s VHS-quality video | DVD-Video, digital TV (ATSC, DVB) |
| Audio | MP1/MP2 (none needed for a silent still) | MP2/AAC (none needed for a silent still) |
| File extension | .mpg, .mpeg |
.mpg, .mpeg, .m2v |
| Compatibility | The most widely compatible lossy A/V format; MPEG-2 decoders also play it | Plays on virtually all DVD and broadcast hardware |
| Best for | Maximum legacy playback, smallest footprint | DVD authoring and broadcast-style workflows |
A modern alternative: if your target is the web, a phone, or a messaging app, PNG to MP4 produces a far smaller, better-supported file. For a looping or animated image instead of a video, see PNG to GIF. Converting a photo rather than a graphic? Use JPG to MPEG.
Exactly as long as you set in the Duration control — there is no fixed length baked into the format. Pick one of the presets (for example 1, 3, 5, or 10 seconds per frame) and the still image is held for that duration. If you upload multiple PNGs and choose Merge images, each frame is held for the duration you set, so total length is duration × number of images.
It is flattened. MPEG video has no alpha channel, so every transparent or semi-transparent pixel is composited onto the solid Background Color you choose (default black). If your PNG has a transparent background and you want it white, set Background Color to White before converting. There is no way to keep see-through areas in a video file — if you need real transparency, you need an image format like PNG or an animated format with alpha, not MPEG.
No. A single still image carries no audio, so the output is a silent video. MPEG-1 and MPEG-2 both support audio tracks (MP2, and AAC for MPEG-2), but there is nothing to encode here — the clip is video-only.
The output is an MPEG program stream with a .mpeg/.mpg extension, the container shared by MPEG-1 and MPEG-2. For a static frame the practical difference is negligible — both play on essentially any media player. MPEG-1 (ISO/IEC 11172) is the more universally decodable of the two; MPEG-2 (ISO/IEC 13818, also known as H.262) is the codec used by DVD-Video and digital TV broadcasting.
Because you are now storing a video, not one image. Even a still frame is re-encoded as a stream of frames for the full duration you set, and MPEG-1/MPEG-2 are older, less efficient codecs than modern ones. In our testing, a 1920×1080 PNG held for 5 seconds produced a multi-megabyte MPEG, whereas the same still as PNG to MP4 (H.264) is dramatically smaller. If file size matters, lower the Quality Preset or Video resolution, shorten the duration, or convert to MP4 instead.