Sample 3GP Files — Download Mobile-Phone Test Videos
3GPP mobile video · .3gp · MIME type video/3gpp
Download a sample 3GP file — the format feature phones and early Android devices recorded in, still produced by some low-end handsets and MMS gateways. It is a stripped-down MP4 with low resolutions and bitrates, which makes it a good test for players and thumbnailers that assume HD dimensions.
Our samples use MPEG-4 Part 2 video and AAC audio at CIF (352×288) and 640×360, matching typical device output.

Download sample 3GP files
| File | Details | Size | Download |
|---|---|---|---|
sample-video-352x288-500kb.3gp | 352 × 288 · 10 s · 30 fps · MPEG4 · AAC audio · 400 kbps | 501 KB | |
sample-video-640x360-1mb.3gp | 640 × 360 · 10 s · 30 fps · MPEG4 · AAC audio · 795 kbps | 995 KB |
Use these files from the command line or CI
Every URL is stable and CORS-open. Pin the SHA-256 in your test and you will know the moment a fixture changes.
# Download one file curl -O https://pnb-website-bucket.s3.us-east-2.amazonaws.com/samples/videos/3gp/sample-video-352x288-500kb.3gp # Verify it (SHA-256 is listed for every file above) shasum -a 256 sample-video-352x288-500kb.3gp # Machine-readable index of every sample file curl https://pnb-website-bucket.s3.us-east-2.amazonaws.com/samples/index.json | jq '.files[] | select(.format=="3gp")'
3GP format at a glance
| Full name | 3GPP mobile video |
|---|---|
| Extensions | .3gp |
| MIME type | video/3gpp |
| Standard | 3GPP TS 26.244 |
| Container | MP4 subset ('3gp' brand) |
| Codecs here | MPEG-4 Part 2 + AAC (22.05 kHz) |
| Magic bytes | … 66 74 79 70 33 67 70 ("ftyp3gp") at offset 4 |
What people test with sample 3GP files
- MMS and low-end mobile uploads
- Player behaviour at very low resolutions
- MIME detection (video/3gpp)
Frequently asked questions
Do modern phones still record 3GP?
Rarely. Android and iOS record MP4/MOV now, but MMS gateways, some budget phones and older apps still emit 3GP, so an upload form that has been live for years will see it occasionally.
Are these 3GP files safe to download?
Yes. Every file is generated by our own open script from scratch — nothing is scraped or user-uploaded — and contains no scripts, macros or executables. The SHA-256 of each file is published on this page so you can verify what you received.
Can I use the sample 3GP files commercially?
Yes. They are free for any purpose, including commercial products, test suites, demos and redistribution, with no attribution required. There is nothing to license and no one to ask.
Can I hotlink these files or use them in CI?
Yes. Every link is a stable direct URL over HTTPS with Access-Control-Allow-Origin: * and long cache headers, so curl, wget, fetch() and test runners can pull them directly. A JSON index of every file is linked from each page (see the command-line section).
Related sample files
Testing a file pipeline? We build them.
Uploads, conversions, previews, document processing and media workflows are the kind of production systems Pine & Birch designs and runs for clients — which is why we needed these files in the first place.
See how we can help