Git Product home page Git Product logo

java-screen-recorder's Introduction

java-screen-recorder
--------------------
java-screen-recorder provides platform independent screen capture and 
playback, producing high quality screen recordings using an internal lossless 
compression algorithm. The recordings can be played back with the included 
screen player application, or optionally converted to the QT movie format, 
using the included screen converter application.

The output video can be post-processed to other formats, using a video 
conversion tool such as ffmpeg.

The screen recorder, player and converter tools are all self contained jar 
files, requiring only the Java Runtime Environment for execution. These 
tools operate independently of any other external software codecs and 
libraries, to provide true platform independent video capture.

License
-------
java-screen-recorder is licensed under the MIT License.

Source code is available from the Subversion repository at the project's
homepage:
    http://code.google.com/p/java-screen-recorder/

Setup
-----
Each of the tools within the suite can be compiled by running the ant 
build.xml script located in the directory of each tool.  The Java Developers 
Kit must be installed prior to compilation.

The projects are preconfigured for eclipse.  To import into the eclipse 
workspace, select File->Import and choose to import an existing project.

Screen Recorder
---------------
To run screen recorder, execute the following command:
   java -jar screen_recorder.jar

The screen cursor can optionally be changed to white, using the option:
   java -jar screen_recorder.jar -white_cursor

Screen Player
-------------
To run screen player, execute the following command:
   java -jar screen_player.jar

Screen Converter
----------------
Screen converter is a tool to be convert screen recordings to the QuickTime 
movie format, which can then be post-processed to other formats using a video
conversion tool such as ffmpeg.

To run the screen converter, execute the following command:
   java -jar screen_converter.jar <screen_cap_file.cap>

java-screen-recorder's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.