[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ccp4bb]: PowerPoint



***  For details on how to be removed from this list visit the  ***
***          CCP4 home page http://www.ccp4.ac.uk         ***

Leslie wrote:

> ***  For details on how to be removed from this list visit the  ***
> ***          CCP4 home page http://www.ccp4.ac.uk         ***
>
> Off topic. Does anyone have ideas of software to build QuickTime movies of
> molecules in motion to put into a PowerPoint presentation? Ideally, we would
> like to have the molecule, zoom into the active site, then show a substrate
> docking.
>

On an SGI you can just use the following command (after you have made your rgb
files)

#!/bin/sh


name=

end=`expr $2 + 1`
num=$1
while [ $num != $end ]
do
        name="$name $num.rgb"
        num=`expr $num + 1`
done


echo $name

makemovie -o $3 -c jpeg -f qt -r 10 $name


this will generate a QT Movie, but be carefull:

If you're using Powerpoint on a Wintel machine, don't expect Powerpoint to
manage your QT movies, you'll need mpeg or avi, running Powerponit on a Mac is
no problem !!!

Have fun with it

Juergen

--
Juergen Bosch                                    Tel -49 -89 8578 2648
Max Planck Institut fuer Biochemie               Fax -49 -89 8578 2641
Abt. Molekulare Strukturbiologie                 bosch@biochem.mpg.de
Am Klopferspitz 18a                              http://www.biochem.mpg.de/
D-82152 Martinsried, Germany