I have successfully compiled and build ffmpeg library in android after 3,4 days research work.
Now I want to grab frames from video. But I don't know which ffmpeg method with command to be called from java class to grab the all frames. Any one have idea about it? or I want to overlay 2 videos. Is there any direct method available in ffmpeg to merge two videos one over another? If yes, how to call it from java class?
Asked
Active
Viewed 2,721 times
1

Mihir Shah
- 1,799
- 3
- 29
- 49
-
2I have looked all your questions you should accept some more even if not all got answers 2 of 25 is quiet bad ratio. That questions I read had all a little quality problems: You need to add what you have tried and where you have failed. However I know that the topic FFMPEG is very complicated. How ever I think this is a good question even if it is too localizated and also not constructive. Good luck! – rekire Jun 03 '13 at 04:53
1 Answers
3
compile ffmpeg.c
and invoke its main()
via jni.
For more details see how to Use FFMPEG on Android .
Also refer this github project. And this tutorial too will help you.
I hope this will help you.

Community
- 1
- 1

Gunaseelan
- 14,415
- 11
- 80
- 128