diff options
author | etobi <git@e-tobi.net> | 2011-10-02 23:10:29 +0200 |
---|---|---|
committer | etobi <git@e-tobi.net> | 2011-10-02 23:10:29 +0200 |
commit | 0e7880576c0dcf84eaa53cd9c73bc2b5bf1e8d01 (patch) | |
tree | 1f4e839ce18099b540143bfacfe1cedc537b48d6 /README | |
download | vdr-checkts-master.tar.gz vdr-checkts-master.tar.bz2 |
Diffstat (limited to 'README')
-rw-r--r-- | README | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -0,0 +1,37 @@ +vdr-checkts +=========== + +Copyright 2011 Tobias Grimm <vdr@e-tobi.net> + +vdr-checkts is released under the terms of the BSD License - see COPYRIGHT + + +What's this about? +------------------ + +vdr-checkts parses VDR recordings (only TS-recordings / vdr 1.7.x) and +records any discontinuities in the transport stream by checking the +continuity counter. + +Ideally there will be no discontinuities and vdr-checkts returns with +exit code 0. If continuity errors were found it returns with exit code 1 +and prints the number of errors. + + +How to use? +----------- + +Usage: vdr-checkts [OPTIONS] RECORDING_DIR + + -m errors, --max-errors=ERROR Stop scanning if error count reaches ERROR + -h, --help print this help and exit + + +What else? +---------- + +I've also include a patch for VDR 1.7.21 which will make VDR check for +continuity errors while recording. + +The number of continuity errors is written to the info file in the field +tagged with 'R'. |