1

Is it possible to use JMF in Android? JMF has good functionality?
I'm basically trying to create a video in my android app. So any other ideas for creating the video are welcome. Thank you.

4

2 回答 2

1

JMF will not work in Android.use MediaPlayer API instead.

Media and Camera

于 2012-07-05T11:48:20.740 回答
0

Xuggler doesn't work on android... You should compile and use FFMEP, like in this tutorial : FFMEP tutorial

于 2013-01-07T18:59:56.907 回答