Initializing... drag & drop files here
Supports: WMV
WMV (Windows Media Video) is Microsoft's video container introduced in 1999, built on the Advanced Systems Format (ASF) and pairing Windows Media Video with a Windows Media Audio (WMA) soundtrack. AIFF (Audio Interchange File Format) is Apple's uncompressed audio format from January 1988 — it stores raw PCM samples in big-endian byte order, the macOS counterpart to Microsoft's WAV. Converting WMV to AIFF strips the video, decodes the WMA soundtrack, and re-encodes it as uncompressed PCM that any Apple audio tool will open natively.
| Property | WMV | AIFF |
|---|---|---|
| Type | Video + audio container (ASF) | Audio only |
| Released | 1999 (Microsoft) | January 1988 (Apple) |
| Audio codec inside | WMA v1 / WMA v2 / WMA Pro (lossy) | Uncompressed PCM, 16-bit big-endian by default |
| Compression | Lossy on both audio and video | None (raw PCM) |
| Typical 1-min audio size | Depends on full file; the WMA track alone is roughly 0.5-1.5 MB | ~10 MB at 44.1 kHz 16-bit stereo |
| Native on | Windows + Windows Media Player | macOS + Apple audio apps |
| Best for | Windows-era video playback and archive | Music production, mastering, audio editing on Mac |
| Sample Rate | Use case | Per-minute size (16-bit stereo AIFF) |
|---|---|---|
| 8000 Hz | Telephony, very low-bandwidth speech | ~1.8 MB |
| 16000 Hz | Speech recognition, transcription, voice notes | ~3.7 MB |
| 22050 Hz | Spoken-word podcasts, low-fi recordings | ~5.0 MB |
| 32000 Hz | FM-radio-quality speech and broadcast | ~7.3 MB |
| 44100 Hz | CD-quality music, default for most WMV audio tracks | ~10.1 MB |
| 48000 Hz | Film, video, broadcast sync (avoids resampling for video-source audio) | ~11.0 MB |
WMV's audio track is compressed with WMA (typically 64-192 kbps), while AIFF stores raw PCM (~1411 kbps at 44.1 kHz 16-bit stereo). Even though AIFF drops the video, the audio expands roughly 7-20x because PCM keeps every sample. A 50 MB WMV with mostly video can produce a 30 MB AIFF from just the audio. That's expected, not a bug — uncompressed audio is large by definition.
AIFF is uncompressed PCM. There is no "encoder" to tune — the default codec is PCM 16-bit big-endian (PCM_S16BE) and the output is whatever sample rate and channel count you pick, written as raw samples. The audio quality is a function of source quality and your sample-rate choice, nothing else. If you need a smaller compressed output instead, see WMV to MP3.
No. AIFF preserves the WMA-decoded audio bit-for-bit going forward, but it cannot reconstruct detail the WMA encoder already discarded. Treat AIFF as a clean, edit-friendly container for what's already in the WMV — useful because every subsequent edit is lossless, not because it adds fidelity. Resampling 44.1 kHz source up to 48 kHz also does not add information.
They're functionally equivalent: both are uncompressed PCM. AIFF stores samples big-endian (Apple historical convention), WAV stores them little-endian (Intel convention). Logic Pro, GarageBand, Final Cut, and the macOS Finder all favor AIFF; Audacity, Audition, Pro Tools, and most Windows DAWs handle both. Use AIFF if your downstream tool is Apple-native; otherwise WMV to WAV is the equivalent route.
Yes. Open the Trim section and enter a Start Time and Duration. Both accept seconds (90) or HH:MM:SS.sss (00:01:30.500). The output AIFF contains only the selected slice, which keeps file size proportionally smaller — useful for grabbing one answer from a long interview, one song from a recorded concert WMV, or a specific tutorial step from a screencast.
Match the source where possible to avoid resampling artifacts. Most WMV files from PC video capture, webinars, and consumer camcorders use 44.1 kHz or 48 kHz audio. If the WMV is destined to land in a video editor afterward, 48000 Hz is the safer pick (the video-industry default). For music or stand-alone listening, 44100 Hz is fine. Leave it on the source rate if you don't know.
AIFF supports metadata via NAME, AUTH, COPY, and ANNO chunks, and modern macOS apps additionally write iTunes-style ID3v2 tags inside the AIFF container. WMV files often carry no track-level audio metadata to begin with (titles are typically file-level), so most converted AIFFs will need tags added by hand in Music.app, Logic, or a tag editor afterward.
AIFF (.aiff or .aif) stores uncompressed PCM. AIFC, also called AIFF-C, is an extension that adds compression types like μ-law, A-law, and IMA ADPCM inside the same chunk structure. This page outputs standard uncompressed AIFF — open it on any Mac or with VLC/Audacity on Windows. If you have an AIFC source and want the lossless version, see AIFC to AIFF.
Yes. VLC, foobar2000, Audacity, Adobe Audition, and most modern Windows media players read AIFF. Windows Media Player support is patchy on older Windows versions, but third-party players are reliable. If your downstream consumers are Windows-only, WMV to WAV avoids any compatibility surprises since WAV is Windows-native.