gandalfcode / gandalf

GANDALF (Graphical Astrophysics code for N-body Dynamics And Lagrangian Fluids)
GNU General Public License v2.0
44 stars 12 forks source link

Generating movies in python #15

Closed dhubber closed 10 years ago

dhubber commented 10 years ago

Command for generating movies in python by stepping through the snapshots in turn, generating the required image (internally perhaps) and then at the end, appending all images to a movie file with either some python library or perhaps an external command (e.g. ffmpeg).

dhubber commented 10 years ago

Now creates movies with the 'make_movie' command. Currently generates many png files before combining them into a single mp4 file with ffmpeg.