-
Notifications
You must be signed in to change notification settings - Fork 68
Improved auto start and respect aspect ratio features #37
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
base: main
Are you sure you want to change the base?
Conversation
@angeldeejay Thanks for the PR! Would it be possible to (either automatically by grabbing info from OBS or manually via textboxes) allow different output aspect ratios rather than just a single toggle for 16:9? I'm pretty sure it would then also fix #31 and #30. The auto-zoom toggle may be able to fix #36 if it saves/restores the state based on the scene but that seems like a bit of a stretch goal. |
The "auto-zoom" feature I've implemented, just starts the script with OBS (without using key shortcut or anything). I've found it useful in cases when you need the zoom always active. I t not pretends to fix #36. About the aspect ratios feature: this is an initial workaround to maintain proportions on ultrawide screens. The future goal should use the original aspect ratio from the source/device the script is trying to zoom in and adjust according to it, but I'm not able to implement something with that complexity right now due to I'm busy. (Sorry 😔). |
I do like the idea of having an auto_start feature, however I tried this PR and is not working. It seems that you need to change an option, any option, to actually zoom. Then it get's locked in. @angeldeejay |
Wow, thanks a lot, it made my script work fine! |
I've changed it, but I'm waiting to get some time to test it properly and update the branch |
May I ask if the issue of not restoring after scaling is resolved? (I have encountered this problem)? |
886981a
to
2b1d764
Compare
A short follow up:
Changes done for now:
I will be in touch, for developing the features you are requesting soon |
fe8c64f
to
13b9225
Compare
@BlankSourceCode please open a feature request for the aspect ratio thing and tag me. I will be glad to review it with you and understand your request. I can suggest providing a combo with common aspect ratios. If you let the user do whatever you want with the ratios, the script probably crashes OBS easily (I've really tried to do with textboxes) |
Last update
|
fb5fe3a
to
da6f08b
Compare
It would be even better if it could automatically decide whether to Zoom according to mouse event just like focusSee |
It actually does it that way. The screenshots above are just showing how the aspect ratio doesn't break the plugin with this update. Let's remember that contributors of this plugin are not focused on replicate FocuSee. |
Added new features: