I can capture video and audio separately, but the createMergingDataSource method of the javax.media.Manager class in FMJ just throws an UnsupportedOperationException. Is there another way to capture audio and video and encode them in AVI (or any other format).
Asked
Active
Viewed 1,467 times
1
-
You can capture audio without FMJ/JMF etc etc with pure JavaSound. But the video part is really a nightmare. I am still looking for a solution. – Dec 29 '10 at 19:54
1 Answers
0
In short, the answer is yes - but only by resorting to native code. Fortunately though, native code and associated jars are freely available for Mac, Windows and Linux which is all most people need.
One such option might be lti-civil: http://lti-civil.org/
VLCJ might also do the trick: http://code.google.com/p/vlcj/

Michael Berry
- 70,193
- 21
- 157
- 216