c++ - API or SDK for generating an AVI from bitmaps -
i have c++ vs2010 windows mfc/gdi application, , i'd able generate avi create animation series of bitmaps. recommendations appropriate api or sdk?
edit: not sure why closed, or how 'likely solicit debate, arguments, polling, or extended discussion'? rationale closed appreciated.
to provide bit more context, application moving through model, , capturing series of screen shots cbitmap objects. i'm looking method programmatically compile these video format, such avi or mpeg.
you can use opencv library. it's powerful image processing library. can import image , video in formats , export it. opencv little advanced has enough tutorials. more informations in opencv website
Comments
Post a Comment