-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows: OBS can't capture minifb windows at other scales than 100% #84
Comments
On which platform is this? Also is this for the Rust or C version of minifb? |
Oh, apologies, filed on the wrong minifb repo. Indeed the rust one, please move this issue (github now has issue transfer support). Platform is indicated in the issue title - it's on Windows, Windows 10 latest release. |
Alright. It might be an issue in minifb as it's untested for other DPIs than 100% |
I looked at this today and it seems like the minifb windows gets scaled up correctly while OBS doesn't seem to understand it. A workaround in OBS is to to right click on the window capture (in view) and add cropping on the sides. |
I wonder if you have looked more into this? From what I can see minifb is behaving correct |
Yeah sorry I haven't had time. I'll make a little repro and report it to OBS soon. |
Alright. np! |
Closing for now |
There's something wrong with either minifb's or OBS' DPI handling. If you have scaling set to anything other than 100%, OBS window capture captures a lot of black area around the window and scales things wrong.
This could of course also be a bug in OBS. Should probably report to them too.
(OBS: https://obsproject.com ).
The text was updated successfully, but these errors were encountered: