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

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -