1

ビデオとオーディオを別々にキャプチャできますが、FMJ の javax.media.Manager クラスの createMergingDataSource メソッドは UnsupportedOperationException をスローするだけです。オーディオとビデオをキャプチャして AVI (またはその他の形式) にエンコードする別の方法はありますか。

4

1 に答える 1

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 もうまくいくかもしれません: http://code.google.com/p/vlcj/

于 2011-08-01T21:51:38.350 に答える