Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 579 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 579 Bytes

AVRecorderTool

DirectX video recording and frames per second counter

This code instruments Direct3D 9 applications to calculate frames per second and capture video. It produces an AVI container using the video codec of your choice. It is also possible to capture game screenshots in the 32-bit BMP format by pressing “delete”. The shortcuts for starting and stopping video recording are “F11” and “F12”.

Original article