PROBLEM STATEMENT
I am trying to create a mp4 from a png image and a mp3 audio file using the Humble Video java library. I would like the length of the resulting mp4 to be the same as the mp3's length.
CONTEXT
I am a senior java developer. I am new to Xuggler and Humble Video. I would like to use Humble Video because Xuggler is deprecated. I found examples of how to do this with Xuggler (
https://stackoverflow.com/questions/24223925/create-mp4-from-pictures-and-mp3-java-using-xuggler) and I hoped to be able to map the examples on to Humble Video, but the libraries are too different. Or perhaps I am not familiar enough with this topic so I am missing the obvious.
I am fully aware that I am asking to do create a mp4 and not how to fix a specific coding problem. I apologize profusely. There are only 4 demos available on how to use the Humble Video API on git hub. None of the demos apply to this use case. I have no idea how to even start to code my use case. Perhaps this could be a new demo? :-)
Any assistance will be greatly appreciated! Thank you.