turn off antialiasing

use mplayer to put the png images together.. results are

    > quite nice...

Can you post the command you use to play the pngs? Can mplayer output
an avi or mpg, or does it just animate the images.

I saw from the man pages that something like

mplayer mf=type=png:fps=25 mf:/filemask

is required, but I don't know how to set the filemask of if this is
the right approach. I'd like to add some instructions to the FAQ.

Thanks,
JDH

John Hunter wrote:

> use mplayer to put the png images together.. results are
> quite nice...

Can you post the command you use to play the pngs? Can mplayer output
an avi or mpg, or does it just animate the images.

i use something like this:

mencoder mf://*.png -mf type=png:w=600:h=500:fps=10 -ovc lavc -lavcopts vcodec=wmv2 -oac copy -o animation.avi

it creates an avi file as you can probably guess... initially i started to play with animated images (gifs) but they would be waaaay too large for my purposes...

..you can play with lots of settings in the line above... for example the dimensions of your images will probably be different... the codec you use might also vary.. i wanted something that would be usable by many windows users.. (note that with wmv2 some still have to get codec updates).. note that this command will use all the images in the current working directory..

finally, mencoder comes with mplayer.. .the easiest is to do:

apt-get install mplayer

this will work for debian users, and redhat/fedora (althought you would have to get apt-get first - try here: http://apt.freshrpms.net/ )...

···

--
Peter Groszkowski Gemini Observatory
Tel: +1 808 974-2509 670 N. A'ohoku Place
Fax: +1 808 935-9235 Hilo, Hawai'i 96720, USA

OOOH, I have been avoiding figuring out how to do this sort of work to create
movies for my thesis defense. I guess that means I have to graduate.

···

On Monday 20 September 2004 09:56 pm, you wrote:

..you can play with lots of settings in the line above... for example
the dimensions of your images will probably be different... the codec
you use might also vary.. i wanted something that would be usable by
many windows users.. (note that with wmv2 some still have to get codec
updates).. note that this command will use all the images in the
current working directory..

--

Darren Dale

A quick google search reveals that someone has already published a tutorial for animating graphs made with matplotlib using mencoder…

Check it out:

http://web.media.mit.edu/~lifton/code/GraphMovies/

He even provides an example script…

Synchronicity…

Cheers,

Flavio

···

On Mon, 2004-09-20 at 20:50, John Hunter wrote:

*

use mplayer to put the png images together… results are
quite nice…
Can you post the command you use to play the pngs? Can mplayer output
an avi or mpg, or does it just animate the images.
I saw from the man pages that something like
mplayer mf=type=png:fps=25 mf:/filemask
is required, but I don’t know how to set the filemask of if this is
the right approach. I’d like to add some instructions to the FAQ.
Thanks,
JDH


This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here:* http://sf.net/ppc_contest.php


Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users