|
[Sponsors] |
August 10, 2005, 10:20 |
Movie from simulations
|
#1 |
Guest
Posts: n/a
|
I have bitmap images from a sequence of simulations over a period of time. Want to know how to make a movie out of these images. Regards.
|
|
August 10, 2005, 10:57 |
Re: Movie from simulations
|
#2 |
Guest
Posts: n/a
|
There is a free tool (at least used to be free) call Platyus. It can read in all the image files and generate an avi file.
pei |
|
August 10, 2005, 11:00 |
Re: Movie from simulations
|
#3 |
Guest
Posts: n/a
|
that, or an animated GIF file.
|
|
August 10, 2005, 11:00 |
Re: Movie from simulations
|
#4 |
Guest
Posts: n/a
|
Sorry, it is "Platypus".
|
|
August 10, 2005, 11:28 |
Re: Movie from simulations
|
#5 |
Guest
Posts: n/a
|
The best free image conversion tool I have come across is ImageMagick's 'convert' utility. ( http://amiga.sourceforge.net/ImageMagick/). It can literally do anything with images; It does not have a heavy and clunky GUI (like Photoshop); It's free and easy to install if you use a packaging utility (e.g. rpm). To make animations from a sequence, simply use:
convert -adjoin -o movie.[gif|mpeg] *.bmp |
|
August 10, 2005, 23:11 |
Re: Movie from simulations
|
#6 |
Guest
Posts: n/a
|
if you have different gif files then you can combine them into a nice animation using gifmerge http://www.the-labs.com/GIFMerge/
Its free!! |
|
August 11, 2005, 05:19 |
Re: Movie from simulations
|
#7 |
Guest
Posts: n/a
|
I personally suggest to convert your bitmap files into jpgs (a matter of file size) with Image Magick first (as someone posted before it is really a powerful tool, although without a GUI, but this is not always a bad thing...), then you could make your .mpeg animation with Image Magick too, but the quality isn't so good, I suggest Makeavi (It's downladable for free, of course. Do a google search or see in the Sourceforge website) to join your frames into an .avi file. You can also choose some compression codec if the file size becomes too big.
Gif animations are useful for the web, but avoid them in presentations (for example old versions of MS Powerpoint and MS Media Player didn't play them, and by old versions I mean 2000...). Cheers Edi. |
|
August 12, 2005, 16:49 |
Re: Movie from simulations
|
#8 |
Guest
Posts: n/a
|
Thank you all for the good information. I will try and then will post how I did.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Hardware selection for steady/unsteady incompressible, turbulent and cht simulations | maddalena | OpenFOAM | 2 | July 13, 2011 09:55 |
Cumulative continuity error large in parallel simulations | xiao | OpenFOAM | 3 | March 7, 2011 05:13 |
High quality movie from CFX post | HMR | CFX | 0 | February 17, 2011 21:31 |
Timestepping in two - phase Simulations using RSM | challenger85 | CFX | 0 | January 4, 2010 06:00 |
URANS and Transient Simulations | bob | Main CFD Forum | 0 | October 1, 2003 04:54 |