NAME
ttytime - calculate length of ttyrec files
SYNOPSIS
ttytime [-c <delay_clamp>] <ttyrec_files>
DESCRIPTION
Outputs the length in seconds of each ttyrec
file given as input. For instance:
$ ttytime *.ttyrec
1234 foo.ttyrec
23425 bar.ttyrec
OPTIONS
--clamp
(-c
)-
Set the maximum delay between any two frames in the ttyrec. If unset, there is no maximum.
AUTHOR
Jesse Luehrs <doy at tozt dot net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Jesse Luehrs.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.