Matplotlib and Flash

Any suggestions for turning a sequence of Matplotlib plots into a Flash
movie, on Linux?

I did just notice that R now has that capability built in. :sunglasses:

路路路

--
-----------------------------------------------------------------------

Alan K. Jackson | To see a World in a Grain of Sand |
alan@...895... | And a Heaven in a Wild Flower, |
www.ajackson.org | Hold Infinity in the palm of your hand |
Houston, Texas | And Eternity in an hour. - Blake |

-----------------------------------------------------------------------

Use mencoder to make a series of images into a video. Don't know if it
supports flash. If not you can use ffmpeg to turn a video of a supported format
into a flash .flv video.

Ubuntu Forums gives some hints to mencoder.

ffmpeg is pretty much just: ffmpeg -i in.avi out.flv

Best Regards
Troels Kofoed Jacobsen

路路路

On Saturday 13 June 2009 22:14:47 Alan Jackson wrote:

Any suggestions for turning a sequence of Matplotlib plots into a Flash
movie, on Linux?

I did just notice that R now has that capability built in. :sunglasses: