Hi Martin,
your script works beautifully!!! Thank you very much!!!
I would like to understand two commands that you use in your script, for
which I couldn't find any infos, neither in the manual, nor in the
reference nor in the WiKi. Could you please tell me:
- what does "set scene_animation,-1" mean?
- what do the "mview store" and "mview interpolate" commands mean?
Thanks again!!!
Best regards,
Dirk.
Martin Nervall wrote:
Dirk,
Actually there is a way to render a movie from predefined scenes. I
created a .pse-file with my desired scenes and then made a movie from
the extrapolations between the scenes. It will look pretty much as an
ordinary scene_animation in Pymol. From the movie I rendered lots of
.png-files which I finally merged into a .mpg or .avi movie. It's time
consuming but it works.
Here is a sample script that will render a 50 frame movie from two
scenes stored in movie.pse:
********************************''
load movie.pse
set scene_animation,-1
set scene_animation_duration,0
mset 1 x50
scene F1
mview store, 1
scene F2
mview store, 30
mview store, 35
scene F1
mview store, 50
mview interpolate
set ray_trace_frames = 1
mpng movie
********************************''
Hope this is to some help.
cheers
/Martin
At 09:49 2005-09-26, Dirk Kostrewa wrote:
Hi Warren,
the scenes feature in PyMOL is _really_ nice! By choosing appropriate
scenes, it does exactly what I would like to show in a movie
describing a protein structure. Is there a way in PyMOL to export the
individual frames for a movie from scenes? If not, this would be my
most desired missing feature in PyMOL!
Best regards,
Dirk.
--
****************************************
Dirk Kostrewa
Paul Scherrer Institut
Life Sciences, OFLC/110
CH-5232 Villigen PSI, Switzerland
Phone: +41-56-310-4722
Fax: +41-56-310-5288
E-mail: dirk.kostr...@psi.ch
http://sb.web.psi.ch
****************************************
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your
very
own Sony(tm)PSP. Click here to play:
http://sourceforge.net/geronimo.php
_______________________________________________
PyMOL-users mailing list
PyMOL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pymol-users
____________________________________
Martin Nervall
Molecular Biotechnology Program
Dept. of Cell & Molecular Biology
Biomedical Center
Box 596
SE-751 24 Uppsala
Sweden
Phone +46 (0)18 471 5058
http://xray.bmc.uu.se/~aqwww/
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your
very
own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
PyMOL-users mailing list
PyMOL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pymol-users
--
****************************************
Dirk Kostrewa
Paul Scherrer Institut
Life Sciences, OFLC/110
CH-5232 Villigen PSI, Switzerland
Phone: +41-56-310-4722
Fax: +41-56-310-5288
E-mail: dirk.kostr...@psi.ch
http://sb.web.psi.ch
****************************************