.3GPP

Файл 3GPP

3GPP Multimedia File
Задать вопрос
БЫСТРЫЙ ОТВЕТ

A 3GPP file is a video (or audio) clip recorded on a 3G-era mobile phone. It is the same format as the more common .3gp - only the extension spelling differs. VLC media player opens it on Windows, macOS, Linux, Android, and iOS with no extra setup. If the video plays but has no sound, VLC fixes that too, since many desktop players lack the AMR audio codec that old 3GPP files use.

Разработчик: 3rd Generation Partnership Project (3GPP) Категория: Видеофайлы Открыть стандартное MIME: video/3gpp
ОТКРЫВАЕТСЯ НА Windows macOS Linux Android iOS Web
Связанные: .DAV · .MKV · .MP4 · .H264

На этой странице

Проиндексировано расширений: 19k+
Последняя проверка: Jul 10, 2026

Не знаете, что это за файл?

Перетащите любой файл в наш идентификатор - мы прочитаем первые байты, чтобы определить формат.

Идентифицировать файл

Что такое формат файла 3GPP?

.3gpp is a multimedia file format, also known as .3gp. Developed by the 3rd Generation Partnership Project in 2001, it was designed for streaming video and multimedia messaging over 3G mobile networks. The format became popular on mobile devices because .3gpp files are typically smaller than those saved in other media formats - the compression trades some visual quality for reduced file size, using H.263, MPEG-4 Part 2, or H.264/AVC video alongside AMR or AAC audio.

.3gpp and .3gp are the same format; the longer spelling is less common but identical in content. Files are stored in binary using the ISO Base Media File Format (ISO-BMFF) - the same box/atom container shared by .mp4 and .mov. An ftyp box at byte offset 4 declares a brand such as 3gp4, 3gp5, or 3gp6, which governs which codecs are permitted by that profile. The CDMA counterpart is .3g2, using the separate 3GPP2 standard with QCELP or EVRC audio.

File conversion

.3gpp is a fairly popular legacy format, yet sometimes it is necessary to convert .3gpp files to another format. QuickTime supports .3gpp by default, so conversion to .mov is rarely needed. Converting a .3gpp file to .mp4 can improve compatibility with modern software and devices. Keep in mind that output quality depends heavily on the converter tool used.

Безопасность и защита

РИСК: LOW

3GPP is a media container, not executable code, so a genuine 3GPP file is safe to play. Two cautions: a file named "clip.3gpp.exe" from an untrusted source could be malware in disguise - check the real extension; and keep your player (VLC/system codecs) updated, since crafted media files have occasionally exploited player bugs. Avoid sketchy "3GPP player/converter" downloads that bundle adware - VLC plays 3GPP natively and free.

Детали формата

в двух словах
ПОЛНОЕ НАЗВАНИЕ3GPP Multimedia Fileтакже известен как 3GPP movie, 3GP video (long extension)
РАЗРАБОТЧИК3rd Generation Partnership Project (3GPP)с 2001 (3GPP Release 4, alongside early 3G/UMTS handsets)
КАТЕГОРИЯВидеофайлы
MIME-ТИПvideo/3gpp
ТИПISO Base Media File Format container (binary); MPEG-4/H.263/H.264 video + AMR/AAC audio
СТАНДАРТОткрытый · без роялти
СВЯЗАННЫЕ.dav.mkv.mp4.h264
MAGIC BYTES · СИГНАТУРА ФАЙЛА
СМЕЩЕНИЕ
0405060708090a
HEX
66747970336770
ASCII
ftyp3gp
Identical to .3gp - the longer .3gpp spelling is the same format. Bytes 0-3 are the box size (often 00 00 00 18/20); at offset 4 sits 'ftyp', then the major brand ('3gp4', '3gp5', '3gp6', '3gg6' etc.). Shares ftyp@4 with mp4/mov/m4a/3g2.

Программы, открывающие файлы 3GPP

Windows2 apps
VLC media player Открытый код Drag the 3GPP onto VLC - plays video and AMR audio with no extra codecs. The reliable choice for silent-audio cases.
Media Player (Windows 11) Встроенная Double-click to play; video usually works but AMR audio may be silent - use VLC if there's no sound.
macOS2 apps
VLC media player Открытый код Drag the 3GPP onto VLC - plays video and AMR audio with no extra codecs. The reliable choice for silent-audio cases.
QuickTime Player Встроенная Double-click to play; QuickTime handles most 3GPP but VLC is safer for AMR audio.
Linux2 apps
VLC media player Открытый код Drag the 3GPP onto VLC - plays video and AMR audio with no extra codecs. The reliable choice for silent-audio cases.
mpv / MPlayer Открытый код mpv file.3gpp - plays 3GPP via FFmpeg decoders; modern fork of MPlayer.
Android1 app
VLC for Android Открытый код Open the 3GPP in VLC; Android also plays it natively in its built-in players (it's a native Android format).
iOS1 app
VLC for Mobile Открытый код Share the 3GPP to VLC; iOS's built-in players may not handle AMR audio, VLC does.
Web1 app
VLC / local player recommended Открытый код Browsers don't reliably play 3GPP (especially AMR audio); use a local player rather than a web viewer.

Технические подробности

глубокая спецификация
Container formatISO Base Media File Format (ISO/IEC 14496-12), box/atom tree
EncodingBinary (big-endian byte order)
Video codecsH.263, MPEG-4 Part 2 (profiles 3gp4/3gp5), H.264/AVC (3gp6 and later)
Audio codecsAMR-NB, AMR-WB, AAC-LC
MIME typevideo/3gpp (audio/3gpp for audio-only files)
Magic bytes"ftyp3gp" at byte offset 4 - ISO-BMFF ftyp box declaring a 3gp brand
Brand strings3gp4, 3gp5, 3gp6, 3gg6 - declared in the ftyp box; controls permitted codec profiles
Typical resolution176×144 (QCIF) to 352×288 (CIF); later devices up to 640×480
Audio sample rates8 kHz (AMR-NB), 16 kHz (AMR-WB), up to 48 kHz (AAC)
Color space4:2:0 YCbCr, 8-bit per channel
Typical file size100 KB - 50 MB for short mobile clips
File structureftyp box → moov box (track tables) → mdat box (interleaved audio/video samples)
DRM supportOMA DRM (optional; used by some mobile operators; rare in modern usage)
CDMA counterpart.3g2 (3GPP2 standard) - uses QCELP or EVRC audio instead of AMR
Superseded byMP4/H.265 (HEVC) - modern smartphones record .mp4 natively; .3gpp is a legacy format
Выпущен2001 (3GPP Release 4, alongside early 3G/UMTS handsets)
Последняя версия3GPP TS 26.244 (ongoing maintenance under 3GPP releases)
Открыть стандартноеДа · без роялти
Спецификацияwww.3gpp.org

Конвертации 3GPP

Возможно
.3GPP .AVIРУКОВОДСТВО
Вы можете конвертировать 3GPP в AVI с помощью HandBrake, FFmpeg или VLC - но AVI является плохим выбором для…
Как конвертировать
.3GPP .MP4РУКОВОДСТВО
Да - 3GPP быстро конвертируется в MP4 без потери качества; HandBrake - самый простой бесплатный вариант.
Как конвертировать
.3GPP .MOVРУКОВОДСТВО
Да - оба формата используют один и тот же контейнер ISO Base Media File Format, поэтому FFmpeg может…
Как конвертировать
.3GPP .WMVРУКОВОДСТВО
Да - FFmpeg конвертирует 3GPP в WMV одной командой, также можно использовать бесплатный графический интерфейс…
Как конвертировать
.3GPP .WAVРУКОВОДСТВО
Да - FFmpeg извлекает аудио WAV из файла 3GPP одной командой, бесплатно на всех платформах.
Как конвертировать
.3GPP .MP3РУКОВОДСТВО
Да - используйте функцию «Конвертировать/Сохранить» в VLC или одну команду ffmpeg, чтобы извлечь аудиодорожку…
Как конвертировать
.3GPP .WEBMРУКОВОДСТВО
Да - 3GPP можно конвертировать в WebM; FFmpeg является наиболее подходящим инструментом для этого.
Как конвертировать
.3GPP .GIFРУКОВОДСТВО
Да - FFmpeg конвертирует 3GPP в анимированный GIF через командную строку; ожидайте большой выходной файл с…
Как конвертировать
.3GPP .3G2РУКОВОДСТВО
Да, конвертация возможна с помощью FFmpeg - эти два формата относятся к одному семейству контейнеров, поэтому…
Как конвертировать

Вопросы и ответы сообщества

спрошено пользователями
Задать быстрый вопрос
Получите помощь от людей, работающих с файлами 3GPP. Будьте конкретны - укажите вашу систему и версию ПО.
Аккаунт не нужен · ответы обычно в течение дня

Вопросов пока нет - станьте первым, кто спросит о файлах 3GPP.

Часто задаваемые вопросы

What's the difference between .3gpp and .3gp?
None - they're the same 3GPP format, just spelled differently. The shorter .3gp is far more common; .3gpp is the long form. Anything that opens one opens the other.
How do I open a 3GPP file?
Install the free VLC media player and double-click the file - it plays 3GPP video and AMR audio on Windows, macOS, Linux, Android and iOS. Windows 11's Media Player also plays the video, but may be silent if it lacks the AMR audio codec.
Why does my 3GPP have no sound?
Old 3GPP files use AMR audio, which many desktop players don't include. Open the file in VLC, which bundles the AMR decoder, or convert it to MP4 with HandBrake.
How do I convert 3GPP to MP4?
Use HandBrake (free, MP4 preset) or VLC's Convert/Save. Because 3GPP is essentially a restricted MP4, the conversion is fast and quality is preserved well.
What's the difference between 3GPP and MP4?
3GPP is a slimmed-down profile of MP4 made for old 3G phones - lower resolution, smaller size, often AMR audio. MP4 is the full cross-platform standard. They share the same container, so they interconvert easily.
Can I play 3GPP on my phone?
Yes - Android plays 3GPP natively (it's a native Android recording format). On iPhone, use VLC for Mobile if the built-in player won't handle the audio.

Ссылки

1MDN - Media container formats (3GP/3GPP)developer.mozilla.org
23GPP TS 26.244 - 3GP file format (Transparent end-to-end packet-switched streaming)www.3gpp.org

Узнать больше

по всей базе данных

Популярные расширения на этой неделе

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.PARTPartial Download File
4.BINCD/DVD Disc Image (BIN/CUE)
5.RPMSGRestricted Permission Message
6.MDMarkdown Document
7.NOMEDIAAndroid No-Media Marker File
8.EXEWindows Executable (Portable Executable)
9.PRO6XProPresenter 6 Bundle File
10.PRDXSoftMaker Presentations Document

Похожие расширения

.DAVDVR365 / Dahua DVR Video File (DHAV stream)
.MKVMatroska Video
.MP4MPEG-4 Part 14 Video File
.H264Raw H.264 / AVC Video Elementary Stream
.VOBDVD Video Object File
.264Raw H.264 / AVC Video Elementary Stream (DVR/CCTV export)

Бесплатные инструменты для файлов

Идентификатор файлов и конвертер изображений в браузере - все работает на вашем устройстве.

Открыть инструменты

Обзор расширений файлов A-Z