Initializing... drag & drop files here
Supports: MPG, MPEG
TS (MPEG Transport Stream) is designed for broadcasting and streaming where data integrity is critical. Unlike MPG's program stream, TS includes built-in error correction that handles packet loss during transmission. Converting MPG to TS is useful for preparing video for HLS (HTTP Live Streaming) delivery, broadcasting workflows that require transport stream containers, IPTV and digital television distribution, and Blu-ray authoring where MPEG Transport Stream is the standard.
| Feature | MPG (Program Stream) | TS (Transport Stream) |
|---|---|---|
| Container | MPEG Program Stream | MPEG Transport Stream |
| Video codec | MPEG-1 or MPEG-2 | H.264 (default) |
| Audio codec | MP2 | AAC (default) |
| Error correction | None | Built-in packet recovery |
| Packet size | Variable | Fixed 188 bytes |
| Streaming | Not designed for streaming | Optimized for streaming |
| HLS compatible | No | Yes (native) |
| Best for | DVD, local playback | Broadcast, streaming, IPTV |
The default codec for TS output is H.264, which is roughly 2× more efficient than MPEG-2. A 1 GB MPG file with MPEG-2 video can become 500 MB as TS with H.264 at equivalent quality. If you need to keep MPEG-2, change the video codec under Video Codec.
TS (.ts) is the standard MPEG Transport Stream. M2TS (.m2ts) adds a 4-byte timestamp header to each packet and is used specifically for Blu-ray discs and AVCHD camcorders. Both contain the same video/audio data.
Yes. TS is the native segment format for HLS (HTTP Live Streaming). HLS splits video into small TS segments (typically 6-10 seconds each) referenced by an M3U8 playlist. Converting to TS is the first step in preparing content for HLS delivery.
TS files include packet headers and error correction overhead, adding roughly 1-5% to file size. However, if you're upgrading from MPEG-2 to H.264 (the default), the improved compression typically results in a smaller file overall.
Yes. Under Trim, select "Time Range" and enter a Start Time and Duration in seconds or HH:MM:SS.sss format. This extracts only the specified segment.