Initializing... drag & drop files here
Supports: RMVB
AIFF is Apple's Audio Interchange File Format, published in 1988 and built on Electronic Arts' Interchange File Format chunk structure. It stores big-endian uncompressed PCM, which is why it has been a first-class citizen in Logic Pro, GarageBand and QuickTime for decades. RMVB is the opposite kind of file: a RealNetworks container whose audio is a lossy, low-rate RealAudio stream. This converter decodes that stream on our servers and writes it out as PCM, discarding the RealVideo picture track. It is a rescue-and-compatibility operation, not a quality upgrade — the sections below spell out exactly what you get.
| Property | Value |
|---|---|
| Standard | Audio Interchange File Format, Apple, 1988, derived from Electronic Arts' IFF |
| Payload on this page | Uncompressed linear PCM (or G.711 companded PCM, if you choose it) |
| Default codec here | PCM 16-bit Big Endian |
| Byte order | Big-endian; WAV is the little-endian equivalent |
| Container marker | FORM … AIFF for plain PCM, FORM … AIFC for every other choice |
| Bitrate at 44.1 kHz / 16-bit / stereo | 1,411,200 bps, roughly 10.6 MB per minute |
| Compression controls | None — there is no Quality Preset, bitrate or target-size panel on this page |
| Opens natively in | Logic Pro, GarageBand, Pro Tools, QuickTime, Audacity, Windows Media Player |
| Property | Value |
|---|---|
| Container | RealMedia, RealNetworks |
| Full name | RealMedia Variable Bitrate |
| Video lineage | RealVideo, first released 1997; RV10 shipped with RealPlayer 5, RV20 with RealPlayer 6, RV30 with RealPlayer 8, RV40 with RealPlayer 9 |
| Why variable bitrate | VBR buys better quality per byte than constant bitrate, at the cost of being harder to stream — RMVB was primarily a download-and-play format |
| Audio payload | RealAudio: usually Cook (an MDCT codec from 1998), sometimes SIPR, ATRAC3, LC-AAC, HE-AAC or the rare RealAudio Lossless |
| Lossy | Yes, in every realistic case |
| Native browser support | None; no mainstream browser ships a RealMedia demuxer |
| Still maintained | No, in practice — the format survives in legacy East Asian TV-serial, film and fansub archives |
.rmvb onto the page or click "Add Files". You can queue several and they all convert with the same settings.The Audio Codec dropdown looks like four flavours of the same thing. It is not: only one of them writes a file whose header actually says AIFF. Checking the first sixteen bytes of each output from the same RealMedia source made the split obvious.
FORM … AIFF. This is the original, unambiguous format that every AIFF-aware application understands. Use it unless you have a concrete reason not to.FORM … AIFC. This is the byte-swapped variant macOS calls sowt; there is no compression involved, only a different byte order. Modern Apple software is happy with it, older cross-platform tools sometimes are not.FORM … AIFC, and genuinely companded: 8 bits per sample instead of 16. On a six-second test clip the mu-law file came out at 48,232 bytes against 96,374 bytes for the 16-bit PCM version — half the size, at telephony-grade quality. Reasonable for speech archives, wasteful of quality for music.No. The audio inside an RMVB is lossy, almost always RealNetworks' Cook codec — an MDCT transform codec introduced in 1998 and named after its author, Ken Cooke. AIFF is uncompressed, but "uncompressed" only guarantees that nothing further will be discarded; it cannot rebuild what the original encode already removed. The AIFF will sound like the RealAudio source did, in a format your editor opens natively and at a considerably larger size. The honest reason to run this conversion is rescue and edit-readiness, not fidelity.
Because AIFF stores raw samples while RMVB packed both a picture track and a heavily compressed audio track into a container designed for small downloads. Uncompressed audio costs sample rate × bit depth × channels: at 44.1 kHz, 16-bit, stereo that is 1,411,200 bits per second, which measured out to roughly 10.6 MB per minute in testing. A soundtrack that occupied a few megabytes inside the RMVB can therefore expand to tens or hundreds of megabytes as AIFF. That is the storage price of PCM, not evidence of added quality.
Sixteen bits per sample, which is CD depth and the most widely compatible AIFF encoding. This page's Audio Codec dropdown exposes 16-bit PCM in both byte orders plus the two 8-bit G.711 options; deeper formats are not offered here. That is not a real limitation for this source — a low-rate lossy RealAudio stream carries nowhere near 16 bits of usable dynamic range, so writing 24-bit samples would enlarge the file without capturing anything extra.
It keeps the source rate as long as Audio Sample Rate is left on ORIGINAL. Converting a test RealMedia clip whose audio was 8 kHz mono produced an 8 kHz mono AIFF — no upsampling happened. Set the dropdown explicitly if a DAW session requires a fixed rate, but be aware that raising the rate only interpolates: it enlarges the file and adds no detail that was not in the RealAudio stream.
AIFF holds uncompressed PCM only; AIFF-C is the extended variant that can also carry compressed payloads, and it announces itself with AIFC instead of AIFF in the header. On this page the default PCM 16-bit Big Endian gives you a plain AIFF, while the little-endian, A-law and mu-law choices all produce AIFF-C. Confusingly, little-endian AIFF-C is not compressed at all — it is just byte-swapped PCM. If an old application rejects your file, switching back to Big Endian is the first thing to try.
They store the same thing; the difference is byte order and ecosystem. AIFF is big-endian and native to Apple's tools, WAV is little-endian and the default on Windows. If the project lives in Logic Pro, GarageBand or Pro Tools, AIFF is the natural fit. If it lives in Windows-centric software or a game engine, take the same audio through RMVB to WAV instead. Neither one adds or removes quality relative to the other.
If the file genuinely has no audio stream there is nothing to write and you should not expect a usable AIFF. RealMedia's decoders cover the RealVideo 1.0–6.0 line and the RealAudio family including Cook, RealAudio 1.0 and 2.0, SIPR and RealAudio Lossless, so most surviving files decode; the ones that fail are usually truncated downloads or files carrying RealNetworks rights management rather than exotic codecs. Playing the source in VLC first is the quickest way to tell which situation you are in.
Your RMVB is uploaded over an encrypted connection, decoded on our servers, and the AIFF is returned to you. Both the upload and the converted file are deleted automatically after a few hours. There is no sign-up, no watermark, and files are never shared or made public.