2012-03-10, 08:00 PM
Here is a small command line utility that create an external Timing.Info file for use with old ts files or ts files that have been cut or edited. It is based on timing information in the file itself (PCR) and it does adjust for some PCR timeline errors.
NMT users will need this update http://forums.nextpvr.com/showthread.php...post433160 (that might need all the TSReader2 files)
Normally you don't need to use any options, but if you want here they are:
If you don't like command prompt, you can use Windows Explorer and drop the file onto the writeTime icon
The support thread is here http://forums.nextpvr.com/showthread.php...ort-thread,
Martin
NMT users will need this update http://forums.nextpvr.com/showthread.php...post433160 (that might need all the TSReader2 files)
Normally you don't need to use any options, but if you want here they are:
Code:
Usage: writeTime.exe [-f] [-s #] [-o] [-d filename] filename.ts
-a analyze ts file
-f fast skipping, default read every packet
-s # number of packets to skip default if skipping is enable is 20
-o overwrite timing.info default is to exist if an external file is found.
-d debug filename default is NUL use CON if you want to redirect to a file, otherwise it is a filename.
-c copy ADS Timing.Info if found
If you don't like command prompt, you can use Windows Explorer and drop the file onto the writeTime icon
The support thread is here http://forums.nextpvr.com/showthread.php...ort-thread,
Martin