<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Kako,<div class=""><br class=""></div><div class="">  It is nice if the movie shows a text label giving the plane number as it flips through.  So here is a script that does that.</div><div class=""><br class=""></div><div class=""><div class=""># Setup scene.</div><div class=""># For movie recording I would normally setup by hand and</div><div class=""># save a session instead of using commands.</div><div class="">windowsize 500 500</div><div class="">open 22910 from emdb</div><div class="">volume #1 style image level -0.4458,0 level 2.326,1 plane z,200</div><div class="">view orient</div><div class="">zoom 2</div><div class="">camera ortho</div><div class="">2dlabel text "plane number" xpos 0.8 ypos 0.1</div><div class=""><br class=""></div><div class=""># Record movie</div><div class="">movie record size 500,500</div><div class="">perframe "volume #1 plane z,$1 ; 2dlabel #2.1 text $1" range 80,343</div><div class="">wait 264</div><div class="">perframe "volume #1 plane z,$1 ; 2dlabel #2.1 text $1" range 343,80</div><div class="">wait 264</div><div class="">movie encode ~/Desktop/planes.mp4 quality high</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">      </span>Tom</div><div class=""><br class=""></div><div class=""></div></div></body></html>