Difference between revisions of "MovieCube"
From Platinum Arts Sandbox Free 3D Game Maker
Line 14: | Line 14: | ||
=== using the engine === | === using the engine === | ||
− | === capture with glc === | + | <code>moview 320</code> - set the width of your video clip |
+ | <code>movieh 240</code> - set the height of your video clip | ||
+ | <code>movie myclip</code> - starts recording a movie | ||
+ | === high resolution capture with glc (linux) === | ||
+ | |||
+ | == Record Demos == |
Revision as of 05:11, 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 clip
movieh 240
- set the height of your video clip
movie myclip
- starts recording a movie