<div dir="ltr">Hi Elaine,<div><br></div><div>Thanks a lot for the helpful information. I forgot to clarify the wait option.</div><div><br></div><div>Thanks and cheers,</div><div>Yanhe</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Elaine Meng <<a href="mailto:meng@cgl.ucsf.edu">meng@cgl.ucsf.edu</a>> 于2021年10月18日周一 下午7:36写道:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Yanhe,<br>
I'm not sure what you are trying to get (or what you expected) from that command.<br>
<br>
None of those commands are multi-frame actions spread out over time.  Only the mclip command changes the display, but it does so in a single step, so even if you put wait (which should be at least "wait 1") after it, you would only get one frame:<br>
<br>
movie record directory ./my_movie pattern Movi1-* fformat jpeg; mclip #0 offset -1 slab false; wait 1; movie stop<br>
<br>
Movie-related commands, including several that can have multi-frame actions:<br>
<<a href="https://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/movies.html#moviecommands" rel="noreferrer" target="_blank">https://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/movies.html#moviecommands</a>><br>
<br>
Or maybe you wanted several frames recorded while nothing is happening?  Then you would need to include larger numbers of frames in the wait commands, e.g.<br>
<br>
movie record directory ./my_movie pattern Movi1-* fformat jpeg; wait 50; mclip #0 offset -1 slab false; wait 50; movie stop<br>
<br>
Command file examples<br>
<<a href="https://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/movies.html#examples" rel="noreferrer" target="_blank">https://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/movies.html#examples</a>><br>
<br>
I hope this helps,<br>
Elaine<br>
-----<br>
Elaine C. Meng, Ph.D.                       <br>
UCSF Chimera(X) team<br>
Department of Pharmaceutical Chemistry<br>
University of California, San Francisco<br>
<br>
> On Oct 18, 2021, at 4:07 PM, Yanhe Zhao via Chimera-users <<a href="mailto:chimera-users@cgl.ucsf.edu" target="_blank">chimera-users@cgl.ucsf.edu</a>> wrote:<br>
> <br>
> Good afternoon and greeting there,<br>
> <br>
> I use command as below for movie making but no frames were recorded. Could you please help me out on it?<br>
> <br>
> movie record directory ./my_movie pattern Movi1-* fformat jpeg; wait; mclip #0 offset -1 slab false; movie stop;<br>
> <br>
> Thanks and cheers,<br>
> Yanhe<br>
<br>
</blockquote></div>