help-octave
[Top][All Lists]
Advanced

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

Re: Displaying an animation / "movie"


From: Søren Hauberg
Subject: Re: Displaying an animation / "movie"
Date: Sat, 13 Sep 2008 18:13:32 +0200

lør, 13 09 2008 kl. 12:23 +0200, skrev Francesco Potorti`:
> More than two years ago, Stefan wrote:
> 
> >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.
> 
> The code is still there, but the API of the ffmpeg libraries has
> apparently changed int he meantime, so even after fixing configure's
> problems, I get compilation errors.

Have you tried the 'video' package from Octave-Forge? I've never used
it, but I'm under the impression that it works with fairly recent
versions of ffmpeg.

> Can anyone suggest a simple way to make animations?
> 
> My problem is that I have about 30 plots representing how a parameter
> affects my results, and would like to move through them using a cursor
> or something like this.  I am thinking about writing wrappers around
> Octave's print function and around an external call to ffmpeg, but if
> someone has better ideas or a working implementation...

Whenever I need to make animations, I use 'print' to generate a file for
each frame in the animation. Then I call ffmpeg from the shell to
generate a video from these files. Not an elegant solution, but it
works...

Søren



reply via email to

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