From: Yinglong Miao (yimiao_at_indiana.edu)
Date: Fri Mar 07 2008 - 14:43:37 CST

Alejandro-

To answer your first question, you need to explain more about "different
positions". But in case you have multiple structure files (*.dcd or *.pdb)
corresponding to one psf file and want to put them into one, you can use the
"animate write dcd" as follows:

  mol new ${molname}.psf
  mol addfile *.dcd first 0 last -1 step 1 waitfor all
  mol addfile *.pdb
  set nf [molinfo top get numframes]; puts "Number of frames loaded: $nf"
  set sel [atomselect top all]
  animate write dcd ${molname}-out.dcd beg 0 end -1 sel $sel waitfor all top

cheers,
Long

On Fri, Mar 7, 2008 at 1:07 PM, Alejandro Ortega <morza05_at_gmail.com> wrote:

> Hello,
>
> I'm new with VMD, I already did the tutorials but I still have many
> questions about it. I know that in order to do a movie I have to create a
> DCD file, which contains the frames in different positions that create the
> movie. But my question is, how do I create the DCD file? How do I save the
> frames in the different positions that I want in order to create my movie?
>
> Another question, I know that for windows I have to use videomach to
> create the MPEG file. But, do you know an open source program that I could
> use for it?
>
>
>
> Regards,
> Alejandro Ortega
> University of Texas at El Paso
>

-- 
Yinglong Miao
Ph.D. Candidate
Center for Cell and Virus Theory
Chemistry Department, Indiana University
800 E Kirkwood Ave Room C203A, Bloomington, IN 47405
Tel: 1-812-856-0981