Animation Generation
The following software is required:
- videolan (mpeg2 player, Linux)
- tmpeg (mpeg2 encoder, Windows)
- xvidcap (capture the animation, Linux)
- ImageMagick (basic format converting, Linux)
- Movie editor (movie editing, Windows)
These should be installed on some or all of the machines in the lab; if you
think they are not or are unsure how to check, ask someone in the lab and
they can assist you.
Then, follow this procedure:
- Run your program you wish to capture on Linux.
- Use "xvidcap" capture the individual frames that will be used to
generate the animation
- Use "convert" to convert captured frames into an animated gif,
which will compress the frames without losing any information.
- Use "tmpeg" to convert the animated gif into mpeg2 format because
mpeg2 has better quality.
- Use movie editing software to edit the mpeg2 movie.
- Use "vlc" in videolan to play the mpeg2 movie on Linux.