Closed Thread
Results 1 to 9 of 9

Thread: Converting *.swf to *.avi

  1. #1
    Reji is offline Newbie
    Join Date
    May 2009
    Posts
    12
    Rep Power
    0

    Converting *.swf to *.avi

    Hello!

    I’d like to write an app for converting *.swf to *.avi
    Is there any Flash Player ActiveX to do this?

    Best regards,
    Reji

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Oct 2008
    Posts
    4,060
    Blog Entries
    6
    Rep Power
    45

    Re: Converting *.swf to *.avi

    flash and activex are two different technologies. i think your looking for an sdk that will provide you with the functionality so you can make a GUI and have it call out to the sdk functions and then call it 'your own' and then you'll show it to your friends and family so that they think your a 1337 h4ck3r d00d. sorry, don't know any.
    Posted via CodeCall Mobile

  4. #3
    Join Date
    Jul 2006
    Posts
    16,525
    Blog Entries
    75
    Rep Power
    144

    Re: Converting *.swf to *.avi

    swf and avi are completely different technologies. avi files are JUST movies, with no interaction. swf files are programs that can potentially interact with the user. What you are looking to do is highly non-trivial.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  5. #4
    Reji is offline Newbie
    Join Date
    May 2009
    Posts
    12
    Rep Power
    0

    Re: Converting *.swf to *.avi

    Found one! F-IN-BOX
    A developer's library to enhance Macromedia Flash Player ActiveX features.
    One of F-IN-BOX features:...Get a snap image of the current flash movie frame.

  6. #5
    barkermn01's Avatar
    barkermn01 is offline Newbie
    Join Date
    May 2009
    Location
    Leeds, UK
    Posts
    15
    Rep Power
    0

    Re: Converting *.swf to *.avi

    Allso you can use the FFMpeg terminal with out the console, this i seem to think is the best,

    Just have you app run the ffmpeg with the commands you would use in the terminal, you can google them to find them

  7. #6
    Join Date
    Oct 2008
    Posts
    4,060
    Blog Entries
    6
    Rep Power
    45

    Re: Converting *.swf to *.avi

    I think what your actually looking for is to make a FLV to AVI converter rather than SWF to AVI converter.
    Interested in participating in community events?
    Want to harness your programming skill and turn it into absolute prowess?
    Come join our programming events!

  8. #7
    Reji is offline Newbie
    Join Date
    May 2009
    Posts
    12
    Rep Power
    0

    Re: Converting *.swf to *.avi

    It's really swf to avi.
    Plus with F-IN-BOX I can get a snap image of any frame in timiline.

  9. #8
    desertfish Guest

    Re: Converting *.swf to *.avi

    how about using a swf to avi converter? as far as i know, swfkits.com has that kind of software

  10. #9
    barkermn01's Avatar
    barkermn01 is offline Newbie
    Join Date
    May 2009
    Location
    Leeds, UK
    Posts
    15
    Rep Power
    0

    Re: Converting *.swf to *.avi

    Can i Just make this Clear a Flash Movie is not a video,

    SWF = Flash Movie
    FLV = Flash Video File
    AVI = Video File

    SWF have Code in them like an Application, to the point you can decompile them using sothinks SWF Decompiler and get every thing out of the all files they use and all code they use SWF is not a film stop trying to convert it

    The SWF file might have a fixes path in to the film but if you convert an SWF it wont work unless some numpty has named a *.flv to a *.swf file

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Converting PHP to C
    By Nile in forum C and C++
    Replies: 3
    Last Post: 07-05-2011, 08:22 PM
  2. Converting *.swf to *.avi
    By Jackson in forum Software Development Tools
    Replies: 9
    Last Post: 01-03-2010, 05:50 AM
  3. converting C++ into C#
    By sakaesushi in forum C# Programming
    Replies: 0
    Last Post: 06-17-2009, 12:52 AM
  4. Converting [willing to pay]
    By DarkWalk in forum General Programming
    Replies: 1
    Last Post: 09-28-2007, 01:25 PM
  5. DPI Converting
    By Frantic in forum C# Programming
    Replies: 2
    Last Post: 09-22-2006, 07:15 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts