FLV::ToSWF 0.12 review
DownloadFLV::ToSWF is a Perl module to convert an FLV file into a SWF file. SYNOPSIS use FLV::ToSwf; my $converter = FLV::ToSWF-
|
|
FLV::ToSWF is a Perl module to convert an FLV file into a SWF file.
SYNOPSIS
use FLV::ToSwf;
my $converter = FLV::ToSWF->new();
$converter->parse_flv($flv_filename);
$converter->save($swf_filename);
See also flv2swf.
Transcodes FLV files into SWF files. See the flv2swf command-line program for a nice interface and a detailed list of caveats and limitations.
Requirements:
Perl
FLV::ToSWF 0.12 keywords