Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mrk21/ts-processor
- Owner: mrk21
- License: mit
- Created: 2014-04-08T09:19:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-09T09:58:32.000Z (over 10 years ago)
- Last Synced: 2024-10-13T13:36:20.359Z (2 months ago)
- Topics: cpp, cpp14, mpeg-ts
- Language: C++
- Homepage:
- Size: 559 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```