Initializing... drag & drop files here
Supports: MOV
.mov is accepted; batch is supported.HH:MM:SS.sss. Extract a single phrase, song segment, or sound bite without re-encoding the whole video.MOV is Apple's QuickTime container, used by every iPhone since 2007 and by Final Cut Pro, ProRes workflows, and macOS screen recordings. Inside, the audio is usually AAC (lossy, ~128–256 kbps from iPhone capture) or PCM (uncompressed, in ProRes masters). AIFF is the matching uncompressed sibling on the audio side: Apple defined it in 1988 on top of Electronic Arts' IFF container, and the audio data is stored as big-endian linear PCM — the same samples your DAW reads natively on macOS without any decode step.
| Property | MOV (QuickTime) | AIFF |
|---|---|---|
| Contents | Video + audio + timecode + metadata | Audio only |
| Owner / year | Apple, 1991 | Apple, 1988 |
| Container ancestry | QuickTime → MPEG-4 Part 14 (MP4) | Electronic Arts IFF (1985) |
| Typical audio codec | AAC (iPhone), PCM (ProRes), ALAC | Uncompressed linear PCM (big-endian) |
| Compression | Lossy (AAC) or lossless depending on codec | None — raw PCM samples |
| Byte order | Little-endian (MP4-derived) | Big-endian (Motorola 68000 heritage) |
| Metadata | Atoms (chapters, locations, timecode) | Limited text chunks (NAME, AUTH, ANNO) |
| 1 min @ 44.1 kHz 16-bit stereo | Varies by codec; AAC ~1–2 MB | ~10.1 MB (fixed) |
| Native macOS support | QuickTime, Finder Preview, every Apple app | QuickTime, Logic, GarageBand, Music app |
| Native Windows support | QuickTime EOL'd 2016; needs VLC or codec pack | VLC, foobar2000, Audacity, Reaper |
| Setting | Use when | File size impact (per minute, 16-bit) |
|---|---|---|
| 48000 Hz Stereo | Source is video-aligned; you'll cut audio back into a video timeline | ~11.0 MB |
| 44100 Hz Stereo | Music delivery, CD masters, podcast publishing | ~10.1 MB |
| 44100 Hz Mono | Voice/interview audio, single-mic recordings | ~5.0 MB |
| 24000 Hz Mono | Voicemail-grade speech, lecture notes | ~2.7 MB |
| 16000 Hz Mono | Telephony, speech-to-text input, ASR pipelines | ~1.8 MB |
| 8000 Hz Mono | Legacy phone-system compatibility only | ~0.9 MB |
No. AIFF is an uncompressed container, not a quality upscaler. If the source MOV holds AAC at 256 kbps (typical iPhone recording), the AIFF will hold the AAC-decoded samples as PCM — same audible quality, much larger file. AIFF only delivers true lossless quality when the MOV's audio track was already PCM (most ProRes masters, some screen recordings). Where AIFF wins regardless of source is workflow: no re-decode in your DAW, no further generation loss, and stable metadata.
Because the MOV stored audio compressed (usually AAC at 128–256 kbps for iPhone capture, ~1–2 MB per minute) and AIFF stores it uncompressed at ~10 MB per minute for 44.1 kHz 16-bit stereo. The video portion you discarded is gone, but the audio expands roughly 5–8x. To shrink the output, lower Audio Sample Rate, switch Audio Channel to Mono if source is mono, or extract only the part you need via Trim.
.aiff and .aif are the same format — Audio Interchange File Format, just a 4-character vs 3-character extension. Either plays identically in every DAW. AIFC (.aifc) is Apple's compressed AIFF variant from 1991 that supports codecs like µ-law, A-law, and IMA ADPCM inside the AIFF container; it's rarely used today. For the reverse direction see AIFF to AIF or AIFF to AIFC.
The output is fixed at PCM 16-bit big-endian (PCM_S16BE), which matches CD-standard AIFF and the default that Logic, Pro Tools, and GarageBand assume. If your source MOV was 24-bit PCM (rare; ProRes masters or pro field recorders), the converter resamples to 16-bit; the resulting file is half the size of 24-bit AIFF with no audible difference for most material. If you need 24-bit for further mastering work, convert to WAV instead, which supports more bit depths.
AIFF plays on Windows via VLC, foobar2000, Audacity, Reaper, and most DAWs — Windows Media Player and the Films & TV app do not handle AIFF natively. Android playback is patchy: VLC for Android and Poweramp open AIFF, the stock Files/Music apps usually don't. For cross-platform sharing, MOV to WAV is usually a safer choice because WAV is the Windows-native uncompressed format with broader OS support, while keeping identical audio quality to AIFF.
Yes — set Trim to "Trim" and enter Start Time and Duration. Only that segment is read from the MOV and written to the AIFF, which saves processing time and output size. For longer or more precise editing (multiple regions, fade-ins), grab the whole audio track first, then use Audio Cutter or Trim AIFF on the resulting file.
iOS screen recordings store stereo AAC at 44.1 kHz with bit rate around 128–192 kbps; system audio and microphone (if enabled) are pre-mixed into that single AAC track. Converting to AIFF gives you 44.1 kHz 16-bit stereo PCM (~10 MB/min) that any editor can re-mix or denoise without re-decoding AAC each pass.
No. Conversion runs in your browser session and the file is removed from temporary storage shortly after you download it. There's no account, no watermark, and no recompression of the audio track beyond the format change you requested. For batch jobs, you can queue several MOVs at once and download each AIFF individually.
Pick the destination that matches your delivery target. MOV to MP3 for podcast distribution and broadest device support. MOV to FLAC for lossless compression at roughly half the AIFF size — same quality, smaller files, but no native Apple Music/Logic integration without import.