We have created an application that records web camera streams using Xuggler, but video and audio are separated.
We need to merge, not concatenate, these two files.
How can this be done in Java?
If you have audio and video file then you can merge them to a single audio video file using FFmpeg: