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 rawvideo -o movieLQ.264

This will create a x264 compressed file which you will have to put in
a mp4 container using the following command. You can modify the
bitrate which is now set to 3000 and the framerate 25 fps.

MP4Box -fps 25 -add movieLQ.264 movieLQ.mp4

Best regards,
Marius

--
Département de Chimie Moléculaire
Université Joseph Fourier
301 Rue de la Chimie
BP 53, 38041 Grenoble Cedex 9, France
Tel +33 (0) 4 76 63 44 03
GnuPG http://db.tt/rr7Hd0Y



2011/11/8 Jason Vertrees <jason.vertr...@schrodinger.com>:
> 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 everyone's using VLC (http://www.videolan.org/) or ffmpeg
> (http://ffmpeg.org/) now. If the PyMOLWiki's out of date, please feel
> free to update it.
>
> Cheers,
>
> -- Jason
>
> 2011/11/8 Troels Emtekær Linnet <tlin...@gmail.com>:
>> 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.
>> set ray_trace_frames = 1
>> That takes a long time.
>> And what program should I use to pack them together? The easy wasy?
>> Can it be done faster with the MPEG method?
>> Best
>> Troels
>>
>> Troels Emtekær Linnet
>> Slotsvej 2
>> 4300 Holbæk
>> Mobil: +45 60210234
>>
>> ------------------------------------------------------------------------------
>> RSA(R) Conference 2012
>> Save $700 by Nov 18
>> Register now
>> http://p.sf.net/sfu/rsa-sfdev2dev1
>> _______________________________________________
>> PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
>> Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
>> Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
>>
>
>
>
> --
> Jason Vertrees, PhD
> PyMOL Product Manager
> Schrodinger, LLC
>
> (e) jason.vertr...@schrodinger.com
> (o) +1 (603) 374-7120
>
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
> Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
> Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
>

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Reply via email to