I visited a web site screencast-o-matic. They have a web-application of java applet which capture screen to export as video. I want to develop similar application. What are the knowledge and steps required to do it?
another website: screenr.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Robot.createScreenCapture(Rectangle).Timer. Add them to an expandable collection such as anArrayList.BufferedImageobjects to JPEG format usingImageIO.write().Since I could not find a copy of the JpegImagesToMovie source for love nor searching, here is an old copy that I adapted for my use. I think this version is before any changes had been made.
Note that a Java applet will need to be digitally signed (by you) and trusted (by the end user) before it can get a single screenshot. It will also need trust (or the JNLP API services in a plug-in2 JRE) in order to save a MOV to the client’s local file system.
JpegImagesToMovie.java