Initializing... drag & drop files here
Supports: HEVC
A bare .hevc file is a raw H.265 video bitstream — by the standard's own design it carries picture only, with no audio track inside it. So if your goal is to pull a soundtrack out of a .hevc and save it as an AU (.au, the classic Sun/NeXT "snd" audio format), there is usually nothing to pull: the result comes out silent or empty. This page is honest about why that happens, shows exactly how the converter behaves, and points you to the file that actually holds your audio.
.hevc onto the page, or click "+ Add Files" to choose it from your computer. You can queue several files and process them in one batch with the same settings.HEVC (High Efficiency Video Coding, also called H.265) was approved as an ITU-T standard on April 13, 2013 and standardized jointly as ISO/IEC MPEG-H Part 2. It is a video-only compression standard — it defines how picture frames are encoded, achieving roughly 50% lower bitrate than H.264/AVC at comparable quality, and says nothing about audio. The key word for a .hevc, .h265, or .265 file is elementary: an elementary stream holds a single media type on its own, so a spec-correct .hevc contains only compressed video frames and parameter sets — no audio, no timing layer, no container.
In a normal recording or download, the H.265 video is muxed into a container alongside a separate audio track. Whether your conversion produces any sound depends entirely on what is genuinely inside the file you uploaded:
.hevc stream holds no audio at all. The decoder finds nothing to extract, so the AU comes out silent or the job returns no usable output. No setting on this page can create a soundtrack that was never written into the file..hevc that actually plays with sound is unusual, but if yours does, it is almost certainly a container (an .mp4 or .mov) that was renamed or relabeled with a .hevc extension. If a real audio track is inside, the converter decodes it and writes PCM-in-AU normally.AU is one of the oldest audio formats still in circulation. It was created by Sun Microsystems, was native to the SPARCstation 1 hardware (SunOS exposed it through the /dev/audio device), and became common on NeXT systems and early 1990s web pages — it is also the format Java's original sun.audio / AudioClip API played. The file begins with the four-byte magic number .snd (0x2e736e64). The format can hold μ-law, A-law, and linear PCM at 8, 16, 24, or 32-bit. This converter writes uncompressed PCM 16-bit Big Endian by default, which matches AU's Motorola/SPARC big-endian heritage and standard CD-quality 16-bit depth.
Even when you do have real audio to extract, AU is a legacy choice. It is well supported in older Unix/Java tooling and in editors like Audacity, but it is not a modern delivery format — for everyday playback or sharing, MP3 or WAV is the safer target. Reach for AU specifically when a legacy Unix workflow, a Java applet, or a Solaris-era pipeline expects a .au/.snd file.
.hevc is a true H.265 video elementary stream, so there is no audio to decode. You need the original container the video came from — convert that file to AU instead.If your file is a real video-only .hevc, no online tool can conjure audio that was never written into it — the data simply isn't there. Your genuine path is to start from the original container that holds both the H.265 video and a separate audio track: convert it with MP4 to AU for MP4 files, MKV to AU for Matroska files, or MOV to AU for QuickTime files. Those formats interleave video and audio, so there is a real track to extract. If you would rather have a more widely playable result than legacy AU, MP4 to MP3 is the everyday choice. Note that many "HEVC to AU" tools online accept the upload and run the job without warning you that a bare H.265 stream has no soundtrack — the empty result is the format talking, not the converter.
Because a raw .hevc file is an H.265 video elementary stream and holds no audio. A spec-correct .hevc, .h265, or .265 contains only compressed video frames and parameter sets — there is no audio track inside it to decode, so any AU produced from a bare stream will be silent or empty. The audio for that footage lived in the container (an .mp4, .mkv, or .mov) that the video was demuxed from. Convert that original container to AU instead.
Normally no. HEVC, defined by ITU-T H.265 and ISO/IEC MPEG-H Part 2 and approved in 2013, is a video-only codec, and a plain .hevc file is a raw video bitstream with no audio track. An elementary stream carries only one kind of data. You only get sound out if the file you uploaded is actually a container — for example an MP4 misnamed .hevc — that happens to carry an audio track alongside the video.
Start from the original container, not a bare stream. If your file is an MP4, use MP4 to AU; if it is a Matroska file, use MKV to AU; if it is a QuickTime file, use MOV to AU. All three interleave video and audio together, so the converter has a real track to decode. A bare .hevc stream does not. If legacy AU is not a hard requirement, MP4 to MP3 gives you a more universally playable file.
AU is the classic Sun Microsystems audio format (often called "snd" after its .snd magic number), common on NeXT systems, early web pages, and Java's original audio API. It can hold μ-law, A-law, or linear PCM at 8 to 32-bit. This converter writes uncompressed PCM 16-bit Big Endian by default — the big-endian byte order matching AU's SPARC/Motorola heritage and the standard CD-quality 16-bit depth. Because it is uncompressed, the output preserves whatever audio it decodes with no generational loss, at the cost of larger files (roughly 10 MB per minute for 16-bit/44.1 kHz stereo).
Play it in a media player such as VLC. If you hear sound, the file is almost certainly a container that was renamed with a .hevc extension, and it will convert to AU normally. If it plays as silent video, it is a true video-only H.265 stream and there is nothing to extract. In our testing, files that played silently in VLC produced empty AU output every time regardless of the channel or sample-rate settings, while renamed containers that played with sound converted cleanly.
Your file is uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, and never shared or made public. The realistic limit on a very large 4K HEVC capture is upload time over your connection, not anything on your device.