Avi to SWF converter

Locked
User avatar
Survivor
Posts: 4202
Joined: Fri Dec 27, 2002 8:00 am

Avi to SWF converter

Post 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.
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: Avi to SWF converter

Post by obsidian »

Haven't used it, but try this one:
http://www.swftools.org/
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
User avatar
Survivor
Posts: 4202
Joined: Fri Dec 27, 2002 8:00 am

Re: Avi to SWF converter

Post 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.
axbaby
Posts: 3424
Joined: Wed Dec 22, 1999 8:00 am

Re: Avi to SWF converter

Post by axbaby »

[color=#FF0000][WYD][/color]
User avatar
Survivor
Posts: 4202
Joined: Fri Dec 27, 2002 8:00 am

Re: Avi to SWF converter

Post by Survivor »

Except that the free part of that one doesn't output to swf.
Fender
Posts: 5876
Joined: Sun Jan 14, 2001 8:00 am

Re: Avi to SWF converter

Post by Fender »

can't you just upload to youtube, then you a grabber to get the swf, then delete the online version later?
User avatar
Survivor
Posts: 4202
Joined: Fri Dec 27, 2002 8:00 am

Re: Avi to SWF converter

Post by Survivor »

youtube is flv, not swf.
Note: i completed the conversion already by the mentioned method.
DTS
Posts: 2879
Joined: Thu Jul 13, 2000 7:00 am

Re: Avi to SWF converter

Post 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.
User avatar
Bacon
Posts: 1477
Joined: Sat Jul 31, 2004 7:00 am

Re: Avi to SWF converter

Post 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?
[b]CAPSLOCK IS ON[/b]
Locked