FormatDrop
How-To Guide

How to Convert MP4 to 3GP

3GP is the video format for older mobile phones — feature phones, low-end Android, and MMS messaging systems still in use across emerging markets. Converting MP4 to 3GP shrinks the file dramatically and uses codecs (H.263, AAC-LC) that even ancient phones can decode without crashing.

Step-by-step instructions

  1. 1

    Upload your MP4 file

    Select your MP4 file. Most modern phones produce 1080p MP4 with H.264. The conversion will downscale and re-encode for legacy phone playback.

    Go to converter
  2. 2

    Choose 3GP as output format

    Select 3GP. The output uses H.263 video at 176×144 (QCIF) or 320×240 (QVGA), AMR-NB or AAC-LC audio at 12.2–32 kbps. Total bitrate is typically under 384 kbps.

  3. 3

    Adjust resolution and bitrate

    Lower resolution (176×144) for old feature phones; higher (320×240) for older smartphones. Bitrate around 192–256 kbps gives recognisable quality at very small file sizes — under 5 MB for a 1-minute video.

  4. 4

    Download and transfer to your phone

    Send the 3GP via MMS, Bluetooth, or copy via USB. The file extension .3gp is recognized by virtually every phone manufactured since 2003.

Why convert MP4 to 3GP?

3GP is the format that brought video to mobile phones in the early 2000s. It's still alive on millions of feature phones in emerging markets where bandwidth and storage are precious.

Your files never leave your device

FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.

Frequently asked questions

FFmpeg command to convert MP4 to 3GP?
`ffmpeg -i input.mp4 -vcodec h263 -s 320x240 -r 25 -b:v 200k -acodec aac -ar 8000 -ac 1 -ab 32k output.3gp`. Adjust resolution and bitrate based on your target device's capabilities.
Why is my 3GP file blurry?
3GP uses very low bitrates and resolutions designed for slow phone CPUs. Blurriness is inherent — increasing resolution past 320×240 makes the file bigger but most older 3GP-only devices can't decode anything larger.
Can iPhones play 3GP?
Yes — modern iOS plays 3GP files via the Files app or VLC for iOS. However, iPhones don't natively use 3GP for anything; you'd only use 3GP to send to older phones.
Convert MP4 to 3GP Now — Free

No account. No upload. Works in any browser.