The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Linux-DVB-DVBT-Advert
=====================

Linux::DVB::DVBT::Advert is a package that provides the interface into advert (commercials) detection and removal utilities. 
As well as an underlying transport stream parsing framework, this module also incorporates 
MPEG2 video decoding and AAC audio decoding (see L<Linux::DVB::DVBT::TS> module for full details).

Example scripts have been provided in the package which illustrate the expected use of the package (and
are useable programs in themeselves). For futher details please see 'perldoc Linux::DVB::DVBT::Advert'.


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


DEPENDENCIES

This module requires these other modules and libraries:

use File::Basename ;
use File::Path ;
use File::Spec ;
use POSIX qw(strftime);


DEBUG

If you have any problems, particularly with scanning, please re-run with debug set to 15 and send me the
log file (see my CPAN email). I'll try to fix the problem as soon as possible.


COPYRIGHT AND LICENCE

Copyright (C) 2008 by Steve Price

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.