How To Get Video Frames From Mp4 Video Using Ffmpeg In Android?
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 comma
Solution 1:
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.
Post a Comment for "How To Get Video Frames From Mp4 Video Using Ffmpeg In Android?"