Initializing... drag & drop files here
Supports: CAF
CAF (Apple Core Audio Format) is an audio-only container — it holds sound and nothing else. HEVC (H.265) is a video codec, and a bare .hevc file is a raw video elementary stream: a naked H.265 bitstream that carries picture data only, with no audio track and no container metadata. Putting those two together is a genuine mismatch. There's no picture inside a CAF to encode, and a raw .hevc stream has nowhere to store the sound — so the realistic result is a black, silent video clip that's useless to almost everyone. This page exists to explain that honestly and point you to the format you probably meant.
The converter treats the audio as if it were a video source: it generates a solid-color frame (black by default) and encodes that frame with H.265. But because the output target is a raw .hevc elementary stream rather than a container like MP4 or MKV, the audio track is dropped — a raw HEVC stream has no slot for it. You end up with a single-color, motionless, silent video. The sound you started with does not survive the conversion.
| Property | CAF (your source) | Raw .hevc (this output) |
|---|---|---|
| What it is | Apple Core Audio Format — audio container | Raw H.265 video elementary stream |
| Carries | Audio only: PCM, ALAC, AAC, IMA4 ADPCM, MP3 | Video only — a naked NAL-unit bitstream (Annex B) |
| Audio track | Yes — that's the whole file | None — an elementary stream holds one data type |
| Picture | None | A single solid color; no real image or motion |
| Your sound after conversion | Intact | Lost — there's nowhere to store it |
| Standard | Apple CAF Spec 1.0 (2006) | ITU-T H.265 / ISO-IEC 23008-2 (2013) |
| Sensible use | Playing or editing audio | Feeding a video pipeline that ingests raw H.265 |
Pick based on your real goal — all of these keep the sound, which CAF→HEVC cannot:
.hevc, which can't..caf file onto the page or click "+ Add Files". You can queue several recordings at once..hevc stream. No sign-up, no watermark.The reason this conversion fails the user is structural, not a settings problem you can fix on this page:
.hevc file is the direct output of an H.265 encoder — video NAL units and nothing else. There's no multiplexing layer to interleave an audio stream, so even though the converter can re-encode audio for other targets, it has nowhere to put it here.If you arrived here expecting your recording to come out as a normal, playable clip, the simple how-to above won't deliver that — the output is silent by design. There's no quality preset, resolution, or codec toggle on this page that adds the audio back into a raw .hevc stream, because the stream type itself can't hold it. The fix is to change the target: convert to MP3 or WAV for audio, or to MP4 if you specifically need a video that plays the sound. To shorten a long recording first, convert to MP3 or WAV and trim it with the audio cutter.
No. A raw .hevc file is a video-only elementary stream, so there is no audio track in the output — the sound from your CAF is dropped. If you want the audio to play, convert to CAF to MP3 or, for a video that carries sound, CAF to MP4 instead.
Because the underlying engine can route many audio sources into video targets generically, and .hevc is one of the listed video outputs. That doesn't make it a good fit for CAF: a raw H.265 stream can't hold audio and there's no picture in a sound file, so the combination produces a black, silent clip. We'd rather tell you that plainly than let you burn a conversion on it.
MP4 is a container — it can wrap a generated frame plus your audio in the same file, so a CAF-to-MP4 result actually plays your sound. A raw .hevc is just the video bitstream with no container, so it can't carry audio at all. For anything you intend to listen to, CAF to MP4 (or a plain audio format) is the right target.
Only a narrow technical one: you specifically need a raw H.265 video elementary stream to feed a tool or pipeline that ingests bare bitstreams, and you don't care about the audio. That's rare, and it's almost never what someone with an Apple .caf recording is after. If you're unsure, you want audio — start with CAF to MP3.
CAF (Apple Core Audio Format) is an audio container Apple introduced with Mac OS X 10.4 "Tiger" (spec published 2006); it uses 64-bit file offsets, so unlike WAV and AIFF it isn't bound by the 4 GB ceiling and can hold very long recordings. It can store PCM, Apple Lossless (ALAC), AAC, and more. Its weakness is portability: outside macOS and iOS most players don't open .caf, which is the real reason people convert it — usually to an audio format.
Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public. In our testing, a CAF holding a couple of minutes of 16-bit/48 kHz PCM converted to a raw .hevc came out as a small, solid-black, completely silent clip — which is exactly why we steer this conversion toward MP3, WAV, or MP4 instead.