I am developing Screen Recorder with Audio
using xuggler
in java.
I have successfully created video file and Audio file separately.
now I wants to Synchronize those two file. I have tried using "ConcatenateAudioAndVideo.java", but when I run the file then it just produce 44bytes
file.
Can anyone tell me what is the problem?
Thanks in advance.
how to synchronise audio and video using xuggler
5.3k Views Asked by Bhushan At
1
I was also heaving the problem of Synchronize two file (audio and video). There were lots of tips to do this on Internet but not a complete code example. I solved it by writing the code using xuggler. Here is the code. If you have any question please do ask. I will help you, as much i can. This is the code: