I want to write application that could recording screen as a video in c++
During the search I found ffmpeg can done that.
What examples should I use to create a program?
I use the window api
I can load bitmaps into memory.
What I want to do is:
Loads 30 bitmaps in memory in one second.
Generate video using multiple bitmaps.