chandan chaudhary
chandan chaudhary

Reputation: 49

Creating video from Frames in Android

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?

Upvotes: 2

Views: 854

Answers (1)

Marlon
Marlon

Reputation: 1473

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.

enter image description here

Upvotes: 1

Related Questions