VMD-L Mailing List
From: Vermaas, Joshua (Joshua.Vermaas_at_nrel.gov)
Date: Wed Apr 18 2018 - 11:33:52 CDT
- Next message: Giacomo Fiorin: "Re: About loading multiple XYZ trajectories"
- Previous message: Gulce Kalyoncu: "About loading multiple XYZ trajectories"
- In reply to: Sahithya Iyer: "making a movie of multiple molecules"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Hi Sahitya,
Try this in the TkConsole once you've set up the plugin to your satisfaction:
for { set i 0 } { $i < 10 } { incr i } {
::MultiMolAnim::molmovie 1 1
render Snapshot [format "frame.%05d.ppm" $i]
}
This should make ten frames from your movie (frame.00000.ppm to frame.00009.ppm) using the snapshot renderer, which you can then assemble into a movie file with ffmpeg:
ffmpeg -i frame.%05d.ppm movie.mp4
I highly recommend taking a look at the available documentation for the "render" command (see the user guide) so that you can use something nicer than Snapshot to make your images.
-Josh
On 2018-04-18 08:30:54-06:00 owner-vmd-l_at_ks.uiuc.edu wrote:
Hi,
I have been using VMD to visualise selected residues across multiple molecule. The fragment length in each of these molecules is different, so I used Multiple Molecule Animation plugin. The visualisation is smooth.
Can someone please tell me how to make a movie of these images obtained by using multiple molecule animation plugin.
Thanks,
Sahithya.
- Next message: Giacomo Fiorin: "Re: About loading multiple XYZ trajectories"
- Previous message: Gulce Kalyoncu: "About loading multiple XYZ trajectories"
- In reply to: Sahithya Iyer: "making a movie of multiple molecules"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]