FLV::ToMP3 0.17 review

Download
by rbytes.net on

FLV::ToMP3 can convert audio from a FLV file into an MP3 file. SYNOPSIS use FLV::ToMP3; my $converter = FLV::ToMP3->new(

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

FLV::ToMP3 can convert audio from a FLV file into an MP3 file.

SYNOPSIS

use FLV::ToMP3;
my $converter = FLV::ToMP3->new();
$converter->parse_flv($flv_filename);
$converter->save($mp3_filename);

See also flv2mp3.

Extracts audio data from an FLV file and constructs an MP3 file. See the flv2mp3 command-line program for a nice interface and a detailed list of caveats and limitations.

Requirements:
Perl

FLV::ToMP3 0.17 search tags