Why TS captures are awkward, and what this does
A TS file is an MPEG transport stream: the raw format of broadcast television, DVR and CCTV exports, IPTV recordings, and AVCHD camcorders. Transport streams are built for transmission, not playback from disk, which is why a TS seeks badly, shows the wrong duration, and gets refused by phones and editing software.
The useful fact is that most modern TS captures already carry H.264 video. This tool probes the file first, and in that common case it copies the streams straight into an MP4 container: lossless, and done in seconds. Genuinely old MPEG-2 broadcast captures fall back to a local re-encode. Either way it all runs in your browser, with nothing uploaded.
- The streams inside the TS are probed first
- H.264 captures rewrap losslessly into MP4 in seconds
- Older MPEG-2 streams fall back to a local re-encode