GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
FLV::FromSWF(3) User Contributed Perl Documentation FLV::FromSWF(3)

FLV::FromSWF - Convert a SWF file into an FLV file

See FLV::Info

   use FLV::FromSwf;
   my $converter = FLV::FromSWF->new();
   $converter->parse_swf($swf_filename);
   $converter->save($flv_filename);

See also swf2flv.

Transcodes SWF files into FLV files. See the swf2flv command-line program for a nice interface and a detailed list of caveats and limitations.

$pkg->new()
Instantiate a converter and prepare an empty FLV.
$self->parse_swf($swf_filename)
Open and traverse the specified SWF file, creating FLV data as we find video and audio nodes.
$self->save($flv_filename)
Write out an FLV file. Note: this should be called only after "parse_swf()". Throws an exception upon error.

Content 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>

See FLV::Info
2009-03-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.