Log in

View Full Version : Dump PTS DTS and PCR


ipanema
24th August 2010, 18:40
Is there a simple utility which will dump all of the video PTS, DTS and PCR values as text from a m2ts file? To run on Windows if possible.

The file is quite big - several GB in size if that matters.

Thanks.

Guest
24th August 2010, 20:51
DGIndexNV is one option.

Kuukunen
25th August 2010, 00:14
Or if you want a free one, this seems to be doing it pretty well: http://www.soft82.com/download/windows/mpeg2-ts-packet-analyser/

drmpeg
26th August 2010, 00:52
You can try my command prompt demuxer.

http://www.w6rz.net/xport.zip

The command line for what you need would be:

xport -hpsavr <filename> 1 1 1

You can pipe the output to a file.

xport -hpsavr <filename> 1 1 1 > <dumpfilename>

Ron