How might one develop a program like FRAPS?
Posted
by blood
on Stack Overflow
See other posts from Stack Overflow
or by blood
Published on 2010-04-20T04:29:54Z
Indexed on
2010/04/20
4:43 UTC
Read the original article
Hit count: 254
c++
I would like to make a program to capture video.
- What is the best way to capture video?
- I know C++ and I'm learning assembly. I found in my assembly book that I can get data from the video card. Would that be the best way?
- I know FRAPS hooks into programs, but I would like my program to take video of the entire screen.
I would like something something fast, with low memory usage if possible. A requirement is that the program must be usable on other computers, despite dissimilar hardware.
© Stack Overflow or respective owner