|
NAMEFLV::ToMP3 - Convert audio from a FLV file into an MP3 file LICENSESee FLV::Info SYNOPSISuse FLV::ToMP3; my $converter = FLV::ToMP3->new(); $converter->parse_flv($flv_filename); $converter->save($mp3_filename); See also flv2mp3. DESCRIPTIONExtracts 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. METHODS
AUTHORSee FLV::Info
|