Thursday, January 14, 2010

Custom Screen Capture and Movie Maker using JMF

In continuation to my post on "Custom automation using java.awt.robot" , Wrote a Custom Screen Capture and Movie Maker utility using Java Media Framework. Simple command line utility, once started will capture your screen and makes a nice movie out of the captured screen shots. Part of the movie making code is taken from sun JMF sample.

Here is the source code, eclipse project import and try it yourself.
Download Source

1 comment:

Selvan Kumar said...

Good work.....

-selvan