<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Camilla,<br>
    <br>
      The default movie recording format for the Chimera movie command
    is Quicktime (*.mov) suffix.  If you change the file suffix to *.avi
    the movie command still records it as Quicktime (pretty dumb eh?),
    and that is why it doesn't work.  You need to give an extra option
    "mformat avi" to specify the format as shown here.<br>
    <br>
      movie record ; turn y 3 120 ; wait 120 ; movie encode mformat avi
    output ~/Desktop/m2.avi<br>
    <br>
     Tom<br>
    <br>
    <br>
    Camilla wrote:
    <blockquote type="cite">
      <div>Hi Tom,</div>
      <div>This is exactly what I was asking about! It looks great!
        Thank you!</div>
      <div> </div>
      <div>The only problem now is when I make this movie, it won't play
        on my computer.<br>
        Originally when I was making the movie, I saved them as avi's
        and using Windows Media Player I could watch the movies
        perfectly.  However, using the command you suggested, except
        having it save as avi (...Desktop/m2.avi), it would not play. 
        There was an error message saying: "Windows Media Player cannot
        play the file. The Player might not support the file type or
        might not support the codec that was used to compress the file."</div>
      <div><br>
        I'm not sure if maybe there is something wrong with my computer?
        Do you have any ideas how I can fix this?</div>
      <div> </div>
      <div>Thank you for all your help!</div>
      <div>Camilla<br>
        <br>
      </div>
      <div class="gmail_quote">On Fri, Sep 9, 2011 at 6:35 PM, Tom
        Goddard <span dir="ltr"></span> wrote:<br>
        <blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px
          0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
          <div text="#000000" bgcolor="#FFFFFF">Hi Camila,<br>
            <br>
              The command to rotate your models smoothly is called
            "turn".  Here's an example sequence of commands that rotates
            about the screen vertical axis in 3 degree steps for 120
            steps (total of 360 degrees), waits for that rotation to
            finish, then writes the movie file m2.mov to your desktop.<br>
            <br>
                movie record ; turn y 3 120 ; wait 120 ; movie encode
            output ~/Desktop/m2.mov<br>
            <br>
            These 4 commands separated by semicolons can be typed as one
            command to the Chimera command-line (menu Favorites /
            Command-line).  More commonly I'd put the 4 commands in a
            file, say movie.cmd, with one command on each line (no
            semi-colons) and just open that file in Chimera (File /
            Open...) to record the movie.  Putting the commands in a
            file gives you more flexibility when you want to add more
            fancy motions or color changes by adding additional
            commands.<br>
            <br>
              Take a look at the Chimera movie making tutorial for ideas
            of additional useful commands<br>
            <br>
                <a
href="http://plato.cgl.ucsf.edu/chimera/data/tutorials/movies09/moviemaking.html"
              target="_blank">http://plato.cgl.ucsf.edu/chimera/data/tutorials/movies09/moviemaking.html</a><br>
            <br>
            <br>
              Tom<br>
            <br>
            <br>
            <br>
            Camilla wrote:
            <blockquote type="cite">
              <div>
                <div class="h5">
                  <div>Hi,</div>
                  <div> </div>
                  <div>My name is Camilla and I'm an undergrad student
                    at UNC-CH.  I've been using Chimera to create models
                    of fibrinogen polymerization.  I discovered that I
                    could make movies of my models to be able to
                    see them from all views.  However, my videos are
                    very choppy and since I rotate the model by mouse,
                    the movies are very poorly made.  Is there a
                    specific command I could use where I can get the
                    model to rotate 360 degrees by itself to make this
                    movie more smooth and to be able to still see the
                    model all the way around one axis?</div>
                  <div><br>
                    Thank you,</div>
                  <div>Camilla</div>
                  <br>
                  <fieldset></fieldset>
                  <br>
                </div>
              </div>
              <pre>_______________________________________________
Chimera-users mailing list
<a href="mailto:Chimera-users@cgl.ucsf.edu" target="_blank">Chimera-users@cgl.ucsf.edu</a>
<a href="http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users" target="_blank">http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users</a>
</pre>
            </blockquote>
            <br>
          </div>
        </blockquote>
      </div>
      <br>
    </blockquote>
    <br>
    <br>
  </body>
</html>