demux-mpegts icon indicating copy to clipboard operation
demux-mpegts copied to clipboard

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

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]