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
- Host: GitHub
- URL: https://github.com/janbar/demux-mpegts
- Owner: janbar
- Created: 2013-11-14T20:07:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T16:59:48.000Z (over 1 year ago)
- Last Synced: 2025-03-31T10:05:56.766Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 94.7 KB
- Stars: 75
- Watchers: 10
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README
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]