I want to compress a framebuffer (or any RGB raw image data) instance and compress it using xvid codec (actually any other compression library is also welcome especially libx264).
I successfully get the framebuffer data from a game I developed for myself which actually is a byte array of size 3(for RGB channels) x width x height. I also downloaded and compiled libxvidcore. However I have no idea how to compress the framebuffer using libxvidcore library. I googled for examples but couldn't find what I need.
any helps are welcome!