Skip to content

Why obs can capture at any FPS? #11486

Discussion options

You must be logged in to vote

OBS also uses DXGI Desktop Duplication for one of its "Display Capture" methods. It will only be able to generate frames at the speed the windows compositor is going, which is usually at most the speed of the monitors refresh rate. I've made an app (c++) that also uses DXGI, and it can easily go above 60fps, assuming you have a high refreshrate monitor connected and configured as such, and the content is updating at high enough speeds.

OBS also has another method called Game Capture, which is to "inject itself" into a graphics process (like games), where it can grab frames directly from the process, instead of going via windows/DWM. This is extremely fast and efficient, and cannot easily …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ZhengYuan-Public
Comment options

Answer selected by ZhengYuan-Public
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants