.ts — MPEG Transport Stream
MPEG · 1994
What is a .ts file?
MPEG Transport Stream (.ts) is a digital container format that carries audio, video, and data for DVB, ATSC, and other digital television systems. It is designed for transmission and storage, providing error resilience and multiplexing capabilities. TS files are commonly used for live television broadcasts and high-definition video recording.
Programs That Open .ts Files
| Platform | Program | ||
|---|---|---|---|
| Windows | VLC Media Player | Free | |
| MPC-HC | Free | ||
| FFmpeg | Free | Official | |
| macOS | VLC Media Player | Free | |
| IINA | Free | ||
| FFmpeg | Free | Official |
Common Problems with .ts Files
Frequently Asked Questions
A .ts file is an MPEG Transport Stream, a digital container format used for transmitting and storing audio, video, and data, commonly found in digital television broadcasting.
Yes, most modern media players like VLC Media Player, MPC-HC, or IINA on macOS can play .ts files. Ensure you have the latest version installed.
You can use free and open-source tools like FFmpeg or HandBrake to convert .ts files to MP4 format, which is more widely compatible for playback and editing.
Technical Details
The TS format uses fixed-size packets (188 bytes) that are synchronized by timestamps. Each packet starts with a sync byte (0x47) followed by a Packet Identifier (PID) to distinguish between different streams within the multiplex.