How to make a video from frames in Android -


i have app uses image processing on video stream. each frame capture camera, send frame code (ndk) , byte array frame processed.

i take processed frame stream , create small video (about 20 frames second 5 seconds). i'd save video gallery or file in file system.

how possible?

many thanks!

you can use mediacodec encoder api introduced in android 4.3 recording easily. refer class started

http://developer.android.com/reference/android/media/mediacodec.html


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -