octave-maintainers
[Top][All Lists]
Advanced

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

Re: octave gset, graw


From: Stefan van der Walt
Subject: Re: octave gset, graw
Date: Fri, 24 Feb 2006 22:49:00 +0200
User-agent: Mutt/1.5.9i

On Fri, Feb 24, 2006 at 02:42:27PM -0600, Daniel J Sebald wrote:
> Bill Denney wrote:
> >I'm hoping to help do the non-trivial coding that will allow:
> >
> >movie_handle = movie('file.mpg'); # or .avi or whatever
> >for i_frame = 1:50
> >  x = <some data>;
> >  plot_handle = plot(x);
> >  movie_handle = addframe(movie_handle, plot_handle);
> >endfor
> >
> >My guess is that the movie_handle will have properties like:
> >
> >frames (handles to figure, axis, or image objects that show the image)
> >resolution (height and width in pixels)
> >filetype ('mpg', 'avi', etc-- whatever we can handle)
> >some more that I can't think of at the moment.

Advertising opportunity :)

I recently reworked octave-avifile.  It compiles with the latest
libraries in Debian, and I'd like to see people try it on different
platforms:

http://mentat.za.net

Stéfan



reply via email to

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