views:

1307

answers:

2

Are there any Flash video players, free for commercial use, that are able to playback AVI files? JW Player is out of the question because in the readme it states that use by a corporation is considered commercial use and needs a different license.

+5  A: 

Seems like I'm the only one who knows about this: http://flowplayer.org/

It's free for commercial use (GPL 3), has a ton of features including the ability to splice in commercials.

Dennis Baker
+1  A: 

Well, Flash does not natively handle the AVI container format. It can only play back the two forms of FLVs (Soresen Spark and ON2 v6) and h264 video in a few different containers (MP4, MOV) that conform to some specific requirements.

As far as I know, no one has ported AVI reading code to ActionScript. Technically it should be possible, but there's a good chance Flash simply wouldn't be fast to handle video of any real quality.

You can transcode AVIs to formats that Flash can playback using a variety of tools including ffmpeg.

Branden Hall