mrk21 / ts-processor

MPEG-2 Transport Stream processing tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ts-processor

MPEG-2 Transport Stream processing tools.

Tools

tssplitter

The tssplitter is a tool which splits the Transport Stream when the video PID and audio PID was changed.

usage

$ tssplitter /path/to/input.ts /path/to/output.ts

The tssplitter will create files shown below:

$ ls /path/to
output.ts output1.ts output2.ts ... outputN.ts

About

MPEG-2 Transport Stream processing tools.

License:MIT License


Languages

Language:C++ 99.4%Language:Ruby 0.6%