help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Displaying an animation / "movie"


From: Stefan van der Walt
Subject: Re: Displaying an animation / "movie"
Date: Thu, 4 May 2006 16:21:17 +0200
User-agent: Mutt/1.5.11

On Thu, May 04, 2006 at 07:29:34AM -0400, Jeff Miller wrote:
> What I'd like to do is take a series of such matrices that represent moving
> objects and display them sequentially like a movie. For example, this would
> show that square moving downward (looping around the edges):
> 
> for i=1:100
>     x = shift(x, 1);
>     imshow(x);
> end

I've written wrappings around ffmpeg, that allows you to create AVI
files from a sequence of images. You can find the code at
http://mentat.za.net.

Regards
Stéfan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]