RonPeters / mp2ts_parser

MPEG2 Transport Stream Parser to XML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mp2ts_parser

(C) 2019, Mike Cancilla

MPEG2 Transport Stream to XML

Windows command line app that will parse an MPEG Transport Stream and generate an XML document which represents the stream.

Example command line. This will write xml to output.xml, and it will print the progress.

C:\> mp2ts_parser -p file.mpts > output.xml

The XML files generated by this program can be used as input to my mp2ts_analyzer program.

MPEG files in a transport stream can be found here: https://dveo.com/downloads/VGA2/sample-digital-signage-streams.html

About

MPEG2 Transport Stream Parser to XML


Languages

Language:C++ 100.0%