Initializing... drag & drop files here
Supports: 3GP, 3G2
These two formats sit at opposite ends of the imaging world: .3gp is a compact, lossy mobile video container from the feature-phone era, and TIFF is a lossless still-image format built for archiving and print. This tool bridges them by pulling one frame out of the video and saving that single moment as a TIFF — it does not turn a moving clip into a moving image. If you want to preserve a specific frame from an old phone recording at maximum fidelity, convert to TIFF; if you just want a small shareable picture, grab the frame as JPG instead.
| Property | 3GP (source) | TIFF (output) |
|---|---|---|
| Type | Video container | Still raster image |
| Standard | 3GPP file format, built on MPEG-4 Part 12 (ISO base media file format) 1 | TIFF 6.0, published 3 June 1992; format created by Aldus 1986 2 |
| Maintained by | 3rd Generation Partnership Project | Adobe (acquired Aldus in 1994) 2 |
| Era / purpose | Early 2000s 3G phones and MMS messaging | Archival stills, print, precision editing |
| Compression | Lossy video (typically H.263 or H.264 / AMR or AAC audio) | Lossless: None, LZW, Deflate/ZIP, PackBits (lossy JPEG also defined) 2 |
| Typical resolution | Small — often QCIF (~176×144) or similar low-res phone capture | Inherits the extracted frame's resolution; not upscaled |
| Color depth | 8-bit video | 8-bit common, up to 16 bits per channel for high-precision imaging 2 |
| Browser support | Limited / legacy | None except Safari; "avoid for web content" per MDN 3 |
.tif vs .tiff |
— | Identical format; .tif is the legacy DOS/Windows 8.3 spelling 4 |
| Best for | Recording/sharing video on old mobile networks | Keeping one frame pristine for archive or edit |
.tif name..3gp or .3g2 file onto the page, or click "+ Add Files" to browse. You can queue several clips and process them with the same settings.2.5 captures the frame at 2.5 seconds. (Switching to Multiple Screenshots returns several frames as separate TIFFs in a ZIP, not one multi-page file.)No — this is the honest catch. TIFF is a lossless container, so it stores the decoded frame exactly, with no second round of compression. But the frame you start with is whatever the 3GP already held — often QCIF (about 176×144) and heavily compressed for an early mobile network. TIFF preserves those exact pixels verbatim; it cannot add detail or resolution the phone never captured. You get a faithful, re-editable copy of a low-resolution still, not an upscaled or sharpened one.
Yes, with a caveat. The TIFF records the frame the decoder reconstructs without adding any further loss — none, LZW, Deflate, and PackBits are all lossless schemes. What it cannot do is undo the original video compression: 3GP video uses lossy codecs (commonly H.263 or H.264), so the frame already has whatever artifacts the phone's encoder introduced. Think of TIFF here as a pristine wrapper for whatever the codec handed back, not a way to recover the uncompressed original.
No — this tool writes one image per file. The TIFF format itself can hold several images in a single file, but here Multiple Screenshots mode returns each extracted frame as its own TIFF, delivered together in a ZIP. That keeps every still independently usable. If you need many frames, set a sensible capture interval rather than grabbing every frame of the clip.
Because TIFF was never a web-display format. MDN lists it among image types to avoid for web content, and outside of Safari no major browser renders a .tiff inside an <img> tag without an add-on or a JavaScript decoder. 3 TIFF is built for downloadable print and precision-editing files. If your goal is on-screen viewing, posting, or messaging, extract the frame as JPG for a universally viewable, much smaller image.
3GP (the 3GPP file format) is a mobile multimedia container defined by the 3rd Generation Partnership Project and built on MPEG-4 Part 12, the same ISO base media file format MP4 uses. 1 It was designed for 3G phones and multimedia messaging (MMS) in the early 2000s, typically storing H.263 or H.264 video with AMR or AAC audio. The .3g2 variant (3GPP2) is the CDMA-network equivalent; both are accepted here. Because these are small, bandwidth-optimized mobile encodes, the extracted frame reflects that low source quality.
Both are lossless, so neither changes image quality — the choice is size versus compatibility. Deflate/ZIP typically produces a slightly smaller file, while LZW is the most broadly supported compressed-TIFF scheme and opens in older software. Choose None only when a legacy tool chokes on any compressed TIFF, accepting a larger file in return. In our testing, a frame pulled from a QCIF-class 3GP clip came out only a few kilobytes either way — at this source resolution the absolute sizes stay tiny, so most people can simply leave lossless compression on.
Your 3GP is uploaded over an encrypted (TLS) connection, processed on our servers, and the files are deleted automatically a few hours after conversion. There is no sign-up, no watermark on the output, and your files are never shared or made public.