I am using Android MediaCodec : ExtractMpegFramesTest for grabbing frames from video but now i am not getting any useful information on google for How can i create video from frames.png in android?
Asked
Active
Viewed 827 times
1 Answers
1
You can try INDE Media Pack - https://software.intel.com/en-us/articles/intel-inde-media-pack-for-android-tutorials
It has transcoding\remuxing functionality as MediaComposer class and several sample effects like JpegSubstituteEffect - it shows how substitute video frame by a picture from jpg file. You can take black video as a refefence and put images on it with a possibility to set duration, add audio track with help of audio effect etc.

Marlon
- 1,473
- 11
- 13
-
Hi Marlon, please you let me know the steps how can i get JpegSubstituteEffect from https://software.intel.com/en-us/articles/intel-inde-media-pack-for-android-tutorials – chandan chaudhary Jan 16 '15 at 09:01
-
Samples are on github, you can get JpegSubstituteEffect here: https://github.com/INDExOS/media-for-mobile/blob/master/Android/samples/effects/src/com/intel/inde/mp/effects/JpegSubstituteEffect.java – Marlon Jan 16 '15 at 09:03