Initializing... drag & drop files here
Supports: MTS
This tool pulls the audio track out of an MTS (AVCHD) camcorder clip and writes it as an AIF (AIFF) file — the H.264 video is discarded and you keep only the soundtrack. MTS is the AVCHD recording format Sony and Panasonic introduced in 2006; AIF is Apple's uncompressed Audio Interchange File Format, the Mac counterpart to Windows' WAV. The conversion exists for one narrow situation: getting camcorder sound into an older Mac, a classic Logic Pro or GarageBand-era session, or a hardware sampler that imports AIFF-family files but won't open a raw video container.
| Property | Value |
|---|---|
| Full name | AVCHD — Advanced Video Coding High Definition |
| Developer | Sony and Panasonic, 2006 |
| Container | BDAV MPEG-2 Transport Stream (.mts on the card, .m2ts once copied) |
| Video codec | H.264 / AVC (discarded by this tool) |
| Audio codec | Dolby AC-3 on most consumer models; Linear PCM on some pro models |
| Audio channels | Up to 5.1 (AC-3) |
| On-card path | PRIVATE/AVCHD/BDMV/STREAM/ |
| Best for | HD camcorder capture |
| Property | Value |
|---|---|
| Full name | Audio Interchange File Format |
| Developer | Apple, 1988 (based on the EA IFF 85 standard) |
| Container | IFF chunks (.aif / .aiff — same format) |
| Payload | Uncompressed linear PCM; this tool outputs PCM 16-bit Big Endian by default |
| Bit depth | Commonly 16-bit and 24-bit |
| Typical size | ~10 MB per minute for 16-bit/44.1 kHz stereo |
| Native playback | macOS, iOS, QuickTime, Apple Music |
| Best for | Apple-ecosystem editing, sampling, and lossless archiving |
.MTS (or .M2TS) clip onto the page, or click "+ Add Files" to browse. Browse into the card's STREAM/ folder and pick the individual clip, not the top-level AVCHD folder. Queue several to extract them in one batch..aif file individually or as a ZIP. No sign-up, no watermark.The AVCHD specification allows two audio types, and they behave very differently when written into a PCM AIF:
Either way the AIF is uncompressed, so expect it to be much larger than the clip's audio bitrate suggests — roughly 10 MB per minute for 16-bit/44.1 kHz stereo. If you need cross-platform reach instead of an Apple-specific file, convert MTS to WAV is the more universal editing target, and MTS to MP3 is the right pick when you only need the soundtrack to play on a phone or car stereo.
Just the audio. This is an extraction: the H.264 video inside your MTS clip is discarded and only the soundtrack is written out as an AIF file. If you want to keep the picture too, convert MTS to MP4 instead, which re-encodes both the video and audio into a single playable file.
Usually no, and the honest reason is the source. Most consumer AVCHD camcorders record Dolby AC-3, which is already lossy — so decoding it to PCM inside an AIF gives a faithful copy but cannot exceed the source. Some professional models record uncompressed Linear PCM, and that case is different: PCM straight into a PCM AIF is a genuinely lossless handoff with no transcode at all. Either way you get a clean working copy for editing; only the LPCM source starts from true lossless audio.
Because this converter writes uncompressed PCM into the AIF by default. AVCHD audio is compressed (AC-3 packs a stereo track into a few hundred kbps), whereas 16-bit/44.1 kHz stereo PCM runs about 10 MB per minute regardless of the source bitrate. The size jump is the cost of an uncompressed, editor-friendly format, not a setting you can tune away. If you would rather keep things small, extract to a lossy format like MTS to MP3 instead.
AC-3, like every lossy audio codec, includes a small amount of encoder padding — typically on the order of 10–20 ms — and different editors interpret the clip's muxing delay differently, so a decoded PCM track can land a hair longer than the original. In our testing this is inaudible on a standalone clip but can show up as a tiny sync offset in a tight multi-clip edit; nudge the audio track into alignment in your DAW if you notice it. An LPCM source avoids the codec-padding part of this entirely.
Not as surround. AVCHD AC-3 audio can carry up to 5.1 channels, but this tool's Audio Channel control offers Original, Stereo, and Mono, so a surround source is most reliably handled as a stereo fold-down here. If preserving every channel matters, extract to AAC instead, where multichannel is the supported path. For an ordinary recording you will listen to in stereo, the PCM AIF is exactly what a sampler or DAW wants.
.aif and .aiff are the same Audio Interchange File Format — the three-letter spelling is a holdover from the old DOS/Windows 8.3 filename limit, while macOS tends to write .aiff. Both hold the same uncompressed PCM inside IFF chunks and convert identically here. The related .aifc is AIFF-C, the 1991 variant that can additionally carry compressed payloads; if you specifically need that container, convert MTS to AIFC is the matching tool. For plain uncompressed audio, AIF and AIFF are interchangeable.
Your MTS file is 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. The main practical limit is upload size and time rather than the extraction itself: an MTS clip carries full HD video alongside the audio, so a long recording can take a while to upload even though pulling out the soundtrack is quick.