I am trying to create a screen recorder type thing and I cannot figure out how to encode multiple BufferedImages into a watchable format like mp4. I would prefer pure Java code and I cannot use anything that the end user has to install before working. I can get all the audio and frames I just need to figure out how to make the video.
How to encode video with audio in Java?
1 Answer