Video::Dumper::QuickTime

Video::Dumper::QuickTime is a Perl module that allows you to dump QuickTime movie file structure.
Download

Video::Dumper::QuickTime Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Peter Jaquiery
  • Publisher web site:
  • http://search.cpan.org/~grandpa/Video-Dumper-QuickTime-1.0001/lib/Video/Dumper/QuickTime.pm

Video::Dumper::QuickTime Tags


Video::Dumper::QuickTime Description

Video::Dumper::QuickTime is a Perl module that allows you to dump QuickTime movie file structure. Video::Dumper::QuickTime is a Perl module that allows you to dump QuickTime movie file structure.SYNOPSIS use Video::Dumper::QuickTime; my $file = QuickTime->new( -filename => $filename, -progress => &showProgress ); eval {$file->Dump ()}; print "Error during processing: $@n" if $@; my $dumpStr = $file->Result ();Video::Dumper::QuickTime parses a QuickTime movie file and generates a multi-line string describing the structure of the file.The module is intended primarily as a diagnostic tool, although it would be possible to subclass Video::Dumper::QuickTime to extract various sections of a QuickTime file. Requirements: · Perl


Video::Dumper::QuickTime Related Software