TS
TS video containerUsed for moving images, timed audio, and playback metadata.
- Family
- Video
- MIME
- video/mp2t
Free TS to WAV conversion online, with the real audio-stream extraction behavior, what gets lost, and a concrete way to check the output.
Converter.now selects the audio stream in TS, leaves the picture stream out, and encodes that sound as WAV. The result is audio, not a silent copy of the video. Transport-stream input is synchronized on packets, then program maps, discontinuities, timestamps, language tracks, captions, and elementary codecs are inventoried. WAV delivery writes a RIFF waveform whose PCM precision, rate, channels, channel mask, peaks, and large file size matter more than codec branding.
Decoded from an MPEG transport stream using fixed packets for resilient broadcast and streaming delivery. Encoded to a waveform container written here as uncompressed 16-bit PCM audio.
Used for moving images, timed audio, and playback metadata.
Designed for uncompressed production audio.
A TS can carry several programs, audio languages, captions, and discontinuities that a primary-stream conversion leaves behind.
PCM WAV can be much larger than delivery audio, and converting high-bit-depth material to 16-bit changes sample precision.
The verified WAV profile writes 16-bit little-endian PCM rather than a perceptual delivery codec.
Select the intended program and verify codecs, frame rate, interlacing, audio language, captions, timestamps, duration, and sync.
Compare duration, sample rate, 16-bit depth, channels, peaks, and audible clipping.
Take this route when only dialogue, music, or a soundtrack needs to reach a WAV-accepting system; hold onto TS whenever its pictures, captions, or visual timing still matter.