![]() |
![]()
| ![]() |
![]()
NAMEFLV::FromSWF - Convert a SWF file into an FLV file LICENSESee FLV::Info SYNOPSISuse FLV::FromSwf; my $converter = FLV::FromSWF->new(); $converter->parse_swf($swf_filename); $converter->save($flv_filename); See also swf2flv. DESCRIPTIONTranscodes SWF files into FLV files. See the swf2flv command-line program for a nice interface and a detailed list of caveats and limitations. METHODS
CAVEATSContent in the SWF other than audio or video data is currently ignored silently. I should add warning messages when significant non-audio/video content appears. For example, I've seen some screen video which mixes video, bitmaps and shapes to optimize the SWF file size. <http://rt.cpan.org/Ticket/Display.html?id=22095> AUTHORSee FLV::Info
|