Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrk21/ts-processor

MPEG-2 Transport Stream processing tools.
https://github.com/mrk21/ts-processor

cpp cpp14 mpeg-ts

Last synced: about 1 month ago
JSON representation

MPEG-2 Transport Stream processing tools.

Awesome Lists containing this project

README

        

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

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

The tssplitter will create files shown below:

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