Differences between revisions 1 and 2
Revision 1 as of 2005-08-19 11:28:23
Size: 396
Editor: anonymous
Comment:
Revision 2 as of 2005-08-19 11:37:17
Size: 605
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

== The example script ==

FreeJ comes with an example script to explain some basic scripting. The example script can be found in the document directory. Its location is ''doc/freejscripting-example.js''.

SCRIPTING VIDEO WITH FREEJ

With [http://freej.org FreeJ] it is also possible to generate video with the use of scripts. This is done by invoking commands on layers and effects in these scripts. Scripts can be written using javascript. Javascript is object oriented which makes it possible to handle layers and effects as objects. Every object has its own procedural commands to adapt it.

The example script

FreeJ comes with an example script to explain some basic scripting. The example script can be found in the document directory. Its location is doc/freejscripting-example.js.

FreejScripting (last edited 2008-06-26 10:01:23 by anonymous)