NAME
Flv::Info::Lite - Another FLV information extract module
SYNOPSIS
use Flv::Info::Lite qw(flv_info);
use Data::Dump qw(ddx);
my %info = flv_info($my_flv_filename);
ddx(%info);
DESCRIPTION
Extract information in Adobe 'FLV' media file for you.
Simple and fast, written in Perl.
EXPORT
None by default.
SEE ALSO
AUTHOR
Chen Gang, <yikuyiku.com@gmail.com<gt>
COPYRIGHT AND LICENSE
Copyright (C) 2014 by Chen Gang
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.16.2 or, at your option, any later version of Perl 5 you may have available.