Convert 3GP
Old mobile phone video container. Every pair below runs in the browser. The file is not uploaded. Video and audio use FFmpeg in WebAssembly, fetched from this origin once, about 30 MB, then cached by the service worker. The clip itself is not part of that download.
This hub is the index, not the workbench. Each conversion is its own URL so a search for “3GP to something” can land on a page that only does that job. The file picker on those pages expects 3GP when you are leaving this format, or produces 3GP when you are arriving. A generic dropdown still exists under Video convert and Audio convert if you would rather pick the destination after you drop the file.
You can check the same way on every pair: open the network panel, drop a 3GP file, convert it. You should see this origin. You shouldn't see a POST of the file. Google Analytics, if it's on, is page views, not your 3GP bytes. If a tool needs a server, it isn't on this site.
This site can read it. This site can write it. Engine: ffmpeg.
Convert from 3GP
- 3GP to MP4H.264 video in the container phones and sites expect.
- 3GP to WebMVP8 video for the open web.
- 3GP to MOVQuickTime container, often off a camera or an iPhone.
- 3GP to MKVMatroska container. Decode and encode via ffmpeg.wasm.
- 3GP to AVIOlder Windows video container. Decode and encode via ffmpeg.wasm.
- 3GP to FLVFlash Video container for older web and camera clips.
- 3GP to MPGMPEG-1 program stream (.mpg / .mpeg).
- 3GP to TSMPEG transport stream from broadcast or screen capture.
- 3GP to VOBDVD Video Object streams.
- 3GP to DIVXMPEG-4 ASP in an AVI-style container (DivX tag).
- 3GP to F4VFlash MP4 relative used by older Adobe tooling.
- 3GP to OGMOgg media with Theora/Vorbis.
- 3GP to DVDigital Video tape format.
- 3GP to M2VRaw MPEG-2 video elementary stream.
- 3GP to SVISamsung SVI (AVI-family) clips.
- 3GP to NUTNUT container from the FFmpeg project.
- 3GP to Y4MYUV4MPEG2 raw video stream.
Convert to 3GP
- MP4 to 3GPH.264 video in the container phones and sites expect.
- WebM to 3GPVP8 video for the open web.
- MOV to 3GPQuickTime container, often off a camera or an iPhone.
- MKV to 3GPMatroska container. Decode and encode via ffmpeg.wasm.
- AVI to 3GPOlder Windows video container. Decode and encode via ffmpeg.wasm.
- FLV to 3GPFlash Video container for older web and camera clips.
- MPG to 3GPMPEG-1 program stream (.mpg / .mpeg).
- TS to 3GPMPEG transport stream from broadcast or screen capture.
- VOB to 3GPDVD Video Object streams.
- DIVX to 3GPMPEG-4 ASP in an AVI-style container (DivX tag).
- F4V to 3GPFlash MP4 relative used by older Adobe tooling.
- OGM to 3GPOgg media with Theora/Vorbis.
- DV to 3GPDigital Video tape format.
- M2V to 3GPRaw MPEG-2 video elementary stream.
- SVI to 3GPSamsung SVI (AVI-family) clips.
- NUT to 3GPNUT container from the FFmpeg project.
- Y4M to 3GPYUV4MPEG2 raw video stream.
Related: Convert · All formats · How it works