FLV::ToSWF 0.12 review

Download
by rbytes.net on

FLV::ToSWF is a Perl module to convert an FLV file into a SWF file. SYNOPSIS use FLV::ToSwf; my $converter = FLV::ToSWF-

License: Perl Artistic License
File size: 1245K
Developer: Clotho Advanced Media, Inc.
0 stars award from rbytes.net

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 search tags