Difference between revisions of "MovieCube"
From Platinum Arts Sandbox Free 3D Game Maker
(→using the engine) |
|||
Line 16: | Line 16: | ||
*<code>moview 320</code> - set the width of your video clip | *<code>moview 320</code> - set the width of your video clip | ||
*<code>movieh 240</code> - set the height of your video clip | *<code>movieh 240</code> - set the height of your video clip | ||
− | *<code>movie myclip</code> - | + | *<code>movie myclip</code> - record movie into file myclip.avi |
+ | |||
=== high resolution capture with glc (linux) === | === high resolution capture with glc (linux) === | ||
== Record Demos == | == Record Demos == |
Revision as of 06:02, 11 January 2010
MovieCube intends to be in addition with other OpenSource Tools a free Machinima production tool.
Contents
What is Machinima
Start MovieCube
Quick Overview
Creating and adding Charactermodels
Record Movies
using the engine
moview 320
- set the width of your video clipmovieh 240
- set the height of your video clipmovie myclip
- record movie into file myclip.avi