Initializing... drag & drop files here
Supports: HEVC
.hevc clip. Batch upload is supported.HEVC (H.265), ratified by ITU-T in January 2013, is the video codec behind 4K Blu-ray, iPhone "High Efficiency" recordings (default since iOS 11, 2017), and most modern 4K streaming. AAC (Advanced Audio Coding), standardized as MPEG-2 Part 7 in April 1997, is the default audio codec for YouTube, Apple Music, and the AAC track inside virtually every HEVC recording made on an iPhone or Android phone. Extracting it to a standalone .aac file means you keep just the soundtrack — no video, no container overhead.
A raw .hevc file is an Annex B elementary stream and technically video-only — most files users call "HEVC" are MP4 or MOV containers carrying H.265 video plus an AAC track. This tool handles both cases: it pulls the embedded AAC where present, or transcodes whatever audio stream exists into AAC.
| Property | HEVC (H.265) | AAC |
|---|---|---|
| Type | Video codec / elementary stream | Audio codec |
| Standardized | January 2013 (ITU-T, ISO/IEC) | April 1997 (MPEG-2 Part 7) |
| Compression | Lossy video | Lossy audio |
| Typical bitrate | 4-50 Mbps (1080p-4K) | 64-320 kbps |
| Typical 10-min file | 500 MB - 5 GB | 5-20 MB |
| Container | Raw .hevc, MP4, MOV, MKV, TS |
Raw .aac (ADTS), MP4, M4A |
| Hardware decode | iPhone 6+, A10+ chips, modern GPUs | Universal |
| Best for | 4K/8K video, HDR streaming | Music, voice, streaming audio |
| Bitrate | Mode | File size per minute | Best for |
|---|---|---|---|
| 64 kbps | Mono CBR | ~0.5 MB | Voice memos, audiobook drafts |
| 96 kbps | Stereo CBR | ~0.7 MB | Podcasts, lectures, sermons |
| 128 kbps | Stereo CBR | ~1.0 MB | General music, YouTube-grade |
| 192 kbps | Stereo CBR or VBR | ~1.4 MB | Music archival, transparent for most listeners |
| 256 kbps | Stereo CBR | ~1.9 MB | Apple Music tier, critical listening |
| 320 kbps | Stereo CBR | ~2.4 MB | Maximum AAC quality, near-lossless perception |
For the reverse or related conversions, see HEVC to MP3, HEVC to M4A, HEVC to WAV, or AAC to MP3. To shrink an existing AAC file further, try compress AAC; to cut a segment, trim AAC.
Usually yes, because the AAC is buried inside an MP4/MOV container alongside the H.265 video. Extracting it gives you a standalone .aac file that's roughly 1-5% of the original size and plays anywhere. If the source audio is already AAC, the tool can re-encode it — for closest-to-original fidelity, pick the Highest Quality Preset or set Custom Bitrate to match the source (commonly 192 kbps for iPhone, 256 kbps for high-bitrate camcorders).
For music, 192-256 kbps stereo AAC is widely considered transparent — most listeners cannot distinguish it from the source. Apple Music streams at 256 kbps AAC. For voice content like interviews, lectures, sermons, or podcasts, 96-128 kbps stereo (or 64 kbps mono) is plenty and cuts file size by half or more.
Yes. AAC has been the default audio codec on iOS since the iPod era and is natively supported on Android 4.0+, Windows 10/11, macOS, all major browsers, and essentially every car infotainment system built since 2010 (CarPlay, Android Auto, and stock head units). The .aac ADTS container is the most universal; if you need iTunes/iPhone Music library compatibility, consider M4A instead via HEVC to M4A.
Yes. Under the Trim section, switch from Unchanged to Trim, then enter Start Time (e.g., 00:00:15 to skip the first 15 seconds) and Duration (how long to keep). Times accept plain seconds or HH:MM:SS.sss format. The trim happens during the same pass — no second tool needed.
.hevc file have no audio at all?A bare .hevc file is an Annex B HEVC elementary stream, which is video-only by spec — it carries no audio track. Files like that come from screen recorders, FFmpeg's -c:v copy to a raw stream, or some Android apps that save the video stream separately. If your .hevc truly has no audio, the converter cannot create one out of thin air. Check whether you have a matching .mp4 or .mov sibling that contains the audio.
In blind listening tests, yes — particularly below 128 kbps. AAC uses more efficient psychoacoustic models, longer transforms, and tools like Perceptual Noise Substitution that MP3 lacks. Apple, YouTube, and most streaming services standardized on AAC for this reason. The gap narrows above 192 kbps where both are perceptually transparent for most listeners.
ORIGINAL keeps the source layout — if your HEVC has a 5.1 surround track, you get a downmixed stereo or surround AAC depending on the source. Stereo forces two channels (recommended for music and most video soundtracks). Mono collapses to one channel, halving the file size and useful for voice-only content where stereo separation isn't needed.
48000 Hz is the standard for video soundtracks and what almost every HEVC camera records, so leaving it at 48000 (or ORIGINAL) avoids unnecessary resampling. 44100 Hz is CD-audio standard and what most music apps expect. For voice-only content, 16000 or 24000 Hz cuts file size with no perceptible quality loss — telephony uses 8000 Hz, FM-radio-quality voice uses 22050 Hz.
Yes. The tool accepts .hevc extensions, but if your file is an MP4 or MOV carrying H.265 video, rename the extension or use the matching converters: MP4 to AAC, MOV to AAC, or extract video first with HEVC to MP4 and then MP4 to AAC. Most iPhone "HEVC" recordings are actually .mov containers — check the extension in Files.app or Finder.