How do you record Warcraft II?

Status
Not open for further replies.
Reason why it did not work is that WC2 is probably not hardware accelerated. Most efficient video capture programs intercept the output from hardware accelerated graphics (what a game submits to be displayed) for better performance and often do some video processing on the GPU. If the CPU submits the graphics to be displayed they might not see it as anything capture-able and it may bypass any form of acceleration. To capture video like that I would imagine a different API is required, possibly one which reads from display buffers rather than intercepting what gets submitted.
 
Status
Not open for further replies.
Back
Top