Initializing... drag & drop files here
Supports: HEVC, MOV, MP4, M4V, MKV
AIFC — normally written AIFF-C — is the compressed-capable revision of Apple's Audio Interchange File Format, and it is a format people usually arrive at because a specific tool asked for it by name rather than because they went looking. This page extracts the audio track from an HEVC file and writes it into that container. It is worth reading the spec notes below before converting, because "AIFC" describes a chunk layout rather than a single sample format, and the choice you make in the Audio Codec dropdown decides which form type actually ends up in the file header.
| Property | Value |
|---|---|
| Full name | Audio Interchange File Format – Compressed (AIFF-C, commonly AIFC) |
| Published by | Apple Computer in 1991, revising the 1988 AIFF specification |
| Underlying structure | Electronic Arts' IFF chunk model: a FORM wrapper holding COMM, SSND and other chunks |
| What marks a file as AIFF-C | Form type AIFC plus a mandatory FVER (format version) chunk that plain AIFF does not have |
| How the sample format is declared | A four-character compression tag inside the COMM chunk — for example NONE, sowt, alaw, ulaw |
| Default byte order | Big-endian, inherited from AIFF's Motorola 68000 origins; the sowt tag declares little-endian instead |
| Extensions seen in the wild | .aifc, and also .aif and .aiff — the extension does not determine the form type |
| Relationship to AIFF | A strict superset: every plain AIFF file is readable by an AIFF-C reader, but not the reverse |
| What this page writes | The decoded audio track from your upload, as 16-bit PCM by default |
This is the part worth knowing before you convert. The Audio Codec group offers four sample formats, and they do not all produce an AIFF-C form type. We converted the same source four times, once per option, and read back the first bytes of each file:
| Audio Codec choice | Bits per sample | Form type written | Compression tag | FVER chunk present |
|---|---|---|---|---|
| PCM 16-bit Big Endian (default) | 16 | AIFF — the classic form |
none | no |
| PCM 16-bit Little Endian | 16 | AIFC |
sowt |
yes |
| PCM A-law | 8, companded | AIFC |
alaw |
yes |
| PCM mu-law | 8, companded | AIFC |
ulaw |
yes |
So the default produces a file named .aifc whose internal form type is plain AIFF. In practice this is harmless — every AIFF-C reader accepts a plain AIFF file, since AIFF-C was defined as a superset — but if you are feeding a strict validator or a tool that inspects the form type before the extension, choose one of the other three options and you will get a genuine AIFC header with the FVER chunk in place.
A-law and mu-law are the ITU-T G.711 telephony codings: 8-bit companded audio built for voice circuits. They halve the file size and sound like it on music, but they are the canonical AIFF-C compression types and are exactly what some legacy Mac and Unix audio pipelines expect from an .aifc.
.hevc onto the page or click "Add Files" to browse for it. Several files can be queued and will share one set of settings.sowt tag..aifc. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared or made public..hevc Contain Audio at All?HEVC — High Efficiency Video Coding, published as ITU-T Recommendation H.265 in April 2013 and as ISO/IEC 23008-2 — is a video codec, so a real H.265 elementary stream holds compressed picture and nothing else. Upload one of those to an audio-only target and the job fails, because there is no audio stream for the encoder to write. Not every file named .hevc is an elementary stream, though: converters that target HEVC commonly write a Matroska container under that extension, and manually renamed .mp4 files turn up constantly. Media tools identify a file by its contents rather than its name, so a container named .hevc extracts perfectly well here. Play the file in VLC before uploading — audible sound means it will convert; a silent picture means you want the original container instead, via MP4 to AIFC, MKV to AIFC, or MOV to AIFC.
AIFF, published by Apple in 1988, stores big-endian linear PCM and nothing else. AIFF-C, published in 1991, keeps the identical chunk structure but adds two things: a mandatory FVER chunk and a four-character compression-type field in the COMM chunk, which lets the same file layout carry other sample formats. AIFF-C is a superset, so an AIFF-C reader opens plain AIFF files too, while an AIFF-only reader may reject an AIFF-C file it does not recognise.
.aifc uncompressed?It depends entirely on the compression tag inside, which is the whole point of the format. On this page, the default PCM 16-bit Big Endian and the PCM 16-bit Little Endian option are both uncompressed. A-law and mu-law are compressed — 8 bits per sample instead of 16, using the companding curves defined in ITU-T G.711 — which halves the size at an audible cost. There is no bitrate control on this page because none of these formats has one.
.aifc file report itself as AIFF?Because the default sample format is plain uncompressed big-endian PCM, which the encoder writes using the classic FORM…AIFF header rather than the AIFC one. The file is valid and every AIFF-C-capable reader opens it. If you specifically need the AIFC form type — for a strict validator, or a tool that checks the header before the extension — pick PCM A-law, PCM mu-law, or PCM 16-bit Little Endian, each of which writes a genuine AIFC form with the FVER chunk.
Almost certainly because the upload is a video-only H.265 elementary stream, which contains no audio track. An audio-only target needs an audio stream to encode, so the job errors out rather than producing a silent file. Confirm by playing the file: sound means it will convert, silence means the audio is still inside whatever container the stream was demuxed from.
Multiply the sample rate by the bytes per sample by the channel count. The default 16-bit stereo at 44.1 kHz is 176,400 bytes per second — roughly 10.6 MB per minute, or about 635 MB per hour. Mono halves it, and so does choosing A-law or mu-law, which store 8 bits per sample. If size is the problem, HEVC to FLAC compresses losslessly to around half of PCM, and HEVC to MP3 is far smaller again.
Plain AIFF, in nearly every case. Logic Pro, Pro Tools, GarageBand and the rest all read AIFF natively, and it avoids any question about whether a given compression tag is supported. HEVC to AIFF and HEVC to AIF both produce that file with the more familiar extension. Reach for .aifc when something specifically asked you for it.
Very little. The AIFF family stores text in optional NAME, AUTH, ANNO and (c) chunks that many applications neither write nor read, and video containers organise their metadata quite differently. If tags matter to you, extract to FLAC or MP3 instead — both carry structured metadata that players actually display.
No, and no format can manage that. The audio track inside a video container is normally already lossy — AAC most often — and this conversion decodes that track and stores the resulting samples verbatim. The benefit of an uncompressed target is that nothing further is discarded, which matters when the file is going to be edited and re-exported. It cannot restore detail the original encoder removed.
It is uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours. Nothing is shared or made public, there is no account to create, and no watermark is added. For long or high-bitrate sources the practical constraint is upload time over your own connection rather than anything at the conversion end.