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

https://github.com/janbar/demux-mpegts

MPEG TS demuxer written in C++. Adds basic parsers for common streams: mpeg2video, mpeg2audio, AAC, AC3, h264, hevc
https://github.com/janbar/demux-mpegts

Last synced: over 1 year ago
JSON representation

MPEG TS demuxer written in C++. Adds basic parsers for common streams: mpeg2video, mpeg2audio, AAC, AC3, h264, hevc

Awesome Lists containing this project

README

          

demux-mpegts
============

Configure:

run `cmake .`

Building:

run `make`

Testing:

run `demux`

Usage: ./demux [options] | -

Enter '-' instead a file name will process stream from standard input

--debug enable debug output
--parseonly only parse streams
--channel process channel . Default 0 for all channels
-h, --help print this help

Output file names are formated like:

stream_[channel]_[PID]_[type extension]