|
From: José F. A. <jfr...@gm...> - 2026-03-12 14:48:08
|
En lugar de exportar directamente como MPEG, exporta la película como una *secuencia de imágenes (PNG)*. 1. Ve a File > Export Movie > As PNG Images.... 2. PyMOL guardará 240 archivos (movie001.png, movie002.png, etc.). 3. Luego, usa un software externo para unirlas. Esto te da la máxima calidad y evita errores de compresión. El flujo de trabajo estándar en bioinformática es: Renderizar a PNG: Como mencioné arriba, genera la secuencia de imágenes. Unir con FFmpeg: Es una herramienta gratuita de línea de comandos que crea vídeos perfectos. El comando sería algo como: ffmpeg -i movie%03d.png -c:v libx264 -pix_fmt yuv420p mi_pelicula.mp4 Espero sea de ayuda Saludos El jue, 12 mar 2026, 15:41, Spatola Rossi, Tatiana via PyMOL-users < pym...@li...> escribió: > Hello, > I have created a movie in pymol which has 240 frames and 1 state. When I > press play in pymol it shows the movie but when I export it (as mpeg 1) and > open it with VLC video player it just displays the first frame. Does > someone know about this? > Thank you! > Tatiana > ------------------------------ > > Founded in 1821, Heriot-Watt is a leader in ideas and solutions. With > campuses and students across the entire globe we span the world, delivering > innovation and educational excellence in business, engineering, design and > the physical, social and life sciences. This email is generated from the > Heriot-Watt University Group, which includes: > > 1. Heriot-Watt University, a Scottish charity registered under number > SC000278 > 2. Heriot- Watt Services Limited (Oriam), Scotland's national > performance centre for sport. Heriot-Watt Services Limited is a private > limited company registered is Scotland with registered number SC271030 and > registered office at Research & Enterprise Services Heriot-Watt University, > Riccarton, Edinburgh, EH14 4AS. > > The contents (including any attachments) are confidential. If you are not > the intended recipient of this e-mail, any disclosure, copying, > distribution or use of its contents is strictly prohibited, and you should > please notify the sender immediately and then delete it (including any > attachments) from your system. > _______________________________________________ > PyMOL-users mailing list > Archives: http://www.mail-archive.com/pym...@li... > Unsubscribe: > https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe |