Convert M2TS to WAV Online Free
Extract the selected soundtrack from an M2TS transport stream as an uncompressed WAV file in your browser.
- Add a file Choose or drop it here
- Pick the format Change it whenever needed
- Download the result After conversion completes
Convert M2TS to WAV When You Need the Actual Soundtrack
An M2TS file is not an audio file with a misleading extension. It is a Blu-ray Disc Audio/Video (BDAV) version of an MPEG transport stream, so it can carry video, one or more audio tracks, subtitles, and timing information together. Converting M2TS to WAV means selecting an audio elementary stream, decoding it, and writing sampled audio into a WAVE container. The video is deliberately left out. That makes WAV useful for dialogue editing, transcription, restoration, waveform inspection, and a program that accepts ordinary PCM audio but cannot open a disc transport stream.
The important expectation is that this is an extraction and decode, not a lossless container swap. If the chosen M2TS audio is Dolby Digital, DTS, AAC, or another compressed codec, it must be decoded before it can become PCM samples in a WAV file. A lossless source such as LPCM can be represented without codec loss, but its bytes still need to be separated from the multiplexed stream and placed behind a new WAVE header.
Why Blu-ray M2TS Has 192-Byte Packets Instead of Ordinary TS Packets
A normal MPEG-2 transport stream is made from 188-byte packets. M2TS adds a four-byte TP_extra_header before every one of those packets, producing 192-byte records. The National Archives' PRONOM registry identifies that four-byte prefix as the difference between M2TS and the related MPEG-2 transport-stream format. Software that assumes a sync byte starts at every 188th byte can therefore fail on an M2TS file: it must first account for the extra header, then locate the familiar transport-packet sync value, 0x47.
Those prefixes help Blu-ray-style playback and timing workflows, but they are not audio samples and do not belong in a WAV file. A reliable converter recognizes the packet cadence, removes the M2TS-specific wrapper as it demultiplexes, and follows the transport-stream tables and packet identifiers rather than treating the file as one long audio blob. This is also why renaming .m2ts to .wav cannot work: no media has been decoded and the file still lacks RIFF/WAVE structure.
Choosing One Audio PID From a Multiplexed M2TS File
Transport streams label component streams with 13-bit packet identifiers, usually called PIDs. The program association table points to a program map table, and the program map table describes which PIDs belong to that program and what each carries. A title can consequently have a video PID, several language tracks, a commentary track, and private data in the same M2TS file. The first audio stream is not necessarily the language or mix you want.
Before converting, inspect the listed tracks if the converter provides them. Match language labels where present, codec, channel layout, and duration. A 5.1 main mix and a two-channel commentary can both be valid audio selections; WAV preserves the selected decoded channels but cannot combine alternative tracks into one meaningful soundtrack automatically. When no labels are available, short previews of candidate tracks are safer than discovering after a long conversion that the resulting WAV contains commentary or silence.
How PTS Timing Affects Audio Extracted From M2TS
Audio access units in a transport stream are carried in packetized elementary streams and are timed with presentation time stamps (PTS). PTS tells a player when decoded media should be presented relative to the program clock. A converter uses those timestamps and the decoded sample count to keep the exported audio in order. It should not write transport-packet payloads one after another without understanding boundaries, timestamp discontinuities, or the codec inside them.
For an audio-only WAV, the output begins at the chosen audio stream rather than retaining the M2TS video timeline. That is normally right for listening or editing. However, if you later replace sound in a video project, note any intentional lead-in, gap, edit point, or discontinuity from the source. Keeping the original M2TS is sensible when exact picture sync, alternate tracks, chapters, or subtitle relationships matter; WAV contains audio samples, not the transport timing needed to reconstruct the disc title.
What the RIFF and WAVE Chunks Say About Your New File
WAV is commonly a RIFF form. Microsoft describes RIFF as a sequence of chunks identified by four-character codes; a WAVE file begins with a RIFF chunk whose form type is WAVE. In a conventional PCM export, a fmt chunk records items such as format tag, channel count, sample rate, byte rate, block alignment, and bits per sample, while a data chunk holds the decoded sample frames. This explicit layout is why many editors can show a waveform as soon as the file is opened.
WAV is a container, not a promise that every WAV uses exactly the same encoding. The common practical result of M2TS-to-WAV conversion is uncompressed PCM, but a tool may expose sample rate, bit depth, or channel controls. Avoid assuming that changing a setting improves a soundtrack. Decoding a 48 kHz source to 48 kHz avoids resampling; reducing a six-channel source to stereo creates a downmix. Both can be useful choices, but neither restores information absent from the selected source track.
M2TS and WAV Compared for an Audio-Only Job
| Question | M2TS source | WAV result |
|---|---|---|
| Primary role | Multiplexed Blu-ray or camera media delivery | Standalone sampled audio |
| Packet structure | 192-byte M2TS records containing 188-byte TS packets | RIFF chunks such as fmt and data |
| Track choice | May contain many PIDs and languages | Contains the one decoded track selected for export |
| Compression | Depends on the embedded audio codec | Usually uncompressed PCM after conversion |
| Video and subtitles | Can travel beside audio | Not stored in the audio export |
| Typical next use | Disc playback or video editing | Audio editing, analysis, or import into a DAW |
Upload or select the M2TS file, choose the intended soundtrack when a track list appears, and start the conversion. For a long Blu-ray title, make sure the device has enough local free space: PCM WAV grows quickly because it does not use perceptual compression. As a rough calculation, stereo 48 kHz, 16-bit PCM needs 192,000 bytes per second before container overhead, while six channels at 48 kHz and 24-bit need 864,000 bytes per second. The exact output also depends on the chosen channel layout and bit depth.
After download, play the opening, a middle section, and a point near the end. Check that the language is correct, channels have not been unintentionally collapsed, and duration is plausible. Importing the WAV into an editor can reveal silence, a wrong commentary PID, or a source discontinuity quickly. Keep the original M2TS until that check is complete; it is the only copy that still contains the video, other streams, and original transport metadata.
If you are working from a Blu-ray folder rather than a single camera clip, take care to select the actual title segment required by the job. Disc titles can be split into several M2TS files and playlists can join them; extracting only one segment can make a perfectly valid WAV that is unexpectedly short. Likewise, a stream with an audio codec not supported by the conversion engine cannot be made usable simply by selecting another filename. The converter has to decode that source codec before it can write PCM samples. For archival work, record which soundtrack and output settings were used, because the resulting WAVE file does not retain the full program map that identified the original PID.
M2TS to WAV Questions About Tracks, Quality, and File Size
Will the WAV include the video?
No. WAV holds audio; the M2TS video PID and subtitle streams are excluded.
Is WAV conversion lossless?
The WAV can preserve decoded PCM without a second lossy audio encode. It cannot undo loss already present in a Dolby, DTS, or AAC source track.
Why is the exported file much bigger?
Compressed source audio is expanded into PCM samples, and the original M2TS shared its space with packetized streams rather than storing a simple audio file.
Can I retain 5.1 audio?
That depends on the selected source track and output capability. Do not choose stereo downmix if you need the discrete multichannel result.
Why does an M2TS file fail in an audio converter?
It may use a codec the converter cannot decode, have damaged packet alignment, or contain no usable audio PID. The original should be checked with a media inspector before assuming the extension alone guarantees audio.
Can I make a smaller WAV by changing only the extension?
No. WAV is commonly PCM and is often larger than compressed audio. A smaller result requires choosing an appropriate compressed destination, not relabeling the M2TS or WAV bytes.