I've been sent a .avi file that I need to convert to flash format to put online. What free software is there that will do this? I have Ubuntu and Windows 7 to work with so any software for either system will do.
|
feedback
|
|
| |||||
|
feedback
|
|
ffmpeg is very good and works on Windows. You'll need something like:
| |||||
feedback
|
|
In addition to John T, mlambie and Chealion's answers, and if you're not so keen on the command line, I would recommend you to try SUPER, which is actually a GUI on top of ffmpeg (and other encoders). | |||
|
feedback
|
|
Media Coder (Windows) is another good encoder, and it covers a lot of file formats in both audio and video. There's only one downside, though: the main interface isn't user friendly. So if you think this one does the job for you, do make use of its browser-based wizard. | |||
|
feedback
|
|
Is there a specific codec or does it matter which one is used? Flash video can use one of three codecs:
You can convert into all 3 using ffmpeg and there are several GUIs available to handle the conversion using ffmpeg. If you want to use Ubuntu you'll want to install ffmpeg first check out the Ubuntu Wiki Once it's installed you can use a command such as:
-ar = Audio rate If you're more comfortable using a GUI with Windows you can try a variety of GUI frontends such as MeWiG or AVANTI | |||
|
feedback
|
|
Any Video Converter is very good | |||||
feedback
|