Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Movie from image

Hi,

I try to convert some images into movie on Android device.

Is that possible without using JNI?

Any clues on how i could achieve that?

Thanks.

Math.

Movie from imageimages

Hi,

I try to convert some images into movie on Android device.

Is that possible without using JNI?

Any clues on how i could achieve that?

Thanks.

Math.

Movie from images

Hi,

I try to convert some images into movie on Android device.

Is that possible without using JNI?

Any clues on how i could achieve that?

Edit : For now, i have an array of the images in a Mat array. I have to create a new movie file and then write all frame in it. So i guess i need to instanciate some kind of encoder and pass it all Mat elements, but i don't find anything like it in the documentation. CameraBridgeViewBase seems to be for camera use. Apparently it's possible using VideoCapture(String filename), but it's seems you can't do that in Android.

Thanks.

Math.