Skip to content

The library allows you to record the screen from java code

Notifications You must be signed in to change notification settings

shishovv/screenrecorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The library allows you to record the screen from java code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages