Copyright 2012-04-26 Werner Randelshofer

org.monte.media.test
Class CodecTesterMain

java.lang.Object
  extended by org.monte.media.test.CodecTesterMain

public class CodecTesterMain
extends java.lang.Object

Renders the following test animation sequence:

An all blue image. Each frame draws a new red pixel and overwrites the previously drawn red pixel with white. The pixel is drawn on the corners of a square.

The animation sequence is written into a movie file.

Version:
1.0 2011-03-14 Created.
Author:
Werner Randelshofer

Constructor Summary
CodecTesterMain()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodecTesterMain

public CodecTesterMain()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - the command line arguments

Copyright 2012-04-26 Werner Randelshofer