Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

marcimatz

macrumors newbie
Original poster
Feb 8, 2012
3
0
Hello,

I am quite new to Mac programming and was wondering if the OSX provides any API functions that handles recording of videos from screen information?
I am developping in c++, and ideally require functions similar to:

bool initializeRecorder(int resolutionX,int resolutionY,const char* filename,int framerate);

bool addFrame(const char* buffer);

bool endRecorder();

Any fileformat is fine (e.g. Qt, avi, etc.). I am also interested if there is any 3rd party library that offers above functionality.
Thanks for any insight!!
 
Thank you for the reply sumpfmonster.

I actually also need the code working on previous versions of Mac OSX (say, from Leopard on)

Cheers
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.