Encode a video into h264 using bufferedimages?
Im attempting to translate a large set of bufferedimages (pre-saved images created on the fly by my application) into a video using java and hopefully a library that can help with the process. I've explored a number of different options, such as jcodec (there was no documentation on how to use it). Xuggler (couldn't get it to run due to compatibility issues with jdk5 and its related libraries). and a number of other libraries that had very poor documentation. I'm trying to find a library that I can use that uses java to (1) create h264 videos by writing bufferedimages frame by frame and (2)