Version 1 (modified by 14 years ago) ( diff ) | ,
---|
Making Movies in Visit
- Once you have drawn your plot, press the Play button on the main screen. This will give you a preview of your animation.
- Click
File->Save Movie
and follow the on-screen instructions. If saving frames as .png files, follow the next step to convert the images into a movie.
- 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
Attachments (6)
- VisItMovie1.png (28.8 KB ) - added by 14 years ago.
- VisItMovie2.png (42.8 KB ) - added by 14 years ago.
- VisItMovie3.png (29.1 KB ) - added by 14 years ago.
- VisItMovie4.png (30.5 KB ) - added by 14 years ago.
- VisItMovie5.png (26.7 KB ) - added by 14 years ago.
- VisItMovie6.png (29.7 KB ) - added by 14 years ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.