Skip to content

Java frontend for creating screencasts (sound, desktop and webcam).

License

Notifications You must be signed in to change notification settings

fracpete/screencast4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screencast4j

Simple Java frontend for creating screencasts by recording the following:

  • sound (WAV)
  • desktop (H.264)
  • webcam (H.264)

Each of the sources, sound, webcam and screen, get stored in separate files. These files you can then combine using a video editing software like OpenShot, Kdenlive, Shotcut or Pitivi.

Usage

Use the following class to get a simple user interface:

com.github.fracpete.screencast4j.gui.Main

Credits

Maven

Use the following dependency to include it in your Maven project:

    <dependency>
      <groupId>com.github.fracpete</groupId>
      <artifactId>screencast4j</artifactId>
      <version>0.1.5</version>
    </dependency>