Skip to content

sikorka/screencorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a working example of how to record screen with newest Monte Media Screenrecorder.

Was tested on Mac only.

Run

You need Java >= 17.

  1. In IntelliJ run the main method in class Screencorder.

    NOTE: You need to first select its module as a Java Module in Module Settings > Modules > choose the module > Dependencies > check all modules from module-info.java. If something does not work remove the IntelliJ caches system directory.

    The code is run, the movie is recorded.

  2. Run ScreenRecordingTest in IntelliJ.

    Or using Maven:

    mvn clean test
    

About

Simple example of recording screen in Java.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages