Initializing... drag & drop files here
Supports: MTS
MTS (and its M2TS sibling) is the AVCHD container Sony, Panasonic, and Canon camcorders write to SD cards and internal storage. The video inside is H.264; the audio is almost always Dolby AC-3 at 48 kHz, two- or 5.1-channel. WAV is uncompressed PCM audio — every sample stored verbatim. Common reasons to extract MTS audio as WAV:
| Property | MTS (AVCHD) | WAV |
|---|---|---|
| Type | Video container (H.264 + AC-3) | Audio container (PCM) |
| Source | Sony / Panasonic / Canon camcorders | Microsoft / IBM standard since 1991 |
| Audio compression | Lossy (Dolby AC-3) | Uncompressed PCM |
| Typical audio bitrate | 256-448 kbps AC-3 | 1411 kbps (16-bit / 44.1k stereo) |
| Channels | Usually stereo, sometimes 5.1 | Mono, stereo, or multichannel |
| Editor support | Limited — many DAWs don't decode AC-3 | Native in every audio editor |
| Best for | In-camera capture, AVCHD playback | Editing, mastering, transcription, archival |
| PCM variant | Sample size | Best for |
|---|---|---|
| PCM 16-bit LE | 16-bit | CD-standard, podcast, general delivery |
| PCM 24-bit LE | 24-bit | DAW work, mixing headroom, video post |
| PCM 32-bit LE | 32-bit | Mastering, intermediate processing |
| PCM 16-bit BE | 16-bit | Legacy / cross-platform interchange |
| PCM A-law / mu-law | 8-bit log | Telephony, voicemail, legacy systems |
Yes. The H.264 video track is discarded and only the audio is saved as WAV. The output is audio-only — there is no video in a WAV file. If you also need the video in a different container, see MTS to MP4 for video conversion.
AVCHD camcorders almost always record Dolby AC-3 (Dolby Digital) at 48 kHz, in stereo or 5.1-channel. Some higher-end models can record uncompressed PCM as well. The conversion decodes whichever is present and writes PCM into the WAV.
If you select stereo output, the 5.1 channels are downmixed to a standard two-channel stereo WAV (front L/R with center and surround folded in at standard levels). For a true multichannel WAV that keeps all six channels separate, choose a multichannel-capable downstream tool — most editors handle the standard 2.0 stereo result fine for typical podcast/music workflows.
Match the source. AVCHD audio is recorded at 48 kHz, so picking 48 kHz avoids resampling. 44.1 kHz works if you're targeting an audio CD or matching a 44.1 kHz music project. Lower rates (16 or 22 kHz mono) are fine for speech-only delivery if file size matters.
The MTS file is mostly video (H.264 video data dominates the file size). The audio inside is a small fraction — a few hundred kbps of AC-3. When you discard the video and decode AC-3 to uncompressed PCM, the audio data expands by roughly 3-5×, but the result is dramatically smaller than the original MTS overall because the video bulk is gone. A 4 GB MTS clip typically yields a 100-300 MB WAV.
No — quality is capped by the source. AC-3 is a lossy codec, so it has already discarded inaudible data during recording. Decoding to WAV unwraps it into uncompressed PCM but cannot recover what AC-3 threw away. The benefit is preventing further quality loss during editing and getting a format your DAW handles natively.
Yes. Use the trim section to enter a start time and duration. Both accept seconds (12.5) or HH:MM:SS.sss format (00:01:30.500). Useful for pulling a single interview answer out of a long camcorder clip, or extracting one song from a recital recording without exporting the full hour.
Convert to WAV when you'll edit, master, transcribe, or archive — WAV is uncompressed and every editor handles it natively. Convert to MTS to MP3 when you want a compact deliverable for sharing, listening on the go, or web upload — MP3 is roughly 10× smaller than WAV at typical bitrates.