Initializing... drag & drop files here
Supports: PNG, APNG
This turns a still PNG into a 3G2 clip — one frame held on screen for a duration you pick, with no motion and no audio track. 3G2 is the 3GPP2 container built for CDMA2000 handsets, so this is a legacy-compatibility job rather than a modern one, and it has two quirks that catch people out: transparency has to be flattened, and picking the H.263 codec silently re-frames your video to one of five fixed sizes. Both are covered below, along with what each control on the page actually changes.
.apng, and you can queue several images — "Merge strategy" decides whether they become one clip ("Merge images", the default) or one clip each ("Video per image")..3g2. No sign-up, no watermark; files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours.Three settings decide what actually comes out. Everything else can stay where it is.
| Legal H.263 size | Name | Your PNG gets this when… |
|---|---|---|
| 1408 × 1152 | 16CIF | both dimensions are at least 1408 × 1152 |
| 704 × 576 | 4CIF | it fits 704 × 576 but not 16CIF — this catches 1920 × 1080 and 1080 × 1920 |
| 352 × 288 | CIF | it fits 352 × 288 but not 4CIF |
| 176 × 144 | QCIF | it fits 176 × 144 but not CIF — a 256 × 256 icon lands here |
| 128 × 96 | SQCIF | no legal size fits inside it at all, so the smallest is used and the picture is fitted and padded into that box |
| Codec option | What is written | Rate control that works | Notes |
|---|---|---|---|
| H.264 (default) | H.264 / AVC, 3g2b brand |
Quality Preset, Constant Quality (16–51), Constraint Quality | Sharpest result, but far newer than most 3G2-era hardware |
| H.263 | H.263, 3g2a brand |
Constant Quality (1–31), Constraint Quality | The original 3GPP2 baseline codec; frame size is forced |
| MPEG-4 | MPEG-4 Part 2, tag mp4v |
Constant Quality (1–31), Constraint Quality | The middle option for older handsets |
| Xvid | MPEG-4 Part 2, tag mp4v |
Constant Quality (1–31), Constraint Quality | Xvid is an MPEG-4 Part 2 encoder, so the stream type matches the MPEG-4 choice |
Bitrate and target-file-size modes are hidden on this page: with a single still there is no source bitrate to scale against, so only the three quality modes are offered.
3G2 is a genuinely dead-end target. It was defined by 3GPP2 in C.S0050, 3GPP2 File Formats for Multimedia Services, first published in December 2003, and it is structurally the ISO base media file format — the same lineage as MP4 — with a CDMA-specific audio codec list bolted on. The MIME types audio/3gpp2 and video/3gpp2 were registered by RFC 4393 in March 2006. Nothing current prefers it: modern phones, desktops, messaging apps and every social platform want MP4, so unless a specific old handset or a test harness demands a .3g2, use PNG to MP4 instead. If you are targeting a GSM-era handset rather than a CDMA one, the sibling container is PNG to 3GP.
No. A PNG carries no sound, so the audio controls are hidden entirely on this page and the output is a video-only 3G2. If a receiving system insists on an audio stream, you have to mux one in yourself after conversion — this converter will not fabricate a silent track for you.
Because H.263 was selected. The encoder accepts only 128 × 96, 176 × 144, 352 × 288, 704 × 576 and 1408 × 1152, so the converter picks the largest of those that fits inside your image and letterboxes the picture into it. 1920 × 1080 fits 704 × 576 but not 1408 × 1152 (its height is under 1152), so 4CIF is the result. In our testing the same PNG left at the default H.264 codec stayed at 1920 × 1080, while H.263 produced a 704 × 576 clip with white bars above and below the picture.
H.264. The page offers H.263, H.264, MPEG-4 and Xvid, and H.264 is preselected. RFC 4393 lists H.263, H.264 and MPEG-4 as the video codecs a 3GPP2 file may carry, so all three UI choices produce a conforming file — Xvid is simply another MPEG-4 Part 2 encoder and lands in the container tagged mp4v exactly like the MPEG-4 choice.
They were filled with the Background Color, white unless you changed it. Video formats have no alpha channel, so there is no "keep transparent" option to enable here — the flatten happens at full source resolution before any scaling, which keeps the edges clean instead of leaving a halo. If transparency is the point of the image, keep the PNG or convert to an alpha-capable image format instead.
They are siblings, not synonyms. 3GP came from 3GPP for GSM/UMTS handsets; 3G2 came from 3GPP2 for CDMA2000 handsets. They share the ISO base media structure and the same video codec list, and differ mainly on audio, where 3G2 adds the CDMA speech codecs (EVRC, QCELP/13K, SMV). Because a converted PNG has no audio at all, the practical difference here is only which device family expects the extension.
Yes. Upload them all and leave "Merge strategy" on "Merge images" — each file becomes one segment held for the Image Duration you chose, and they are concatenated into a single clip. Pick "Video per image" instead and you get one 3G2 per input. Frames of different sizes are fitted and padded with the Background Color so the clip keeps one consistent frame size.
An APNG is detected as animated and keeps its own frame timing, so the "Image Duration" setting is ignored for it and the resulting clip runs for the animation's real length. That is deliberate: forcing a fixed duration on a file that already has per-frame delays would either truncate it or freeze it. For a plain static PNG the Duration setting applies normally.
Because the still is re-encoded once per second for the whole duration, and H.263 or MPEG-4 Part 2 handle fine detail and text far less gracefully than a modern codec. Shorten the Duration, drop the resolution to something the target device can actually display, or switch to H.264. If the destination is anything but a legacy handset, PNG to MP4 gives a smaller and sharper file for the same clip.
It is uploaded over an encrypted connection, converted on our servers, and both the upload and the result are deleted automatically after a few hours. There is no sign-up, no watermark, and nothing is shared or made public.