Initializing... drag & drop files here
Supports: 3GP, 3G2
A 3GP file is a 3GPP mobile-phone video container; a BMP is an uncompressed Windows bitmap image. This converter is a frame grab: it decodes a single frame out of the 3GP video — by default the very first frame, but you can pick any timestamp — and saves that one frame as a BMP still. It does not turn the clip into an animation, and BMP carries no audio. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark.
| Property | Value |
|---|---|
| Defined by | 3GPP (Third Generation Partnership Project) |
| Based on | ISO base media file format, ISO/IEC 14496-12 (MPEG-4 Part 12) |
| Type | Multimedia container (video + audio) |
| Video codecs | H.263, MPEG-4 Part 2, H.264 (AVC) |
| Audio codecs | AMR-NB, AMR-WB, AAC-LC, HE-AAC |
| Designed for | Mobile phones, MMS, low-bandwidth 3G delivery |
| Typical resolution | Low — often 176×144 (QCIF), 320×240, up to 640×480 |
| Property | Value |
|---|---|
| Created by | Microsoft (Windows / OS/2 device-independent bitmap) |
| Compression | Usually none — raw, uncompressed pixel data |
| Bit depths | 1, 4, 8, 16, 24, 32-bit |
| Transparency | Alpha only in 16/32-bit modes; standard 24-bit BMP has none |
| Metadata | None of note — no EXIF; one frame, no timeline |
| Browser support | All major browsers display BMP, but MDN warns against it for web |
| Best for | Raw pixel access, legacy Windows tools, lossless intermediate stills |
.3gp or .3g2 clip from your device.2.100 grabs 2 seconds and 100 milliseconds in. Leave it at the default to keep the first frame.No. It captures exactly one frame. A BMP is a single still image with no timeline, so the converter decodes one frame from the 3GP — the first frame by default, or any timestamp you set under Frame Selection — and writes that frame as a bitmap. The audio and all other frames are discarded.
Because BMP stores raw, uncompressed pixels. A whole 3GP video is heavily compressed (H.263, MPEG-4, or H.264), while a single 24-bit BMP frame is roughly width × height × 3 bytes with no compression at all. A 640×480 frame is about 900 KB as BMP regardless of content, which can easily exceed a short, low-bitrate 3GP clip. If size matters, see below.
For almost any use other than feeding a legacy Windows tool, PNG or JPEG is the better choice. PNG is lossless like BMP but compressed, so the file is far smaller — try 3GP to PNG. JPEG is smaller still and ideal for a photographic frame you just want to view or share — try 3GP to JPG. BMP only wins when a tool specifically requires raw, uncompressed bitmap data.
No, and there is nothing to keep. 3GP video frames are fully opaque, and the standard 24-bit BMP this produces has no alpha channel at all — only 16-bit and 32-bit BMP variants carry transparency, and a decoded video frame has none to store.
Not really. 3GP is a mobile format, so frames are often 320×240 or smaller. Scaling up with Image resolution adds pixels but cannot recover detail that was never recorded, so the result looks soft or blocky. Keep the original resolution for the cleanest still; only downscale if you need a smaller image.
Open Advanced Options, set Frame Selection to Specific Frame, and type the timestamp into Time (seconds). The value is in seconds with milliseconds after the decimal — 5 is five seconds in, 5.250 is five seconds and 250 milliseconds. The converter decodes the frame nearest that time and saves it as your BMP.
Your 3GP is uploaded over an encrypted connection, the frame is decoded on our servers, and both the source file and the BMP are deleted automatically after a few hours. There is no account requirement, no watermark on the image, and files are never shared or made public.