Initializing... drag & drop files here
Supports: 3GPP
This walk-through is for anyone holding an old .3gpp mobile clip who wants it re-encoded with HEVC (H.265). You will learn how to run the conversion, why the resulting picture is smaller but not sharper, and the one detail that trips most people up — the raw .hevc output carries no audio. Read the walk-through before you start so you pick the right output for what you actually need.
.3gpp (or .3gp / .3g2) clip onto the page, or click "+ Add Files" to browse. Several files can be queued and converted in parallel..hevc stream. Leave the Quality Preset on "Very High (Recommended)" to stay close to the source, or open File Compression for Constant Bitrate, Variable Bitrate, a Specific file size, or a Constant Quality (CRF) level..hevc stream. No sign-up, no watermark.Two facts about HEVC output catch people off guard. Both come straight from what a .hevc file actually is — a raw H.265 elementary stream (the bare Annex B bitstream an encoder produces), with no container wrapper around it.
.hevc output has no audio. An elementary stream holds exactly one kind of data — here, video. There is no container slot for a second track, so whatever soundtrack the 3GPP carried (usually AMR-NB or AAC) is dropped. That is correct behavior for a raw bitstream, not a bug. If you need the sound, you need a container instead.For a normal, playable file that keeps the audio, use these instead of the raw stream:
Choose the raw .hevc output on this page only when a downstream tool specifically expects an elementary stream.
.hevc stream has no audio track. Convert to a container instead: 3GPP to MP4 or 3GPP to MKV with the H.265 codec..hevc file." Consumer players expect a container (MP4, MKV, MOV), not a bare bitstream. Mux it with ffmpeg -f hevc -i video.hevc -c copy video.mp4, or convert to a container from the start.A raw .hevc stream is the wrong choice for most everyday playback and sharing — it is a building block for encoding pipelines, stream analyzers, and custom muxing, not a finished video. If your goal is simply to watch or send an old phone clip, you almost certainly want a container: MP4 for universal playback, or MKV if you want the HEVC stream with audio kept together. If you only need the soundtrack from a voicemail or recording, extract it directly with 3GPP to MP3 instead. And if the source file is corrupted or only partially recovered from a carrier portal or old memory card, no converter can rebuild the missing frames — the result will mirror whatever the source still contains.
No, and no honest converter can promise it will. A 3GPP clip from a 3G phone was usually captured at a low resolution and bitrate, and re-encoding to HEVC cannot recover detail that was never recorded — lossy in, lossy out, with no upscaling magic. What HEVC does well is shrink the file: at the same visual quality H.265 is roughly 25-50% smaller than H.264. Expect a smaller file, not a better picture. A small, low-resolution 3GPP stays small and low-resolution.
Because .hevc is a raw H.265 elementary stream, not a container. It holds only the encoded video, so there is nowhere to store the 3GPP's AMR or AAC soundtrack — the audio is dropped. To keep the sound, convert to a container instead: 3GPP to MP4 plays nearly everywhere, and 3GPP to MKV with the H.265 codec keeps the same HEVC video alongside its audio.
FFmpeg-based players such as VLC and mpv can usually decode a raw H.265 stream, and developer tools like GPAC or an HEVC stream analyzer are built for it. Consumer players — phones, smart TVs, QuickTime, most browsers — generally cannot, because they expect a container. The reliable fix is to mux the stream into a container (for example ffmpeg -f hevc -i video.hevc -c copy video.mp4) or to convert to MP4/MKV from the start.
Roughly, at the same visual quality. The HEVC standard (ITU-T H.265 / ISO/IEC 23008-2, first published in 2013) was designed to deliver about 25-50% better compression than H.264/AVC, with the exact figure depending on resolution and content. With a tiny old 3GPP source the absolute savings are modest simply because the file was already small — in our testing, a short low-resolution 3GPP re-encoded to H.265 at the default preset produced a smaller stream than the H.264 equivalent, though the precise ratio varies per clip.
HEVC's more complex algorithms need much more processing to encode — roughly 2-10x the computational work of H.264 — so conversions take longer, and the codec is patent-encumbered (licensed through pools such as MPEG LA, HEVC Advance, and Velos Media). Playback is native on iPhone 7 and later, Apple Silicon, and most 2017-and-newer Android/Intel/Snapdragon hardware, but it is spotty on older devices and inconsistent in browsers. If broad compatibility matters more than file size, convert to H.264 in an MP4 container via 3GPP to MP4. For the .3gp flavor of this same conversion, see 3GP to HEVC.
Your file is uploaded over an encrypted connection, converted on our servers, and the result is returned to you for download. Uploads are deleted automatically a few hours after conversion — no sign-up, no watermark, and your files are never shared or made public. The main practical limit on a big clip is upload time, not your device.