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.
1 | initial version |
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.
2 | No.2 Revision |
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.
3 | No.3 Revision |
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.