The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

flv2mp3 - Transform an FLV file into an MP3 file

SYNOPSIS

flv2mp3 [options] file.flv file.mp3

 Options:
   -v --verbose        Print diagnostic messages
   -h --help           Verbose help message
   -V --version        Print version

DESCRIPTION

The most common format for FLV audio is MP3 compressed, which audio chunks represented as one or more MP3 frames. Thus, it is straightforward to extract this audio to construct a standalone MP3 file.

CAVEATS AND LIMITATIONS

Supports MP3 audio only. No transcoding is performed, just data extraction.

Does not support audio streams in the same file.

SEE ALSO

FLV::ToMP3

flv2swf

AUTHOR

Clotho Advanced Media Inc., cpan@clotho.com

Primary Developer: Chris Dolan