Jump to content

ScreenCast Software In Java

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
athyuttamre

athyuttamre

    Newbie

  • Members
  • Pip
  • 1 posts
Dear All,

I am new to Java and have an idea to create a screencasting software. The basic idea is as follows . When the user gives the command to start, the print screen command of the operating system (windows or ubuntu) is repeated constantly, 6 times a second, and all the images are saved. When the user gives the command to stop, the print screen loop breaks and the images (as frames ) are put together to form a video. Based on this idea, I want to create a program.

Please give me leads on this.

Yours,
Athyuttam
:):):)

My website is : Welcome to the Frontpage

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
6 frames per second is extremely slow. How do you intend to encode the images? What file format?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Sinipull

Sinipull

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 386 posts
Use Java.awt.Robot for Screenshots

Don't know about the video.

#4
gokuajmes

gokuajmes

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 518 posts
I am sure you could find a OPen source project at " SourceForge " developed with Java .You could get the source code for the same & try getting some Idea.My advice when it comes to Software Development as a Beginner is to follow OpenSource as you get the source code ,also people help you like anything over there!!

#5
tate

tate

    Learning Programmer

  • Members
  • PipPipPip
  • 90 posts
Me and my brother worked on something like this at one point quite a while back for a speed running site but lost interest when we couldn't figure out how to capture sound. I don't know all of what you need to capture but we got grabbing the screen and used mencoder to encode it into a video. It is pretty ugly code but it did work. PC video capture (idea)
twas brillig