Ignore:
Timestamp:
Feb 16, 2009, 10:14:30 AM (15 years ago)
Author:
garnier
Message:

en test de gl2ps. Problemes de libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/documents/UserDoc/DocBookUsersGuides/ForApplicationDeveloper/xml/Visualization/makingamovie.xml

    r904 r921  
    33<!--  [History]                                               -->
    44<!--    Converted to DocBook: Katsuya Amako, Aug-2006         -->
     5<!--    Updates for Qt: Laurent Garnier, Dec-2008             -->
    56<!--                                                          -->
    67<!-- ******************************************************** -->
     
    2930drivers currently capable of producing picture files are:
    3031
     32<ulink url="http://bmrc.berkeley.edu/frame/research/mpeg/mpeg_encode.html">More informations about MPEG encoder</ulink>
     33
    3134<informaltable>
    3235  <tgroup cols="2">
     
    7073      <entry>
    7174        eps
     75      </entry>
     76    </row>
     77    <row>
     78      <entry>
     79        Qt
     80      </entry>
     81      <entry>
     82        jpeg, eps, ppm, ...
    7283      </entry>
    7384    </row>
     
    205216</sect2>
    206217
     218<!-- ******************* Section (Level#2) ****************** -->
     219<sect2 id="sect.MkMovie.Qt">
     220<title>
     221Qt
     222</title>
     223
     224<para>
     225The Qt driver provides one of the easiest ways to make a movie.
     226Of course, you first need to add the Qt libraries and link with Qt,
     227but once you have that, Qt provides a ready-made function to store all updates of the OpenGL
     228frame into the movie format.
     229You then use loops (as defined in OGLX section above) or even move/rotate/zoom you scene
     230by mouse actions to form your movie.
     231</para>
     232<para>
     233The Qt driver automatically handles all of the movie-making steps described in the OGLX section of this document - storing the files, converting them and assembling the finished movie.
     234You just have to take care of installing an mpeg_encoder.
     235</para>
     236<para>
     237To make a movie :
     238<itemizedlist spacing="compact">
     239  <listitem><para>
     240   Right click to display a context menu, "Action"->"Movie parameters".
     241  </para></listitem>
     242  <listitem><para>
     243   Select MPEG encoder path if it was not found.
     244  </para></listitem>
     245  <listitem><para>
     246   Select the name of the output movie.
     247  </para></listitem>
     248  <listitem><para>
     249   Let go! Hit SPACE to Start/Pause recording, RETURN to STOP
     250  </para></listitem>
     251</itemizedlist>
     252</para>
     253<para>
     254Then, open your movie (on Mac, for example):
     255
     256<informalexample>
     257<programlisting>
     258open G4OpenGL.mpg
     259</programlisting>
     260</informalexample>
     261
     262opens a QuickTime player.
     263</para>
     264
     265</sect2>
     266
    207267
    208268<!-- ******************* Section (Level#2) ****************** -->
Note: See TracChangeset for help on using the changeset viewer.