On Thursday 15 February 2007, Werner Smekal wrote:
> Hi,
>
> > Our ninth example has 5 separate pages which the -fam option turns into
> > 5 separate files.  I have also shown the use of the -fflen option which
> > (in this case) insures the numerical suffix is three characters (in case
> > you have more than 100 pages).  I assume ffmpeg would have no trouble
> > converting a collection of gif images into a format suitable for
> > animations, but I would be interested in exactly which end format you
> > have chosen.
>
> one additional note:
>
> You can use Imagemagick to make an mpeg file. Just type (after you made
> the plots with PLplot and the family option):
>
> convert -quality 80 *.png output.mpg
I have used this way.
I would advice to make gif animation in addition.
The problem is that not every windows pc can play mpg files.
Gif animation can be shown in every web browser.

In yorick the program may look as (similar in fortran):
for(k=1; k <= mm; k++)
  {
    kk=(k-1);
    //plsdev, "tk";
    plsdev, "png"; plsfile, pr1(k)+"ee.png";
    plspage,600,500,600,500,1,1;
    plscolbg,255,255,255;
    plinit;
    plssub,3,1;
.....and etc.
}
Then convert -scale 708x608 -delay 100 1ee.png 2ee.png 3ee.png \
4ee.png 5ee.png 6ee.png \
7ee.png 8ee.png 9ee.png \
10ee.png 11ee.png 12ee.png \
13ee.png 14ee.png 15ee.png \
16ee.png 17ee.png 18ee.png \
19ee.png 20ee.png 21ee.png 22ee.png 23ee.png \
24ee.png 25ee.png 26ee.png 27ee.png 28ee.png \
29ee.png 30ee.png 31ee.png -loop 0 dyne.gif
The result can be found at
http://iszf.irk.ru/~pip/dyn.gif. This is an animation for solar dynamo model

The gif can be transformed to mpeg and avi. You have to know the right codecs 
(those from pc where you will show the movie) .

regards
V



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to