8 | | 3. Type "{{{convert -quality 100 file_name00*.png movie.gif}}}" from the command line within the directory the movie stills are located. This command strings together the .png files into an animated .gif file called "movie.gif". The asterisk indicates "all files that begin with...". message |
| 8 | 1. Click {{{File->Save Movie}}}. This will start the Save Movie Wizard. |
| 9 | |
| 10 | [[Image(VisItMovie1.png)]] |
| 11 | |
| 12 | 2. Select "New simple movie", and click Next. |
| 13 | |
| 14 | [[Image(VisItMovie2.png)]] |
| 15 | |
| 16 | 3. In the "Format and Resolution" box, select "PNG images" from the {{{Format}}} dropdown box. Make sure that the {{{Scale}}} option is set to 1. Then click the {{{->}}} button to store these settings and click Next. |
| 17 | |
| 18 | [[Image(VisItMovie3.png)]] |
| 19 | |
| 20 | 4. Set "Frames per second" to 10 and "Frame stride" to 1. "First frame" and "Last frame" are usually auto-populated with the index number of the first and last Chombo file, respectively. If this is not the range you want, then substitute the desired numbers. Then click Next. |
| 21 | |
| 22 | [[Image(VisItMovie4.png)]] |
| 23 | |
| 24 | 5. "Output directory" should be the destination directory for the images you want to save. "Base filename" just that--the base name of the PNG sequence you are about to create (e.g., {{{BxSliced0000.png}}}, {{{BxSliced0001.png}}}, etc.). Enter the destination and base filenames you want and click Next. |
| 25 | |
| 26 | [[Image(VisItMovie5.png)]] |
| 27 | |
| 28 | 6. E-mail notification is a matter of personal choice, and is not required to complete the job. If you would like to receive an e-mail notification, click "Yes", enter your e-mail address, and click Next. Otherwise, just click Next. |
| 29 | |
| 30 | [[Image(VisItMovie6.png)]] |
| 31 | |
| 32 | 7. Select "Now, use currently allocated processors" and click Finish. !VisIt will start rendering images now. Note that this could take a ''very'' long time for high-resolution data sets, especially if any derived expressions are being used. |
| 33 | |
| 34 | 8. Switch to the images' destination directory and enter |
| 35 | {{{ |
| 36 | convert -quality 100 file_name00*.png movie.gif |
| 37 | }}} |
| 38 | from the command line. This command strings together the {{{.png}}} files into an animated .gif file called {{{movie.gif}}}. The asterisk is a wild-card that indicates "all files that begin with...". |