Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Screen recording with java?

  1. #1
    Member
    Join Date
    Feb 2013
    Posts
    78
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Screen recording with java?

    Hey guys. I was just wondering, the Robot class has a method to take a screenshot of the screen, would it be feasible to use this to make a screen recording program? Or is there a better way in java? I really want my own screen recorder because I want to be able to change its functionality. I haven't found a screen recorder I like after searching for quite a while.. and it would be a fun project to try to make. I don't know how I would save the video file, but I'm sure there are libraries for that.


  2. #2
    Member
    Join Date
    Apr 2012
    Posts
    161
    Thanks
    0
    Thanked 27 Times in 27 Posts

    Default Re: Screen recording with java?

    Unfortunately this wouldn't really be feasible. I'm sure if you google the subject there are some third party libraries that would help.

Similar Threads

  1. Recording Sound
    By mulligan252 in forum File I/O & Other I/O Streams
    Replies: 2
    Last Post: July 1st, 2014, 12:45 AM
  2. RECORDING APP
    By louieseer in forum Android Development
    Replies: 3
    Last Post: May 13th, 2013, 07:40 AM
  3. Recording data , so you know whats next
    By ajw1993 in forum What's Wrong With My Code?
    Replies: 21
    Last Post: March 17th, 2013, 11:08 AM
  4. Replies: 9
    Last Post: December 31st, 2011, 01:22 AM
  5. call recording throuph java
    By 7121987 in forum Java ME (Mobile Edition)
    Replies: 1
    Last Post: April 29th, 2010, 04:12 PM