|
NAMEFLV::Info - Extract metadata from Adobe Flash Video filesSYNOPSISuse FLV::Info; my $reader = FLV::Info->new(); $reader->parse('video.flv'); my %info = $reader->get_info(); print "$info{video_count} video frames\n"; print $reader->report(); DESCRIPTIONThis module reads Adobe Flash Video (FLV) files and reports metadata about those files.LEGALThis work is based primarily on the file specification provided by Adobe. Use of that specification is governed by terms indicated at the licensing URL specified below.<http://www.adobe.com/devnet/flv/> LICENSECopyright 2006 Clotho Advanced Media, Inc., <cpan@clotho.com>Copyright 2007-2009 Chris Dolan, <cdolan@cpan.org> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. METHODS
SEE ALSO
COMPATIBILITYThis module should work with FLV v1.0 and FLV v1.1 files. Any other versions (none known as of this writing) will certainly fail.Interaction with FLVs using the screen video codec or using alpha channels is not yet tested. If someone has short videos employing those features that can be released with the FLV::Info test suite, please contact me. The AVC support comes from an external patch and reading documentation. I have not personally tested this code on any AVC FLV files. AUTHORChris DolanThis module was originally developed by me at Clotho Advanced Media Inc. as part of our MediaLandscape project. Now I maintain it in my spare time. I do not anticipate adding new features without external input. ACKNOWLEDGMENTSThe FLV::Splice feature was created with financial support from John Drago (CPAN:JOHND). Thanks!QUALITYI care about code quality. The FLV-Info distribution complies with the following quality metrics:
Visit the GSP FreeBSD Man Page Interface. |