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
same folder as the batch (.bat) file, and were called vid001.png,
vid002.png, ...). The output video had a very nice quality and a decent
size.

c:\mplayer\mencoder mf://*.png -mf w=960:h=720:fps=15:type=png -ovc lavc
-lavcopts vcodec=mpeg4:vpass=1 -oac copy -o output.avi
del output3.avi
c:\mplayer\mencoder mf://*.png -mf w=960:h=720:fps=15:type=png -ovc lavc
-lavcopts vcodec=mpeg4:vpass=2 -oac copy -o output.avi

However this has been done with version 1.0pre6 (relased on the December 23,
2004), and version 1.0pre8 has been released recently (June 11, 2006) so
some parameters might have been added/modified.

Hope this helps!
Cheers,

Greg


-----Original Message-----
From: chiradip chatterjee [mailto:chiradi...@yahoo.co.uk] 
Sent: mercredi, 5. juillet 2006 22:15
To: pymol-users@lists.sourceforge.net
Subject: [PyMOL] Movie to Powerpoint

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 please help me in this regard
Thanks
Chiradip



                
___________________________________________________________ 
The all-new Yahoo! Mail goes wherever you go - free your email address from
your Internet provider. http://uk.docs.yahoo.com/nowyoucan.html




Reply via email to