Page 1 of 1
Avi to SWF converter
Posted: Wed Aug 19, 2009 4:38 pm
by Survivor
I need a free avi to swf converter which doesn't watermark the result. No luck finding one though there are a lot that go the other way. Or maybe there's a virtualdub plugin i don't know about.
Re: Avi to SWF converter
Posted: Wed Aug 19, 2009 4:57 pm
by obsidian
Haven't used it, but try this one:
http://www.swftools.org/
Re: Avi to SWF converter
Posted: Wed Aug 19, 2009 7:37 pm
by Survivor
It linked to ffmpeg which is a commandline utility. Although bothersome for future (windows) reference:
put the .exe in the folder of the .avi (or any supported format)
start up cmd.exe and navigate to that folder.
use the following commandline in that folder.
Code: Select all
ffmpeg.exe -i namemovie.currentextension -sameq namemovie.extension wanted
dropping the -sameq reduces filesize a lot, but also degrades quality.
btw, thanks obsidian.
Re: Avi to SWF converter
Posted: Wed Aug 19, 2009 7:39 pm
by axbaby
Re: Avi to SWF converter
Posted: Wed Aug 19, 2009 7:56 pm
by Survivor
Except that the free part of that one doesn't output to swf.
Re: Avi to SWF converter
Posted: Wed Aug 19, 2009 11:20 pm
by Fender
can't you just upload to youtube, then you a grabber to get the swf, then delete the online version later?
Re: Avi to SWF converter
Posted: Thu Aug 20, 2009 12:21 am
by Survivor
youtube is flv, not swf.
Note: i completed the conversion already by the mentioned method.
Re: Avi to SWF converter
Posted: Sat Aug 22, 2009 1:55 pm
by DTS
I think any SWF that uses video contains an FLV file. So what you really need to look for is a program that can output FLV, and some SWF code to contain and play that FLV. The only type of SWF I know of that doesn't use FLV for its video is the kind that uses the vectors that Flash (the F in SWF) allows to create an animation.
Re: Avi to SWF converter
Posted: Mon Aug 31, 2009 2:28 am
by Bacon
Use an flv encoder, turn it into an flv, open flash and add the flv to the libary, then drag the flv onto the stage, and publish... is there a specific reason you need it to be .swf?