Question
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.
Answer
example:
/path/to/ffmpeg -i input.avi -f flv output.flv
Check more discussion of this question.