Hello,
I have a situation where I need to capture video frames from an IP camera and save those frames to a sequence of files that I then convert to an AVI or MPEG or some other movie format.
Using the IPcam library from alan1968:
https://www.b4x.com/android/forum/threads/a-small-vidéo-mjpeg-librarie-for-ip-cam.15540/
I am able to capture frames from the IP camera. I can store each frame to a sequentially numbered JPEG file, hopefully achieving a 2 fps rate – which is good enough.
But, the place where I'm stuck is that I would like to convert the sequence of JPEG's to a movie from within my code.
I have seen Internet posts that say FFMPEG has the functionality to do this. I have not found any libraries for Android that I think I can use – although it's more likely that I'm missing the obvious.
Can anyone offer any suggestions or pointers?
Thanks,
Barry.
I have a situation where I need to capture video frames from an IP camera and save those frames to a sequence of files that I then convert to an AVI or MPEG or some other movie format.
Using the IPcam library from alan1968:
https://www.b4x.com/android/forum/threads/a-small-vidéo-mjpeg-librarie-for-ip-cam.15540/
I am able to capture frames from the IP camera. I can store each frame to a sequentially numbered JPEG file, hopefully achieving a 2 fps rate – which is good enough.
But, the place where I'm stuck is that I would like to convert the sequence of JPEG's to a movie from within my code.
I have seen Internet posts that say FFMPEG has the functionality to do this. I have not found any libraries for Android that I think I can use – although it's more likely that I'm missing the obvious.
Can anyone offer any suggestions or pointers?
Thanks,
Barry.