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.
Use the following class to get a simple user interface:
com.github.fracpete.screencast4j.gui.Main
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>