I'm using OpenCV for some 2D image processing. I need to convert IPLimage
(which is captured by camera) to H.263 (not h.264) encoded format.
Is there any built-in OpenCV function to achieve this? If not, are there any appropriate APIs that I could use?