Skip to content
Novus Examples
3gp11.9 KB

3GP — Mobile H.264 Clip

The clip as 3GP — the 3GPP mobile container from the feature-phone era. For testing 3GP demuxing and conversion.

Rendered preview of 3GP — Mobile H.264 Clip

Rendered preview of the 3gp file (11.9 KB). Download above for the original.

Specifications

Resolution
480x270
Fps
24
Duration
4s
Audio
none (video-only)
Container
3GPP
Codec
H.264 baseline

Testing contract

Expected to pass
Scenario
Probe the file, then decode it and confirm the stream inventory matches what the container advertises.
Expected result
One video stream and no audio stream: H.264 baseline in a 3GPP container, 480x270 at 24 fps, 4s. The absence of audio is deliberate and part of the contract - code that assumes every video file has a soundtrack fails here, and reporting a silent audio track that does not exist is equally wrong.

What is a .3gp file?

3GP is the mobile profile of the ISO base media file format, defined by 3GPP for 3G handsets and for video sent over MMS. It shares MP4's box structure and announces itself with an `ftyp` brand such as `3gp4` or `3gp6`, but wraps H.263, MPEG-4 Part 2, or H.264 video with AMR-NB, AMR-WB, or AAC audio at bitrates a 2000s cellular link could sustain. Almost every .3gp file in the wild is an old camera-phone capture; the near-identical .3g2 is 3GPP2's version for CDMA2000 networks.

How to use this file

Use an example .3gp clip to test mobile-video players, ISOBMFF demuxers, and 3GP-to-MP4 transcoding — confirming that the 3GP brands are recognized as valid MP4 relatives, and that AMR audio is decoded rather than dropped, which is the usual reason a converted clip plays silently.

How to use this file for testing

“3GP — Mobile H.264 Clip” is a deterministic Novus Examples fixture for Conversion testing. The same content exported across many formats and linked as a group, so you can convert one and diff against the expected twin.

Documented properties for this file: 4s · 24 fps. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.

Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such — expect parsers to fail loudly rather than silently accept them.

Media fixtures are short and synthetic by design. Prefer waveform or transcript ground truth in the same group when measuring ASR, trim, upscale, or sync tools; do not assume broadcast-quality masters.

Generated by generation/video.py. Free for any use, no attribution required — license.