The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

dvbt-ts-pics - Extract images from transport stream file

SYNOPSIS

dvbt-ts-pics [options] filename

Options:

       -debug level         set debug level
       -verbose level       set verbosity level
       -help                brief help message
       -man                 full documentation
       -out <path>          Specify images result directory
       -c                   Save colour images (rather than greyscale)
       -n <num>             Save <num> images (rather than just 1)
       -start <frame>       Specify the first frame number to save
       

OPTIONS

-help

Print a brief help message and exits.

-man

Prints the manual page and exits.

-verbose

Set verbosity level. Higher values show more information.

-debug

Set debug level. Higher levels show more debugging information (only really of any interest to developers!)

DESCRIPTION

Script that uses the perl Linux::DVB::DVBT::TS package to provide transport stream video file functions.

Parses the transport stream file, saving one (or more) video images in PPM file format.

FURTHER DETAILS

For full details of the DVBT functions, please see Linux::DVB::DVBT::TS:

   perldoc Linux::DVB::DVBT::TS