/screenrecorder

The library allows you to record the screen from java code

Primary LanguageJava

screenrecorder

Description

Screen recorder is a java library that allows you to record the screen from java code.

The library currently supports h.264 (.mov format) and TSCC (.avi format) video codecs.

External libraries used:

Building project

Gradle is used to build. JDK 1.8 is required.

To build jar file, run:

./gradlew recorder:jar

Run sample application (30sec recording):

./gradlew run