Re: [PyMOL] movie, ~1700 residues, out of memory

2013-11-16 Thread Christian Becke
Dear Thomas, that did the trick! Thank you so much! Cheers, Christian Am 15.11.2013 15:59, schrieb Thomas Holder: > Hi Christian, > > set defer_builds_mode to 3, this will prevent caching the geometry for all > states. > > http://pymolwiki.org/index.php/Defer_builds_mode > > Cheers, > Th

Re: [PyMOL] movie, ~1700 residues, out of memory

2013-11-15 Thread Thomas Holder
Hi Christian, set defer_builds_mode to 3, this will prevent caching the geometry for all states. http://pymolwiki.org/index.php/Defer_builds_mode Cheers, Thomas On 09 Nov 2013, at 13:58, Christian Becke wrote: > Dear pymol users, > > I'm trying to create a movie, using lsqman and pymol, o

Re: [PyMOL] movie for morphing

2013-04-06 Thread Thomas Holder
Hi Jianghai, if your morph has 30 states, this short script will y-rock at the beginning, the middle, and the end or the morph: mset 1 x51 -15 x61 -30 x51 movie.rock 1, 40 movie.rock 76, 115 movie.rock 151, 190 Instead of movie.rock, you can also use movie.nutate of course. See also: http://pym

Re: [PyMOL] Movie School 4

2012-10-03 Thread Jason Vertrees
Sean, > My mistake, I omitted "set matrix_mode, 1" and realized in Movie School 5 > that not setting this to "1" would cause the object motions to not be > captured. I will add this to the PyMOL-Wiki. That tutorial is mostly correct, but as you've noticed, a bit out of date. Please feel free to

Re: [PyMOL] movie help, rotating around an objects own center of mass.

2012-09-17 Thread Thomas Holder
Hi Jordan, I guess you actually do want the axis in camera space, not in object space. Unfortunately the origin argument will pick the origin of object coordinate space and not it's geometric center. Check the attached script, which I modified slightly. I defined a "my_rotate" command which

Re: [PyMOL] movie help, rotating around an objects own center of mass.

2012-09-17 Thread Thomas Holder
Hi Jordan, the "rotate" command has a "camera" argument. Does it help if you set that to zero? rotate [0,0,1],360, object=3hmx_ant, origin=3hmx_ant, camera=0 Cheers, Thomas Jordan Willis wrote, On 09/17/12 02:55: > Hello, > > I'm making a movie, and I think I really got it down! However, I

Re: [PyMOL] movie in pymol

2012-07-13 Thread Jason Vertrees
Hi Georgios Gkouridis, RigiMOL is an Incentive PyMOL feature. To gain access to this, you'll need to purchase a copy of PyMOL. Cheers, -- Jason On Fri, Jul 13, 2012 at 3:18 PM, wrote: > Dear users, > I would like to create a movie using Pymol between two different > conformations (structures)

Re: [PyMOL] Movie making questions

2012-02-29 Thread Thomas Holder
Hi Yuri, > I was putting together some movies using pymol and I have some > questions. > First, how can I gradually make a surface go from solid to transparent? > Currently what I see is, in scene 1 I have it solid (0% transp.) > surface. Then after I show some ligands and aa side chains in sce

Re: [PyMOL] Movie to export

2011-11-09 Thread Vitali Stanevich
one more thing: ffmpeg script at that link didn't work for me so i had to modify it like that ffmpeg -f image2 -qscale 5 -r 24 -b 9600 -i image%d.png movie.mpg On Wed, Nov 9, 2011 at 11:22 PM, Vitali Stanevich wrote: > have a look at this link: > > http://strucbio.biologie.uni-konstanz.de/ccp4wi

Re: [PyMOL] Movie to export

2011-11-09 Thread Vitali Stanevich
have a look at this link: http://strucbio.biologie.uni-konstanz.de/ccp4wiki/index.php/Morph_with_Chimera disregard morph part. you can modify script to contain "frames" instead of "states". i installed ffmpeg from repositories on ubuntu and don't remember any issues with kodecs. vitali On Wed, N

Re: [PyMOL] Movie to export

2011-11-09 Thread Tim Schulte
Hi, Quick time player 7 pro does a great job for me. Cheers Tim Am 11/8/11 9:54 PM, schrieb Troels Emtekær Linnet: Hi. I have made a nice little movie in Pymol. 1500 frames. So now I am wondering what is the best method to export? At the moment I do export to .png with ray tracing each image.

Re: [PyMOL] Movie to export

2011-11-09 Thread Marius Retegan
I used this a long time ago, but after googling for the error "from bgra to yuv420p" I guess that is a problem with the color space conversion that memcoder tries to enforce by default. Maybe you could try imposing the color space by adding -vf "format=bgra", but I think that the video codec is not

Re: [PyMOL] Movie to export

2011-11-09 Thread Troels Emtekær Linnet
What codec do I need to install?? MEncoder 1.0rc4-4.5.2 (C) 2000-2010 MPlayer Team Option x264encopts: Unknown suboption nodct_decimat success: format: 16 data: 0x0 - 0x0 MF file format detected. [mf] search expr: *.png [mf] number of files: 537 (4296) [demux_mf] file type was not set! trying 'ty

Re: [PyMOL] Movie to export

2011-11-09 Thread Marius Retegan
On a Linux system you can use the following commands to stick them all together mencoder mf://*.png -mf fps=25 -ovc x264 -x264encopts bitrate=3000:threads=auto:frameref=8:bframes=0:nob_adapt:direct_pred=auto:subq=7:mixed_refs:nodct_decimat:no_psnr:me=umh:keyint=25 -ofps 25 -nosound -noskip -of raw

Re: [PyMOL] Movie to export

2011-11-08 Thread Jason Vertrees
Hi Troels, One benefit of the Incentive version of PyMOL is the Files > Save Movie as ... > MPEG feature. If you don't have that or you want to use a different compressor that's cool. In the past I had great luck with mencoder (http://www.pymolwiki.org/index.php/Making_Movies)-- but I think everyo

Re: [PyMOL] movie enhancement feature request...

2011-09-14 Thread Jason Vertrees
Hi Brian, > Speaking of movies, is there a way to control the fade-in and fade-out rate > of objects between scenes (eg. by changing the value of the transparency > variable over a series of frames perhaps) using the native pymol movie > features?  Kristian Rother wrote a great movie script a n

Re: [PyMOL] movie enhancement feature request...

2011-09-14 Thread Brian Mark
Hello everyone, Speaking of movies, is there a way to control the fade-in and fade-out rate of objects between scenes (eg. by changing the value of the transparency variable over a series of frames perhaps) using the native pymol movie features? Kristian Rother wrote a great movie script a num

Re: [PyMOL] movie enhancement feature request...

2011-09-14 Thread Tim Schulte
Yes, that is exactly what I wanted. Perfect. Thank you very much. Am 9/14/11 5:59 PM, schrieb Jason Vertrees: > Hi Tim, > >> I love pymol for creating high quality figures and analysing my >> structures. But creating movies in pymol is rather tedious... CCP4mg >> seems to be much easier to use for

Re: [PyMOL] movie enhancement feature request...

2011-09-14 Thread Jason Vertrees
Hi Tim, > I love pymol for creating high quality figures and analysing my > structures. But creating movies in pymol is rather tedious... CCP4mg > seems to be much easier to use for creating movies, you just have to > save a scene and CCP4mg interpolates between the created scenes. > > Is there a

Re: [PyMOL] movie enhancement feature request...

2011-09-14 Thread Michael Zimmermann
Hello Tim, It sounds like a combination of "mview store" (saving your scenes) and "mview reinterpolate" (interpolating between them) is what you are looking for. http://www.pymolwiki.org/index.php/MovieSchool_4 Unless you mean interpolating between different representations of your structure. Cou

Re: [PyMOL] movie: interpolate between different states

2011-05-18 Thread Nicolas Bock
Hi Jason, I have the incentive version, but how do I use rigimol? I can't find documentation for it on the documentation webpage. The link from http://pymol.org/dsc/dokuwiki/doku.php?id=ip&s=rigimol seems to be dead. Thanks, nick On 05/18/11 15:20, Jason Vertrees wrote: > Hi Nick, > > You ca

Re: [PyMOL] movie: interpolate between different states

2011-05-18 Thread Jason Vertrees
Hi Nick, You can use the "smooth" command (http://www.pymolwiki.org/index.php/Smooth) on the structure of choice. Incentive PyMOL comes with a molecular morpher called "rigimol" that morphs a starting structure into an ending structure. I suggest trying the "smooth" command first if you already h

Re: [PyMOL] movie with morph and electrostatics

2011-03-15 Thread Michael Lerner
If you know a bit of python, you can make a version of the Plugin that will do this via repeated calls to self.execute('Run APBS',refocus=False). If this would be a generally useful feature, I could add a movie button to the plugin so that it would step through all available frames, saving PNGs fo

Re: [PyMOL] Movie

2009-05-17 Thread Tsjerk Wassenaar
Hi Hirdesh, You don't say what you have, what you want to show and what you tried to show it. So we can't help you. I would also politely like you to consider that perhaps we might not be very apt to do your work for you. We're willing to help though, when you run into problems doing your own work

Re: [PyMOL] movie between frames

2008-07-07 Thread DeLano Scientific
Yes: unset movie_loop -- DeLano Scientific LLC Subscriber Support Services mailto:supp...@delsci.com -Original Message- From: pymol-users-boun...@lists.sourceforge.net [mailto:pymol-users-boun...@lists.sourceforge.net] On Behalf Of Martin Weisel Sent: Saturday, July 05, 2008 4:07 AM To:

Re: [PyMOL] Movie frame rate

2007-11-15 Thread Andreas Förster
Hey Claudia, my favorite way of making movies is importing the folder containing the png files as frames into ImageReady. There you can assign a delay for each image separately or all simultaneously to give you a movie of the desired length. Verifying this on my computer I just found out th

Re: [PyMOL] movie script

2007-08-15 Thread Alexey Pakhomov
You can use Martz-Authored PDB Tools / MORPH2 Citation: MORPH2 generates a series of interpolated frames between two PDB files. The PDB files must match, atom by atom, in the same order. The interpolation is linear: each atom "moves" in a straight line between its start and end positions. The o

Re: [PyMOL] movie script

2007-08-14 Thread Tsjerk Wassenaar
Hi Hasan, Start with the structures superimposed and translate/rotate one/both away from the/each other. Glue the images together in reversed order and no one will see the difference... By the way, it might be nice to start with small translations/rotations and have them increase quadratically in

Re: [PyMOL] movie script

2007-08-13 Thread Jason T Maynes
Use the "translate" command to move one/both of the pdb molecules until they superimpose. Just interpolate the distance depending on how many frames you want to do and the distance separated. Cheers, JTM "We can be sure that if a detailed understanding of the molecular basis of chemo-therapeutic

Re: [PyMOL] movie in pymol

2007-02-08 Thread DeLano Scientific
Shivesh, Given that this is your third post on the same topic, an important point needs to be made: It is not reasonable for one user to expect other PyMOL mailing list participants to teach them how to use the software, especially for involved tasks such as movie-making. Open source is largel

Re: [PyMOL] movie

2007-02-05 Thread Joel Bard
Dear Shivesh- There are a variety of approaches. For very biased reasons, I suggest you look at: http://www.pymolwiki.org/index.php/Slerpy Cheers, Joel >>> "shivesh kumar" <2shiv...@gmail.com> 2/1/2007 3:37 AM >>> Dear all, How can I make a movie of crystal structure using PYMOL.Thanx i

Re: [PyMOL] movie

2007-02-04 Thread Shiven Shandilya
Since this is your second message regarding the same problem... Did you try searching the the pymolwiki.org site? Or just google for commands/scripts to make a movie on pymol? Here is a link that may help: http://pymolwiki.org/index.php/Slerpy Best, Shiven On 2/1/07, shivesh kumar <2shiv...@gm

Re: [PyMOL] movie with 3 molecules

2006-07-21 Thread Tsjerk Wassenaar
Hi Adrien, You don't really need the double loop, I'd say. What about: for i in range(1,20): cmd.load("o.%03d.1.pdb"%i,"m1") cmd.load("o.%03d.2.pdb"%i,"m2") cmd.load("o.%03d.3.pdb"%i,"m3") cmd.hide("everything") cmd.show("spheres") cmd.ray() cmd.png("o.%03d.png"%i) By the w

Re: [PyMOL] Movie to Powerpoint

2006-07-07 Thread Charlie Bond
ot;Grégori Gerebtzoff" To: "'Karsten Seidel'" ; Sent: Friday, July 07, 2006 2:28 AM Subject: Re: [PyMOL] Movie to Powerpoint The problem with animated gif is the color limitation to 254 + one transparent colors, whereas PyMOL generated png's have millions of col

Re: [PyMOL] Movie to Powerpoint

2006-07-07 Thread Noinaj
-GIFs unless for websites and such. Hope this helps. Best of Luck! cheers, nick - Original Message - From: "Grégori Gerebtzoff" To: "'Karsten Seidel'" ; Sent: Friday, July 07, 2006 2:28 AM Subject: Re: [PyMOL] Movie to Powerpoint The problem

Re: [PyMOL] Movie to Powerpoint

2006-07-06 Thread Grégori Gerebtzoff
users@lists.sourceforge.net Subject: Re: [PyMOL] Movie to Powerpoint Hi there, first of all, let me say hello to all list subscribers, as I'm new here. I've been evaluating PyMOL for a couple of months now, coming from Molmol. Chiradip, one option next to creating an MPEG file is to make a

Re: [PyMOL] Movie to Powerpoint

2006-07-06 Thread Karsten Seidel
Hi there, first of all, let me say hello to all list subscribers, as I'm new here. I've been evaluating PyMOL for a couple of months now, coming from Molmol. Chiradip, one option next to creating an MPEG file is to make an animated GIF. Unfortunately, I don't know a free program under Windows

Re: [PyMOL] Movie to Powerpoint

2006-07-06 Thread Grégori Gerebtzoff
For this purpose I've been using mencoder (http://www.mplayerhq.hu) which is open source and gives access to a wide range of codecs (mpeg-1, mpeg-2, mpeg-4 (divx), realmedia, mov, avi, asf, flash etc). Here is the batch file I used to encode a video in two-pass divx encoding (the frames were in the

Re: [PyMOL] Movie to Powerpoint

2006-07-06 Thread Jesper Lykkegaard Karlsen
There some cool free tools out there in cyberspace, one of them is Slide Show Movie Maker by Joern Thiemann http://www.joern-thiemann.de/tools/SSMM/index.html Although it is not meant as a live movie maker but for slide shows, it just a matter of frames pr. second, right ;-) First you need to co

Re: [PyMOL] Movie to Powerpoint

2006-07-05 Thread Joel Tyndall
Video mach seems to work chiradip chatterjee wrote: Hi Friends I am a new Windows pymol user. I made a movie in Pymol and saved the 120 ray traced *.png frames. Now I want to convert the *.png files to MPEG files and then directly convert/run the movie in the Powerpoint presentation. can anyone

Re: [PyMOL] Movie to Powerpoint

2006-07-05 Thread Jason Thomas Maynes
Best one I have found is mpeg_encoder from Berkeley, free but runs on linux Also Adobe premiere but $$$ Cheers, JTM "We can be sure that if a detailed understanding of the molecular basis of chemo-therapeutic activity were to be obtained, the advance of medicine would be greatly accelerated."

RE: [PyMOL] movie of diffusion of atoms/molecules

2006-02-16 Thread Warren DeLano
e.net > [mailto:pymol-users-ad...@lists.sourceforge.net] On Behalf Of > Satya Arjunan > Sent: Thursday, February 16, 2006 6:11 PM > To: EPF (Esben Peter Friis); pymol-users@lists.sourceforge.net > Subject: Re: [PyMOL] movie of diffusion of atoms/molecules > > Hi Esben and List, > > Thank you

Re: [PyMOL] movie of diffusion of atoms/molecules

2006-02-16 Thread Satya Arjunan
Hi Esben and List, Thank you for your answering my questions. I realize now that it would be better to just represent a molecule as a sphere with diameter corresponding to the protein's diameter because like you said, with 4000 molecules, I don't need atomistic detail. Here is my situation:

RE: [PyMOL] movie of diffusion of atoms/molecules

2006-02-12 Thread EPF (Esben Peter Friis)
Hi Satya You can use the command "translate" to move the individual objects in pymol. Is takes a list of 3 floating points numbers as the translational vector. I don't know how Pymol would handle 4000 objects, but an alternative might be to load them as states within one object, and then use

RE: [PyMOL] movie from chempy objets

2005-11-11 Thread Warren DeLano
Raul, Load them in to the same object in a serial fashion -- i.e. where you specify the object state for each molecule loaded. You may also want to set the discrete object to 1 in order to avoid extra bonds. Cheers, Warren -- Warren L. DeLano, Ph.D. Principal Scientist

RE: [PyMOL] movie question

2005-05-19 Thread Grégori Gerebtzoff
Dave, Try the “move” command; move x, value and move y, value for the translation move z, value for zoom in and zoom out Greg

RE: [PyMOL] Movie (one more)

2005-03-09 Thread Warren DeLano
Jmarie, The latest betas do this in real-time, but there isn't yet a facility to writing out a static movie of that form. As you might expect, there is broad agreement that such a capability is very much needed. Cheers, Warren -- Warren L. DeLano, Ph.D. Principal Scientist

Re: [PyMOL] movie question

2005-02-23 Thread Joel Tyndall
Hi Alexander, That all seems a bit complicated (for me anyway) but the one thing I think your missing is the "util.mroll(1,120,1)" command. There is an example in the user manual pages 50/51 Hope this helps J Alexandra Deaconescu wrote: Hello: I am trying to generate a movie ( a 360 degr

Re: [PyMOL] movie maker for linux?

2002-12-05 Thread Nat Echols
SAMPEG: http://rachmaninoff.informatik.uni-mannheim.de/sampeg/ Works beautifully- very high quality movies most of the time. I've fully automated animations with PyMOL this way. Images need to be converted into Targa format first, but this is pretty standard. --

RE: [PyMOL] movie maker for linux?

2002-12-05 Thread kristian.rother
> do you have any recommendations for a program under linux that assembles all > the individual png pictures into a movie for a PowerPoint/OpenOffice > presentation? Dear Dirk, I have tried mpeg_encode from Berkeley very successfully. Its a command-line tool that makes a MPEG-1 movie from a s

RE: [PyMOL] movie frame alterations

2002-01-23 Thread DeLano, Warren
Don't you hate it when users outsmart the programmer? This is a tough one. The only solution I can think of is not memory efficient, but it should work: Load each frame of the movie into a separate segment or chain. This should allow you to independently address each frame... # assume that the