+ Reply to Thread
Results 1 to 9 of 9

Thread: Converting *.swf to *.avi

  1. #1
    Newbie Reji is an unknown quantity at this point
    Join Date
    May 2009
    Posts
    12

    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. #2
    Code Warrior Termana is a name known to all Termana is a name known to all Termana is a name known to all Termana is a name known to all Termana is a name known to all Termana is a name known to all Termana's Avatar
    Join Date
    Oct 2008
    Posts
    4,055
    Blog Entries
    6

    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

  3. #3
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,662
    Blog Entries
    57

    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.
    CodeCall Blog | CodeCall Wiki | Shareware
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #4
    Newbie Reji is an unknown quantity at this point
    Join Date
    May 2009
    Posts
    12

    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.

  5. #5
    Newbie barkermn01 is an unknown quantity at this point barkermn01's Avatar
    Join Date
    May 2009
    Location
    Leeds, UK
    Posts
    15

    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

  6. #6
    Code Warrior Termana is a name known to all Termana is a name known to all Termana is a name known to all Termana is a name known to all Termana is a name known to all Termana is a name known to all Termana's Avatar
    Join Date
    Oct 2008
    Posts
    4,055
    Blog Entries
    6

    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.
    My Site | Questions and Answers | Ask Me: Termana | Last Tutorial: Ajax innerHTML
    If you can keep your head while all around you are losing theirs, you probably have a CD writer on your desktop

  7. #7
    Newbie Reji is an unknown quantity at this point
    Join Date
    May 2009
    Posts
    12

    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.

  8. #8
    Newbie desertfish is an unknown quantity at this point desertfish's Avatar
    Join Date
    Jun 2009
    Posts
    8

    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

  9. #9
    Newbie barkermn01 is an unknown quantity at this point barkermn01's Avatar
    Join Date
    May 2009
    Location
    Leeds, UK
    Posts
    15

    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

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

     

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

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